diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2021-07-07 17:51:57 +0200 |
---|---|---|
committer | Kamil Doległo <kamilok1965@interia.pl> | 2021-07-07 17:51:57 +0200 |
commit | 4ef5075a78fd7b65b63c746975b749b3c8b68436 (patch) | |
tree | f7e2667c9fca0adefbf2d355d3bd38573b83f0db /docs/src/doc/docs/community | |
parent | 54b215b4866e6e8fb99e672100a5674fb94ab3d9 (diff) | |
download | dokka-4ef5075a78fd7b65b63c746975b749b3c8b68436.tar.gz dokka-4ef5075a78fd7b65b63c746975b749b3c8b68436.tar.bz2 dokka-4ef5075a78fd7b65b63c746975b749b3c8b68436.zip |
Update the docs to 1.5.0
Diffstat (limited to 'docs/src/doc/docs/community')
-rw-r--r-- | docs/src/doc/docs/community/plugins-list.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/doc/docs/community/plugins-list.md b/docs/src/doc/docs/community/plugins-list.md index 5274a4ed..d8e6fc4e 100644 --- a/docs/src/doc/docs/community/plugins-list.md +++ b/docs/src/doc/docs/community/plugins-list.md @@ -9,7 +9,7 @@ In order to add your plugin to this list it needs to be: | Plugin name | Description | Source | | :--------- | :--------- | :------------ | -| [Kotlin as Java](https://kotlin.github.io/dokka/1.4.32/user_guide/introduction/#plugins) | Display Kotlin code as seen from Java | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/kotlin-as-java) -| [GFM](https://kotlin.github.io/dokka/1.4.32/user_guide/introduction/#plugins) | Renders documentation in a GFM format | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/gfm) -| [Javadoc](https://kotlin.github.io/dokka/1.4.32/user_guide/introduction/#plugins) | Renders documentation in a Javadoc format | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/javadoc) -| [Jekyll](https://kotlin.github.io/dokka/1.4.32/user_guide/introduction/#plugins) | Renders documentation in a Jekyll format | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/jekyll) +| [Kotlin as Java](https://kotlin.github.io/dokka/1.5.0/user_guide/introduction/#plugins) | Display Kotlin code as seen from Java | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/kotlin-as-java) +| [GFM](https://kotlin.github.io/dokka/1.5.0/user_guide/introduction/#plugins) | Renders documentation in a GFM format | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/gfm) +| [Javadoc](https://kotlin.github.io/dokka/1.5.0/user_guide/introduction/#plugins) | Renders documentation in a Javadoc format | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/javadoc) +| [Jekyll](https://kotlin.github.io/dokka/1.5.0/user_guide/introduction/#plugins) | Renders documentation in a Jekyll format | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/jekyll) |