diff options
author | Grégory Lureau <gregorylureau@gmail.com> | 2022-04-04 14:45:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 15:45:30 +0300 |
commit | 2e4dcc642e90c7bff96750a0deaa325972269143 (patch) | |
tree | da9e6433e2bb7c9690cc86db6499967d5dadd42a /docs | |
parent | 7a5f0b403a0b7236dcdeed3df6be841c0f94b1b2 (diff) | |
download | dokka-2e4dcc642e90c7bff96750a0deaa325972269143.tar.gz dokka-2e4dcc642e90c7bff96750a0deaa325972269143.tar.bz2 dokka-2e4dcc642e90c7bff96750a0deaa325972269143.zip |
Added Mermaid plugin to the plugins-list.md (#2416)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/doc/docs/community/plugins-list.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/doc/docs/community/plugins-list.md b/docs/src/doc/docs/community/plugins-list.md index 48ac732e..048a8cab 100644 --- a/docs/src/doc/docs/community/plugins-list.md +++ b/docs/src/doc/docs/community/plugins-list.md @@ -13,3 +13,6 @@ In order to add your plugin to this list it needs to be: | [GFM](https://kotlin.github.io/dokka/1.6.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.6.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.6.10/user_guide/introduction/#plugins) | Renders documentation in a Jekyll format | [Github](https://github.com/Kotlin/dokka/tree/master/plugins/jekyll) +| [Mermaid-HTML](https://mermaid-js.github.io/mermaid/#/) | Renders Mermaid graphs for HTML renderer. | [Github](https://github.com/glureau/dokka-mermaid) + + |