Skip to content

Commit e76e184

Browse files
author
Joseph Manalastas Iturralde
committed
Update dokka
1 parent 74f968a commit e76e184

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

docs/assets/logo-styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#logo {
2+
background-image: url('../images/logo.png');
3+
background-size: 140px 50px;
4+
}

docs/assets/logo.png

45 KB
Loading

puree/build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ dokkaHtml.configure {
6666
noAndroidSdkLink.set(false)
6767
}
6868
}
69+
def pluginConfig = """
70+
{
71+
"customStyleSheets": ["${new File(rootDir, "docs/assets/logo-styles.css")}"],
72+
"customAssets": ["${new File(rootDir, "docs/assets/logo.png")}"]
73+
}
74+
"""
75+
pluginsMapConfiguration.set(["org.jetbrains.dokka.base.DokkaBase": pluginConfig])
6976
}
7077

7178
dependencies {

0 commit comments

Comments
 (0)