For testing I’ve always wanted to give expectations a more serious try.
For people interested in the docs service discussion there are two links which may be of interest:
- ClojureVerse discussion on the topic
- Github repo with some early explorations
I currently have a 100LOC boot script which can generate documentation for arbitrary project/version combinations based on a combination of jars (from Clojars) and a projects Github repo.
I think for an proof-of-concept I’ll aim for something based on Codox, supporting multiple versions and codox style guides.
EDIT here are my slides: martinklepsch-clojure-docs-talk.pdf (276.7 KB)