Skip to content

Commit

Permalink
docs(API): Use api.video logo instead of defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 7, 2021
1 parent fc472ef commit d460463
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/docs_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/logo-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions livestream/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,20 @@ dokkaHtml {

dokkaSourceSets {
named("main") {
includes.from("README.md")

noAndroidSdkLink.set(false)
skipDeprecated.set(true)
includeNonPublic.set(false)
skipEmptyPackages.set(true)
}
}
pluginsMapConfiguration.set(
["org.jetbrains.dokka.base.DokkaBase": """{
"customAssets" : [
"${file("$rootDir/docs/docs_logo.svg")}",
"${file("$rootDir/docs/logo-icon.svg")}"
]
}"""]
)
}

dependencies {
Expand Down

0 comments on commit d460463

Please sign in to comment.