diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2021-01-18 14:15:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 14:15:51 +0100 |
commit | 9f7dc9cc0183c74fc77c63297eb73f936715d77d (patch) | |
tree | aa39ab5687cb37ad778be7df74c8216e69dd6760 /docs/src/doc | |
parent | 00c5a78bdd5a83873f5f8ef78e50db0d4fc29557 (diff) | |
download | dokka-9f7dc9cc0183c74fc77c63297eb73f936715d77d.tar.gz dokka-9f7dc9cc0183c74fc77c63297eb73f936715d77d.tar.bz2 dokka-9f7dc9cc0183c74fc77c63297eb73f936715d77d.zip |
Add information about template to docs (#1700)
Diffstat (limited to 'docs/src/doc')
-rw-r--r-- | docs/src/doc/docs/developer_guide/introduction.md | 4 |
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 { |