Hi all, im looking for public projects that have u...
# dokka
o
Hi all, im looking for public projects that have used Dokka for documentation. Are you aware of any?
j
You can check https://hexagonkt.com (I’m the maintainer) the site is generated with MkDocs from Dokka Markdown comments/files
👍 1
c
strikt.io uses Orchid to generate the site, which integrates with Dokka for a more seamless docs site build (see kdocs example here https://strikt.io/kotlindoc/core/strikt/assertions/)
❤️ 1
z
Square Workflow also uses dokka + mkdocs: https://square.github.io/workflow/kotlin/api/workflow/
❤️ 1
s
@Zach Klippenstein (he/him) [MOD] awesome, my main concern with mkdocs is the build time to generate the site. It took more than 5 mins for a library with a lot of moshi generated adapter classes.
@Casey Brooks nice…really like Orchid. Would love to see more themes or some doc on how to create custom themes.
c
@suresh yeah, that’s one of the most-desired requests right now. The theme APIs and template formats are in a bit of flux right now, but they’re nearly stable, so a theme development guide will be coming in the near future
👍 3