Is there a way to add custom links to the navigati...
# dokka
r
Is there a way to add custom links to the navigation?
v
It is not easy. You can create your own plugin. https://kotlin.github.io/dokka/1.5.30/developer_guide/introduction/ In your case an extension point
navigationPageInstaller
in Base plugin should be overridden by you plugin. Update: Also you can use custom CSS or JS but it is a sort of a hack.
r
Thx. I think I will go in a diffrent direction with https://squidfunk.github.io/mkdocs-material/
👍 1
I’m just missing there the option to include code snipits from any code file to avoid to keep it always in sync with the actual demo code