diff options
Diffstat (limited to 'docs-developer/src/doc/docs/index.md')
-rw-r--r-- | docs-developer/src/doc/docs/index.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs-developer/src/doc/docs/index.md b/docs-developer/src/doc/docs/index.md new file mode 100644 index 00000000..2cedfe35 --- /dev/null +++ b/docs-developer/src/doc/docs/index.md @@ -0,0 +1,9 @@ +# Dokka + +Dokka is an API documentation engine for Kotlin. + +If you want to learn how to use Dokka, see +[documentation on kotlinlang.org](https://kotlinlang.org/docs/dokka-introduction.html). + +If you want to learn more about Dokka's internals and/or how to write Dokka plugins, +see [Developer guides](developer_guide/introduction.md). |