Skip to content

Commit

Permalink
optimize kdoc index
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jul 23, 2024
1 parent 3b74053 commit 40eb2d1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ fun org.jetbrains.dokka.gradle.AbstractDokkaTask.configOutput(format: String) {
tasks.named<org.jetbrains.dokka.gradle.DokkaMultiModuleTask>("dokkaHtmlMultiModule") {
configOutput("html")

rootProject.file("README.md").takeIf { it.exists() }?.also {
includes.from(it)
}

pluginConfiguration<DokkaBase, DokkaBaseConfiguration> {
customAssets = listOf(
rootProject.file(".simbot/dokka-assets/logo-icon.svg"),
Expand Down

0 comments on commit 40eb2d1

Please sign in to comment.