From 39d26e619fd2e37860b97c6a34a9594934405ab0 Mon Sep 17 00:00:00 2001 From: Vadim Mishenev Date: Wed, 9 Feb 2022 04:12:17 +0300 Subject: Add GH Action to publish versioning-multimodule-example (#2352) --- docs/src/doc/docs/user_guide/versioning/versioning.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/src/doc') diff --git a/docs/src/doc/docs/user_guide/versioning/versioning.md b/docs/src/doc/docs/user_guide/versioning/versioning.md index d1f4513d..aadccb45 100644 --- a/docs/src/doc/docs/user_guide/versioning/versioning.md +++ b/docs/src/doc/docs/user_guide/versioning/versioning.md @@ -81,4 +81,6 @@ pluginsMapConfiguration.set(mapOf("org.jetbrains.dokka.versioning.VersioningPlug Please consult the [Gradle documentation](../gradle/usage.md#applying-plugins) for more information about configuring Dokka with this build tool. -Please see the [Dokka Gradle versioning multi modules example project](https://github.com/Kotlin/dokka/tree/master/examples/gradle/dokka-versioning-multimodule-example). \ No newline at end of file +Please see the [Dokka Gradle versioning multi modules example project](https://github.com/Kotlin/dokka/tree/master/examples/gradle/dokka-versioning-multimodule-example). + +Also see the [generated documentation](https://Kotlin.github.io/dokka/examples/dokka-versioning-multimodule-example/html). \ No newline at end of file -- cgit