diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-11-10 13:49:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 13:49:05 +0100 |
commit | dab421f8d977f157ce9bdcbe0ffea7249735d847 (patch) | |
tree | fe5535f762c01ff005e12551d765c9c8db7466a9 /docs/topics/formats/dokka-html.md | |
parent | 4322f755c90622ed9a8ad7b9f471cd86482de03f (diff) | |
download | dokka-dab421f8d977f157ce9bdcbe0ffea7249735d847.tar.gz dokka-dab421f8d977f157ce9bdcbe0ffea7249735d847.tar.bz2 dokka-dab421f8d977f157ce9bdcbe0ffea7249735d847.zip |
Use versioned code links in user-facing documentation (#3327)
Diffstat (limited to 'docs/topics/formats/dokka-html.md')
-rw-r--r-- | docs/topics/formats/dokka-html.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/topics/formats/dokka-html.md b/docs/topics/formats/dokka-html.md index 154a2587..009ec2e1 100644 --- a/docs/topics/formats/dokka-html.md +++ b/docs/topics/formats/dokka-html.md @@ -275,8 +275,8 @@ context and thus they need to be resolved at later stages by the [MultiModule](d You can also use the following Dokka-defined [directives](https://freemarker.apache.org/docs/ref_directive_userDefined.html): -| **Variable** | **Description** | -|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `<@content/>` | The main page content. | -| `<@resources/>` | Resources such as scripts and stylesheets. | -| `<@version/>` | The module version taken from configuration. If the [versioning plugin](https://github.com/Kotlin/dokka/tree/master/plugins/versioning) is applied, it is replaced with a version navigator. | +| **Variable** | **Description** | +|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `<@content/>` | The main page content. | +| `<@resources/>` | Resources such as scripts and stylesheets. | +| `<@version/>` | The module version taken from configuration. If the [versioning plugin](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/plugins/versioning) is applied, it is replaced with a version navigator. | |