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 cdbdba9 commit de61a74Copy full SHA for de61a74
site/build.gradle.kts
@@ -1,3 +1,5 @@
1
+import groovy.lang.*
2
+
3
/*
4
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
5
*/
@@ -14,6 +16,7 @@ val copyDocs = tasks.register<Copy>("copyDocs") {
14
16
}
15
17
from("docs")
18
into(buildDocsDir)
19
+ filter { it.replace("/index.md\"", "/index.html\"") }
20
21
dependsOn(dokkaTasks)
22
0 commit comments