Skip to content

Commit

Permalink
Upgrade to Mermaid 9.0.0 -> release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Lureau committed Apr 11, 2022
1 parent 355bccd commit e9577c6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Html [Mermaid](https://mermaid-js.github.io/mermaid/#/) Dokka plugin


| Mermaid-Dokka | MermaidJS |
|:-------------:|:-------------------------------------------------------------------:|
| 0.2.2 | [8.14.0](https://github.com/mermaid-js/mermaid/releases/tag/8.14.0) |
| 0.3.0 | [9.0.0](https://github.com/mermaid-js/mermaid/releases/tag/9.0.0) |


## Step 1: install

```kotlin
dependencies {
dokkaPlugin("com.glureau:html-mermaid-dokka-plugin:0.2.2")
dokkaPlugin("com.glureau:html-mermaid-dokka-plugin:0.3.0")
}
```


## Step 2: write [Mermaid](https://mermaid-js.github.io/mermaid/#/) graphs

You can write them on markdown files for [modules/packages](https://kotlinlang.org/docs/kotlin-doc.html#module-and-package-documentation) or directly from any comment in your code.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.glureau"
version = "0.2.2"
version = "0.3.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/js/mermaid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/js/mermaid_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.14.0
9.0.0
2 changes: 1 addition & 1 deletion src/main/resources/dokka/dokka-mermaid.js

Large diffs are not rendered by default.

0 comments on commit e9577c6

Please sign in to comment.