Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | H A D | 25-Apr-2025 | 721 | 12 | 9 |
README.md
1# Dokka's template customization 2To provide unified navigation for all parts of [kotlinlang.org](https://kotlinlang.org/), 3the Kotlin Website Team uses this directory to place custom templates in this folder 4during the website build time on TeamCity. 5 6It is not practical to place these templates in the kotlinx.serialization repository because they change from time to time 7and aren't related to the library's release cycle. 8 9The folder is defined as a source for custom templates by the templatesDir property through Dokka's plugin configuration. 10 11[Here](https://kotlin.github.io/dokka/1.7.20-SNAPSHOT/user_guide/output-formats/html/#custom-html-pages), you can 12find more about the customization of Dokka's HTML output.