Closed
Description
Describe the bug
When opened from mobile devices, the page have features like when opened through desktop.
The other thing is it doesn't have toggle to switch between light and dark theme like desktop when opened with mobile.
Expected behaviour
The page doesn't have dark/light theme switches, and the menu just plain white
To Reproduce
Just build your applicatioin using dokkaHtmlMultiModule
and display it with mobile devices
Dokka configuration
Configuration of dokka used to reproduce the bug
tasks.withType(DokkaMultiModuleTask::class.java).configureEach {
moduleName.set("DevBase")
outputDirectory.set(file("$rootDir/docs/src/reference"))
pluginConfiguration<DokkaBase, DokkaBaseConfiguration> {
footerMessage = "© 2021 Telkom DEV"
customAssets = listOf(file("logo-icon.svg"))
}
}
Installation
- Operating system: Windows
- Build tool: Gradle v7.0.2
- Dokka version: 1.6.10
Additional context
Please support GFM format too, I see many improvement in HTML format but not in GFM. Thanks
Are you willing to provide a PR?
No.