Adrian Landborn
04/09/2025, 9:17 AMRobert Jaros
04/09/2025, 9:20 AMAdrian Landborn
04/09/2025, 9:24 AMAdrian Landborn
04/09/2025, 9:39 AM// Project level Dokka setup
pluginManager.withPlugin("org.jetbrains.dokka") {
dokka {
pluginsConfiguration.versioning {
olderVersionsDir.set(layout.projectDirectory.dir("documentation/oldVersions"))
}
dokkaPublications.html {
outputDirectory.set(layout.projectDirectory.dir("documentation/html"))
includes.from("documentation/packages.md")
}
}
}
glureau
04/09/2025, 9:59 AMhfhbd
04/09/2025, 10:04 AMAdrian Landborn
04/09/2025, 11:23 AMhfhbd
04/09/2025, 11:25 AMglureau
04/09/2025, 11:28 AMCLOVIS
04/09/2025, 1:52 PMOleg Yukhnevich
04/10/2025, 9:15 AMPatrick Lannigan
04/13/2025, 3:21 PMmkdocs
. I'd like to avoid the reference API pages having a completely different theme from the rest of the documentation (mkdocs-material
).Patrick Lannigan
04/13/2025, 3:25 PMAdrian Landborn
04/14/2025, 8:19 AMCLOVIS
04/14/2025, 8:24 AMAdrian Landborn
04/14/2025, 12:15 PMCLOVIS
04/14/2025, 1:27 PMgit clone <https://gitlab.com/opensavvy/ktmongo.git>
cd ktmongo/docs/website
./gradlew docs:website:embedDokkaIntoMkDocs
then look in docs/website/docs/api