cljdoc 2023-09-04

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

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!

yes, looks clear to me now

👍 1