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/dokka-plugins.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/dokka-plugins.md')
-rw-r--r-- | docs/topics/dokka-plugins.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/topics/dokka-plugins.md b/docs/topics/dokka-plugins.md index d8d9d249..172b6ad5 100644 --- a/docs/topics/dokka-plugins.md +++ b/docs/topics/dokka-plugins.md @@ -24,7 +24,7 @@ From there, the plugin extends Dokka by itself - no further action is needed. > {type="note"} -Let's have a look at how you can apply the [mathjax plugin](https://github.com/Kotlin/dokka/tree/master/plugins/mathjax) +Let's have a look at how you can apply the [mathjax plugin](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/plugins/mathjax) to your project: <tabs group="build-script"> @@ -266,13 +266,13 @@ If you are using [JSON configuration](dokka-cli.md#run-with-json-configuration), Here are some notable Dokka plugins that you might find useful: -| **Name** | **Description** | -|-----------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| -| [Android documentation plugin](https://github.com/Kotlin/dokka/tree/master/plugins/android-documentation) | Improves the documentation experience on Android | -| [Versioning plugin](https://github.com/Kotlin/dokka/tree/master/plugins/versioning) | Adds version selector and helps to organize documentation for different versions of your application/library | -| [MermaidJS HTML plugin](https://github.com/glureau/dokka-mermaid) | Renders [MermaidJS](https://mermaid-js.github.io/mermaid/#/) diagrams and visualizations found in KDocs | -| [Mathjax HTML plugin](https://github.com/Kotlin/dokka/tree/master/plugins/mathjax) | Pretty prints mathematics found in KDocs | -| [Kotlin as Java plugin](https://github.com/Kotlin/dokka/tree/master/plugins/kotlin-as-java) | Renders Kotlin signatures as seen from Java's perspective | +| **Name** | **Description** | +|-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------| +| [Android documentation plugin](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/plugins/android-documentation) | Improves the documentation experience on Android | +| [Versioning plugin](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/plugins/versioning) | Adds version selector and helps to organize documentation for different versions of your application/library | +| [MermaidJS HTML plugin](https://github.com/glureau/dokka-mermaid) | Renders [MermaidJS](https://mermaid-js.github.io/mermaid/#/) diagrams and visualizations found in KDocs | +| [Mathjax HTML plugin](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/plugins/mathjax) | Pretty prints mathematics found in KDocs | +| [Kotlin as Java plugin](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/plugins/kotlin-as-java) | Renders Kotlin signatures as seen from Java's perspective | If you are a Dokka plugin author and would like to add your plugin to this list, get in touch with maintainers via [Slack](dokka-introduction.md#community) or [GitHub](https://github.com/Kotlin/dokka/). |