You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/dokka-migration.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Ensure that your project meets the minimum version requirements:
38
38
>
39
39
{style="note"}
40
40
41
-
Update the Dokka version to 2.0.0 in the `plugins {}` block of your project’s `build.gradle.kts` file:
41
+
Update the Dokka version to %dokkaVersion% in the `plugins {}` block of your project’s `build.gradle.kts` file:
42
42
43
43
```kotlin
44
44
plugins {
@@ -132,7 +132,7 @@ Configuration in DGP v2:
132
132
The syntax of `build.gradle.kts` files differs from regular `.kt` files (such as those used for custom Gradle plugins) because Gradle's Kotlin DSL uses type-safe accessors.
The syntax of `build.gradle.kts` files differs from regular `.kt` files (such as those used for custom Gradle plugins) because Gradle's Kotlin DSL uses type-safe accessors.
The syntax of `build.gradle.kts` files differs from regular `.kt` files (such as those used for custom Gradle plugins) because Gradle's Kotlin DSL uses type-safe accessors.
@@ -251,6 +238,8 @@ Here are some notable Dokka plugins that you might find useful:
251
238
|[MermaidJS HTML plugin](https://github.com/glureau/dokka-mermaid)| Renders [MermaidJS](https://mermaid-js.github.io/mermaid/#/) diagrams and visualizations found in KDocs |
252
239
|[Mathjax HTML plugin](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/dokka-subprojects/plugin-mathjax)| Pretty prints mathematics found in KDocs |
253
240
|[Kotlin as Java plugin](https://github.com/Kotlin/dokka/tree/%dokkaVersion%/dokka-subprojects/plugin-kotlin-as-java)| Renders Kotlin signatures as seen from Java's perspective |
241
+
|[GFM plugin](https://github.com/Kotlin/dokka/tree/master/dokka-subprojects/plugin-gfm)| Adds the ability to generate documentation in GitHub Flavoured Markdown format |
242
+
|[Jekyll plugin](https://github.com/Kotlin/dokka/tree/master/dokka-subprojects/plugin-jekyll)| Adds the ability to generate documentation in Jekyll Flavoured Markdown format |
254
243
255
244
If you are a Dokka plugin author and would like to add your plugin to this list, get in touch with maintainers
256
245
via [Slack](dokka-introduction.md#community) or [GitHub](https://github.com/Kotlin/dokka/).
0 commit comments