for library authors “The Bare Minimum” says “If you publish to Clojars”… what if I don’t? or is that a hard requirement
I’ve only supported using as a git dependency so far
Hi @tatut! Yes, clojars is currently required. https://github.com/cljdoc/cljdoc/issues/459, but have not implemented yet.
ok, my mind was scanning for the “else” branch in that statement and I feared I’d missed something
I'll add a note to that part of the author guide so folks don't have to wonder.
so in the short term, clojars is the way to go
yes
thanks, I think I’ll set that up at some point for my libraries
Cool, thanks for asking your question, it'll help me to clarify the docs a bit there!
https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#the-bare-minimum with an extra note, hopefully, it is clearer.
yes, looks clear to me now