Skip to content

Commit

Permalink
Fixed invalid self-links to index.md in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Jun 26, 2020
1 parent cdbdba9 commit de61a74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import groovy.lang.*

/*
* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
Expand All @@ -14,6 +16,7 @@ val copyDocs = tasks.register<Copy>("copyDocs") {
}
from("docs")
into(buildDocsDir)
filter { it.replace("/index.md\"", "/index.html\"") }

dependsOn(dokkaTasks)
}
Expand Down

0 comments on commit de61a74

Please sign in to comment.