Skip to content

Commit b21df7b

Browse files
TapchicomaSpace Team
authored and
Space Team
committed
[Gradle] Update info about versioning
^KT-73076 Fixed
1 parent a7dabb6 commit b21df7b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

libraries/tools/gradle/documentation/Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This project assembles API reference for Kotlin Gradle plugins to publish it to
55
### Configuration
66

77
- `build/templates` dir is used for Kotlinlang website templates. Currently, they should be put there manually.
8+
- `build/documentation/kotlinlangOld` directory is used for previously generated documentation.
9+
Inside the structure of subdirectories
10+
should follow [this specification](https://github.com/Kotlin/dokka/tree/1.9.20/dokka-subprojects/plugin-versioning#directory-structure).
811

912
### Assembling
1013

repo/gradle-build-conventions/gradle-plugins-documentation/src/main/kotlin/gradle-plugins-documentation.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ tasks.register<org.jetbrains.dokka.gradle.DokkaMultiModuleTask>("dokkaKotlinlang
7171
"org.jetbrains.dokka.base.DokkaBase",
7272
"{ \"templatesDir\": \"${unzipTemplates.map { it.destinationDir }.get().also { it.mkdirs() }}\" }"
7373
)
74+
75+
// Documentation: https://github.com/Kotlin/dokka/tree/1.9.20/dokka-subprojects/plugin-versioning
7476
pluginsMapConfiguration.put(
7577
"org.jetbrains.dokka.versioning.VersioningPlugin",
7678
documentationExtension.documentationOldVersions.map { olderVersionsDir ->

0 commit comments

Comments
 (0)