Is there a way to customise the generated HTML whe...
# dokka
f
Is there a way to customise the generated HTML when using dokka, such as defining the copyright footer message?
m
In the current state of dokka you would need to create a simple plugin to override values from the renderer (
HTMLRenderer
in this case). Basic tutorial on how to do it is here: https://kotlin.github.io/dokka/1.4.0/developer_guide/introduction/