Hi! Are SNAPSHOT versions rebuilt when a new one is released to clojars?
No
But you can manually trigger a rebuild using the hidden button left of the GitHub icon on the top right of every doc page
😆 that's cool. thanks!
Does codox have issues with rendering datalog source code? I can not get two of three pretty similar blocks to render correctly. It seems to have fine whitespacing and no missing braces afaics.
Can you share a link?
this is the cljdoc https://cljdoc.org/d/io.replikativ/datahike/0.3.3-SNAPSHOT/api/datahike.api#as-of
the history function has the same problem but the since function looks good
https://github.com/replikativ/datahike/blob/development/src/datahike/api.cljc
the problem is the same when I run codox locally. I just did hope that it works better with cljdoc 😅
Hm. Looks like the same to me
Maybe you can try using fences code blocks instead of the indent approach?
ok, I'll try. thanks!
also look into running cljdoc locally if you want to shorten the feedback loop a bit 🙂
@timok we recently spent some effort updating https://github.com/cljdoc/cljdoc/blob/master/doc/running-cljdoc-locally.adoc, if you give it a try, let us know what you think.