Skip to content

Commit d2fda63

Browse files
committed
Fix dokka style
1 parent 221278b commit d2fda63

File tree

7 files changed

+469
-8
lines changed

7 files changed

+469
-8
lines changed

compose-ui/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ dokka {
6262
includes.from(project.files(), "module.md")
6363
}
6464
pluginsConfiguration.html {
65+
customStyleSheets.from("../dokka/style.css", "../dokka/dokka-style.css")
66+
customAssets.from("../dokka/logo.png")
6567
footerMessage.set("By Bhuvaneshwaran")
6668
}
6769
}

compose/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ dokka {
6060
includes.from(project.files(), "module.md")
6161
}
6262
pluginsConfiguration.html {
63+
customStyleSheets.from("../dokka/style.css", "../dokka/dokka-style.css")
64+
customAssets.from("../dokka/logo.png")
6365
footerMessage.set("By Bhuvaneshwaran")
6466
}
6567
}

core/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dokka {
5656
includes.from(project.files(), "module.md")
5757
}
5858
pluginsConfiguration.html {
59+
customStyleSheets.from("../dokka/style.css", "../dokka/dokka-style.css")
60+
customAssets.from("../dokka/logo.png")
5961
footerMessage.set("By Bhuvaneshwaran")
6062
}
6163
}

dokka/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dokka {
3030
renderVersionsNavigationOnAllPages = true
3131
}
3232
pluginsConfiguration.html {
33-
customStyleSheets.from("style.css")
33+
customStyleSheets.from("style.css", "dokka-style.css")
3434
customAssets.from("logo.png")
3535
footerMessage.set("By Bhuvaneshwaran")
3636
}

0 commit comments

Comments
 (0)