What is the fastest way to get a landing page and ...
# opensource
m
What is the fastest way to get a landing page and documentation for a Kotlin open source library online? I always avoid that because I don’t know a quick & easy way for that yet 😅
z
I use mkdocs and github pages to host. There’s a number of alternatives to mkdocs as well.
👍 1
j
I use the same MkDocs and Dokka on GitHub
m
@jaguililla so this is MkDocs? https://hexagonkt.com/
j
Yes… the input are the modules’ readme files, the Dokka documentation and some Markdown pages and the theme is MkDocs Material. However, you can also try http://orchid.run which seems pretty good… If they supported the MkDocs Material theme, I would consider migrating (Orchid has a Gradle plugin and you don’t have to rely on Docker)
🙏 3