Skip to content

Commit a29d18b

Browse files
committed
docs: statically link to /latest instead of the actual latest version
1 parent 26d4f8b commit a29d18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ fun createDocsIndexPage(): String {
328328
div("main-subrow") {
329329
div("w-100") {
330330
span("inline-flex") {
331-
a(href = versionDirs.first().relativeTo(docsDir).path) {
331+
a(href = "/latest") {
332332
+"modelix.core LATEST"
333333
}
334334
}

0 commit comments

Comments
 (0)