From b777cc50626ed96df42ff2aa67685c84ddcd0605 Mon Sep 17 00:00:00 2001 From: IgnatBeresnev Date: Tue, 17 Jan 2023 16:02:12 +0100 Subject: Change "Get started" docs title to "Get started with Dokka" To make it consistent with other pages on kotlinlang --- docs/topics/dokka-get-started.md | 2 +- docs/topics/dokka-introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit