aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIgnatBeresnev <ignat.beresnev@jetbrains.com>2023-01-17 16:02:12 +0100
committerIgnatBeresnev <ignat.beresnev@jetbrains.com>2023-01-17 16:02:12 +0100
commitb777cc50626ed96df42ff2aa67685c84ddcd0605 (patch)
tree6e5940e6dd952f511e8487edd3e2a007c76063e5 /docs
parent7e9b10797bbb262100690092ea1bf35cc7a07fb3 (diff)
downloaddokka-b777cc50626ed96df42ff2aa67685c84ddcd0605.tar.gz
dokka-b777cc50626ed96df42ff2aa67685c84ddcd0605.tar.bz2
dokka-b777cc50626ed96df42ff2aa67685c84ddcd0605.zip
Change "Get started" docs title to "Get started with Dokka"
To make it consistent with other pages on kotlinlang
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/dokka-get-started.md2
-rw-r--r--docs/topics/dokka-introduction.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/dokka-get-started.md b/docs/topics/dokka-get-started.md
index df4ab7e5..ab9fa0a4 100644
--- a/docs/topics/dokka-get-started.md
+++ b/docs/topics/dokka-get-started.md
@@ -1,4 +1,4 @@
-[//]: # (title: Get started)
+[//]: # (title: Get started with Dokka)
Below you can find simple instructions to help you get started with Dokka.
diff --git a/docs/topics/dokka-introduction.md b/docs/topics/dokka-introduction.md
index 9286a77f..fd33a3cb 100644
--- a/docs/topics/dokka-introduction.md
+++ b/docs/topics/dokka-introduction.md
@@ -20,7 +20,7 @@ Here are some libraries that use Dokka for their API reference documentation:
You can run Dokka using [Gradle](dokka-gradle.md), [Maven](dokka-maven.md) or from the [command line](dokka-cli.md). It is also
[highly pluggable](dokka-plugins.md).
-See [Get started](dokka-get-started.md) to take your first steps in using Dokka.
+See [Get started with Dokka](dokka-get-started.md) to take your first steps in using Dokka.
## Community