diff options
Diffstat (limited to 'docs/src/doc/docs/community')
-rw-r--r-- | docs/src/doc/docs/community/plugins-list.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/src/doc/docs/community/plugins-list.md b/docs/src/doc/docs/community/plugins-list.md new file mode 100644 index 00000000..2559ba02 --- /dev/null +++ b/docs/src/doc/docs/community/plugins-list.md @@ -0,0 +1,15 @@ +# Dokka community plugins + +Here is a list of plugins created by dokka team or community. + +In order to add your plugin to this list it needs to be: + + * an open source project - sharing is caring so let others learn and improve your plugin + * present in any public artefacts repository like bintray + +| Plugin name | Description | Source | +| :--------- | :--------- | :------------ | +| [Kotlin as Java](https://kotlin.github.io/dokka/1.4.10/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.10/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.10/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.10/user_guide/introduction/#plugins) | Renders documentation in a Jekyll format | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/jekyll)
\ No newline at end of file |