We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce5051 commit 26d4f8bCopy full SHA for 26d4f8b
build.gradle.kts
@@ -328,7 +328,7 @@ fun createDocsIndexPage(): String {
328
div("main-subrow") {
329
div("w-100") {
330
span("inline-flex") {
331
- a(href = versionDirs.last().relativeTo(docsDir).parent.plus("/latest")) {
+ a(href = versionDirs.first().relativeTo(docsDir).path) {
332
+"modelix.core LATEST"
333
}
334
0 commit comments