aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/src/doc/docs/developer_guide/introduction.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/doc/docs/developer_guide/introduction.md b/docs/src/doc/docs/developer_guide/introduction.md
index 11ef82ff..f8e5e6c7 100644
--- a/docs/src/doc/docs/developer_guide/introduction.md
+++ b/docs/src/doc/docs/developer_guide/introduction.md
@@ -24,7 +24,9 @@ Here's how to import and configure Dokka in IntelliJ IDEA 2019.3:
## Configuration
-Dokka requires configured `Kotlin plugin` and `dokka-core` dependency.
+tldr: you can use a convenient [plugin template](https://github.com/Kotlin/dokka-plugin-template) to speed up the setup.
+
+Dokka requires configured `Kotlin plugin` and `dokka-core` dependency.
```kotlin
plugins {