File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ tasks.dokkaHtmlMultiModule {
124
124
outputDirectory.set(docsDir.resolve(" $version " ))
125
125
pluginConfiguration<DokkaBase , DokkaBaseConfiguration > {
126
126
customAssets + = file(projectDir.resolve(" dokka/logo-dark.svg" ))
127
+ customAssets + = file(projectDir.resolve(" dokka/logo-icon.svg" ))
127
128
customStyleSheets + = file(projectDir.resolve(" dokka/logo-styles.css" ))
128
129
footerMessage = createFooterMessage()
129
130
}
@@ -167,6 +168,7 @@ fun createDocsIndexPage(): String {
167
168
meta(charset = " utf-8" )
168
169
link(href = " ./$version /styles/style.css" , rel = " Stylesheet" )
169
170
link(href = " ./$version /styles/logo-styles.css" , rel = " Stylesheet" )
171
+ link(href = " ./$version /images/logo-icon.svg" , rel = " icon" )
170
172
title(" modelix.core API Reference" )
171
173
style {
172
174
unsafe {
You can’t perform that action at this time.
0 commit comments