From 1dcb0f88bbe78a10c2de8b97ebf797e7af8b90e0 Mon Sep 17 00:00:00 2001 From: Sarah Haggarty <81160244+sarahhaggarty@users.noreply.github.com> Date: Thu, 19 Jan 2023 17:34:28 +0100 Subject: Add module and package documentation content (#2819) Co-authored-by: Sarah Haggarty --- mkdocs/src/doc/docs/user_guide/applying/gradle.md | 2 +- mkdocs/src/doc/docs/user_guide/applying/maven.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mkdocs') diff --git a/mkdocs/src/doc/docs/user_guide/applying/gradle.md b/mkdocs/src/doc/docs/user_guide/applying/gradle.md index 435824f9..60ede7b9 100644 --- a/mkdocs/src/doc/docs/user_guide/applying/gradle.md +++ b/mkdocs/src/doc/docs/user_guide/applying/gradle.md @@ -142,7 +142,7 @@ val dokkaHtml by getting(DokkaTask::class) { classpath.from(file("libs/dependency.jar")) // List of files with module and package documentation - // https://kotlinlang.org/docs/reference/kotlin-doc.html#module-and-package-documentation + // https://kotlinlang.org/docs/reference/dokka-module-and-package-docs.html includes.from("packages.md", "extra.md") // List of files or directories containing sample code (referenced with @sample tags) diff --git a/mkdocs/src/doc/docs/user_guide/applying/maven.md b/mkdocs/src/doc/docs/user_guide/applying/maven.md index cde6e927..3ea6a56f 100644 --- a/mkdocs/src/doc/docs/user_guide/applying/maven.md +++ b/mkdocs/src/doc/docs/user_guide/applying/maven.md @@ -66,7 +66,7 @@ The available configuration options are shown below: false - + packages.md extra.md -- cgit