From 2e4dcc642e90c7bff96750a0deaa325972269143 Mon Sep 17 00:00:00 2001 From: Grégory Lureau Date: Mon, 4 Apr 2022 14:45:30 +0200 Subject: Added Mermaid plugin to the plugins-list.md (#2416) --- docs/src/doc/docs/community/plugins-list.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/src/doc') 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) + + -- cgit