:wave: Hello, team! I have been using dokka for co...
# dokka
k
👋 Hello, team! I have been using dokka for code docs and everything works great. Now I want to add more documentation beyond just code docs eg. having multiple md files for multiple pages that are not packages or modules. I have not seen any resource about dokka to achieve this. Please see the example page structure below. Could someone point me to the right resource ? • intro ◦ Packages • Getting started guides • Change logs • other documentation ◦ How to do xyz
g
From what I know, Dokka doesn't provide those tools, and many open source projects use mkdocs+dokka (mkdocs for general / high-level purpose, dokka for api reference). I'd love a basic mkdocs/dokka integration
👌 1
k
Thank you so much @glureau and @Ignat Beresnev. I have tried generating the Gfm and Jekyll markdown. However, I am not enthused about the addition of extraneous items like [androidJvm] and //, similar to the image attached
is there a way to clean the generated markdown ?
Ps: I have an mkdocs documentation now and I have linked it to the dokka document. However. I do not like the idea of navigating from the mkdocs page to the dokka. I am hoping to integrate the two as a unit.