👋 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
glureau
10/10/2022, 7:57 PM
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
Kennedy Opoku Asare
10/16/2022, 10:19 AM
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
Kennedy Opoku Asare
10/16/2022, 10:21 AM
is there a way to clean the generated markdown ?
Kennedy Opoku Asare
10/16/2022, 10:22 AM
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.