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 {
124124 outputDirectory.set(docsDir.resolve(" $version " ))
125125 pluginConfiguration<DokkaBase , DokkaBaseConfiguration > {
126126 customAssets + = file(projectDir.resolve(" dokka/logo-dark.svg" ))
127+ customAssets + = file(projectDir.resolve(" dokka/logo-icon.svg" ))
127128 customStyleSheets + = file(projectDir.resolve(" dokka/logo-styles.css" ))
128129 footerMessage = createFooterMessage()
129130 }
@@ -167,6 +168,7 @@ fun createDocsIndexPage(): String {
167168 meta(charset = " utf-8" )
168169 link(href = " ./$version /styles/style.css" , rel = " Stylesheet" )
169170 link(href = " ./$version /styles/logo-styles.css" , rel = " Stylesheet" )
171+ link(href = " ./$version /images/logo-icon.svg" , rel = " icon" )
170172 title(" modelix.core API Reference" )
171173 style {
172174 unsafe {
You can’t perform that action at this time.
0 commit comments