has anyone ever discussed having generated documentation pages from the Clojure libraries hosted on Clojars?
so, a library creator could push up a library that has docstrings for all the functions and get hosted documentation automatically? IMO that would be a huge and standardized benefit to the Clojure community. I understand it would be a fair amount of work.
as an example, the elm packages site: http://package.elm-lang.org/
Grimoire internally has a documentation engine capable of this, but I've never taken the next step of generating docs on jar push.
This actually came up on my ideas list a few days ago. The only infrastructure I'd need is a way to get artifact coordinates when they're pushed.
A short shell script wrapping https://github.com/clojure-grimoire/lein-grim would probably be all you needed beyond such a webhook.