xref: /aosp_15_r20/external/kotlinx.serialization/dokka-templates/README.md (revision 57b5a4a64c534cf7f27ac9427ceab07f3d8ed3d8)
1*57b5a4a6SAndroid Build Coastguard Worker# Dokka's template customization
2*57b5a4a6SAndroid Build Coastguard WorkerTo provide unified navigation for all parts of [kotlinlang.org](https://kotlinlang.org/),
3*57b5a4a6SAndroid Build Coastguard Workerthe Kotlin Website Team uses this directory to place custom templates in this folder
4*57b5a4a6SAndroid Build Coastguard Workerduring the website build time on TeamCity.
5*57b5a4a6SAndroid Build Coastguard Worker
6*57b5a4a6SAndroid Build Coastguard WorkerIt is not practical to place these templates in the kotlinx.serialization repository because they change from time to time
7*57b5a4a6SAndroid Build Coastguard Workerand aren't related to the library's release cycle.
8*57b5a4a6SAndroid Build Coastguard Worker
9*57b5a4a6SAndroid Build Coastguard WorkerThe folder is defined as a source for custom templates by the templatesDir property through Dokka's plugin configuration.
10*57b5a4a6SAndroid Build Coastguard Worker
11*57b5a4a6SAndroid Build Coastguard Worker[Here](https://kotlin.github.io/dokka/1.7.20-SNAPSHOT/user_guide/output-formats/html/#custom-html-pages), you can
12*57b5a4a6SAndroid Build Coastguard Workerfind more about the customization of Dokka's HTML output.