I’ve been doing some work to replace JBake with Or...
# strikt
c
I’ve been doing some work to replace JBake with Orchid for docs over on my fork, and would love to get your feedback. https://github.com/cjbrooks12/strikt/tree/orchid and a preview of the site rebuilt with Orchid is here https://cjbrooks12.github.io/strikt/. You can run the site locally with
gradle :site:orchidServe
Most notably, I’ve converted the homepage snippets into actual unit tests and connected the site to dynamically pull in those snippets at build time. I also added a searchbox with full-text search, even of the Kotlin source comments. The Kotlin API docs are a bit rough right now, and I’ll be working more to clean that up before the site is fully ready. But if you would want to move forward using Orchid instead of JBake, I will also move all code snippets throughout the entire User Guide to unit tests.