Hello everyone! anyone knows how to make a step by...
# getting-started
k
Hello everyone! anyone knows how to make a step by step guide documentation with dokka or any other docs engine for kotlin ? i want to make a documentation webwsite that contains a full guide on how to install and use my library and thanks 🙂
j
I don't have anything specific to Kotlin, but I have used mkdocs for Krossbow's website. The experience is not bad at all. And I included the KDocs as a section inside (but it changes the UI). The docs are markdown files in the `docs` directory of my repository. The website is generated using this workflow each time a new tag is pushed. The config for mkdocs generation is the
mkdocs.yml
file at the root of the repo.
🙌 1
Not sure whether this is what you were looking for, though 😅
j
mkdocs or docusaurus for the webpages
later dokka in a subfolder for the api docs
🙌 1
k
i dunno if im allowed to share links or not but i want to make something like this https://back-app-x-documentation.vercel.app/ this one we've made it with markdown and it was auto generated to html
i'll try with mk docs or docusaurus thanks guys for the help its super appreciated 🥰