Skip to content

Commit

Permalink
remove assets link from dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Jan 5, 2025
1 parent 31250a4 commit 1d2796c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/dokkaDocumentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dokka {
moduleVersion = project.version.toString()
pluginsConfiguration.html {
footerMessage = "© ${Config.vendorName}"
customAssets.from(rootDir.resolve("docs/static/icon-512-maskable.png"))
homepageLink = Config.url
}
dokkaPublications.configureEach {
Expand Down

0 comments on commit 1d2796c

Please sign in to comment.