hi guys hope you all doing well, I made the initia...
# dokka
k
hi guys hope you all doing well, I made the initial gradle groovy setup to generate dokka docs as html but i want to customize the UI by removing the android jvm button, change the Logo and the fav icon and customize package names from
com.share.components
to just the
components
so anyone can help on how to achieve this please 😇
o
Hey! Not sure that all of this is possible in an easy way, but, you can check which customizations are available out of the box here: https://kotlinlang.org/docs/dokka-html.html#customization This should help solve some of your requests. Regarding others: • removing the android jvm button - I think it should be possible to do it with
css
, but I'm not sure •
com.share.components
to just the
components
- this is possible only if to write a custom Dokka plugin - you can find some information on this in dev documentation - https://kotlin.github.io/dokka/1.9.20/developer_guide/plugin-development/introduction/
🙌 1
😢 1
k
Thanks sir @Oleg Yukhnevich 🙌