cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
timo 2020-11-18T15:38:59.125400Z

Hi! Are SNAPSHOT versions rebuilt when a new one is released to clojars?

martinklepsch 2020-11-18T15:39:14.125600Z

No

martinklepsch 2020-11-18T15:39:43.126700Z

But you can manually trigger a rebuild using the hidden button left of the GitHub icon on the top right of every doc page

timo 2020-11-18T15:40:53.126900Z

😆 that's cool. thanks!

timo 2020-11-18T15:59:28.128200Z

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.

martinklepsch 2020-11-18T15:59:58.128500Z

Can you share a link?

timo 2020-11-18T16:02:17.129Z

the history function has the same problem but the since function looks good

timo 2020-11-18T16:03:47.129500Z

the problem is the same when I run codox locally. I just did hope that it works better with cljdoc 😅

martinklepsch 2020-11-18T16:08:16.130800Z

Hm. Looks like the same to me

martinklepsch 2020-11-18T16:08:33.131500Z

Maybe you can try using fences code blocks instead of the indent approach?

timo 2020-11-18T17:47:56.131700Z

ok, I'll try. thanks!

martinklepsch 2020-11-18T18:35:48.131900Z

also look into running cljdoc locally if you want to shorten the feedback loop a bit 🙂

👍 1
lread 2020-11-18T18:50:46.132300Z

@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.

👍 1