Skip to content

Commit d08ff1c

Browse files
committed
fix(docs): update TOC path and build config
- fix path in kr.tree: "components-stability-pre-1-4.md" to "components-stability-pre-1.4.md" - update TeamCity BuildReferenceDocs to include docs/kr.tree
1 parent a8b624a commit d08ff1c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.teamcity/builds/kotlinlang/buidTypes/BuildReferenceDocs.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ object BuildReferenceDocs : BuildType({
3030
param("WH_PROJECT_NAME", "kotlin-reference")
3131
}
3232

33+
vcs { root(vcsRoots.KotlinLangOrg, """
34+
docs/kr.tree
35+
""".trimIndent()) }
36+
3337
steps {
3438
script {
3539
name = "Fix paths"

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<toc-element toc-title="Language features and proposals" topic="kotlin-language-features-and-proposals.md"/>
5252
<toc-element toc-title="Language evolution principles" accepts-web-file-names="kotlin-evolution.html" topic="kotlin-evolution-principles.md"/>
5353
<toc-element topic="components-stability.md"/>
54-
<toc-element hidden="true" topic="components-stability-pre-1-4.md"/>
54+
<toc-element hidden="true" topic="components-stability-pre-1.4.md"/>
5555
<toc-element accepts-web-file-names="plugin-releases.html" topic="releases.md"/>
5656
</toc-element>
5757
<toc-element toc-title="Basics">

0 commit comments

Comments
 (0)