diff options
author | Vadim Mishenev <vad-mishenev@yandex.ru> | 2022-02-09 04:12:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 04:12:17 +0300 |
commit | 39d26e619fd2e37860b97c6a34a9594934405ab0 (patch) | |
tree | a7aae9852871ba74c19dcd212ba04d38dd21c9db /docs | |
parent | 176b7354496a9135646ba9fc81976711d4de62c3 (diff) | |
download | dokka-39d26e619fd2e37860b97c6a34a9594934405ab0.tar.gz dokka-39d26e619fd2e37860b97c6a34a9594934405ab0.tar.bz2 dokka-39d26e619fd2e37860b97c6a34a9594934405ab0.zip |
Add GH Action to publish versioning-multimodule-example (#2352)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/doc/docs/user_guide/versioning/versioning.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |