Is it possible to create own tags on kdoc? for exa...
# dokka
l
Is it possible to create own tags on kdoc? for example:
Copy code
@side-note[]
i
Hi! Yeah, you can do it by writing a custom Dokka plugin Here's the class you'll need to implement: https://github.com/Kotlin/dokka/blob/master/plugins/base/src/main/kotlin/transformers/pages/tags/CustomTagContentProvider.kt And there's info on how to build, debug, test Dokka, info on plugin development and Dokka's architecture that will help: https://kotlin.github.io/dokka/1.7.20/developer_guide/introduction/
🙌 1
l
Thanks! I'll take a look into that 😄