https://kotlinlang.org logo
Title
m

Marc Knaup

08/26/2020, 6:41 PM
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

Zach Klippenstein (he/him) [MOD]

08/26/2020, 6:44 PM
I use mkdocs and github pages to host. There’s a number of alternatives to mkdocs as well.
👍 1
j

jaguililla

08/26/2020, 10:53 PM
I use the same MkDocs and Dokka on GitHub
m

Marc Knaup

08/26/2020, 10:57 PM
@jaguililla so this is MkDocs? https://hexagonkt.com/
j

jaguililla

08/27/2020, 6:44 AM
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