aboutsummaryrefslogtreecommitdiff
path: root/mkdocs/src/doc/docs/index.md
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2023-08-04 18:59:28 +0200
committerGitHub <noreply@github.com>2023-08-04 18:59:28 +0200
commitf7bd2ce1a5ef194643b078bd11a90fdf9b389c2b (patch)
tree2f26d61ed1f90f5a2c3405b70c651607f97506d7 /mkdocs/src/doc/docs/index.md
parentb559131ddda8efea3394a0ea641460c4189769db (diff)
downloaddokka-f7bd2ce1a5ef194643b078bd11a90fdf9b389c2b.tar.gz
dokka-f7bd2ce1a5ef194643b078bd11a90fdf9b389c2b.tar.bz2
dokka-f7bd2ce1a5ef194643b078bd11a90fdf9b389c2b.zip
Update Developer Guides (#3088)
Diffstat (limited to 'mkdocs/src/doc/docs/index.md')
-rw-r--r--mkdocs/src/doc/docs/index.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/mkdocs/src/doc/docs/index.md b/mkdocs/src/doc/docs/index.md
deleted file mode 100644
index 2cedfe35..00000000
--- a/mkdocs/src/doc/docs/index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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).