This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-18
Channels
- # architecture (33)
- # asami (1)
- # aws (1)
- # babashka (19)
- # beginners (48)
- # bristol-clojurians (1)
- # calva (5)
- # cider (12)
- # cljdoc (15)
- # cljsrn (7)
- # clojure (151)
- # clojure-europe (19)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-provo (4)
- # clojure-spec (9)
- # clojure-uk (21)
- # clojuredesign-podcast (28)
- # clojurescript (33)
- # core-typed (1)
- # cryogen (2)
- # css (6)
- # cursive (10)
- # data-science (1)
- # datomic (20)
- # events (3)
- # expound (72)
- # figwheel-main (5)
- # fulcro (43)
- # graalvm (6)
- # helix (1)
- # kaocha (13)
- # leiningen (2)
- # malli (1)
- # meander (93)
- # membrane (4)
- # off-topic (17)
- # pathom (6)
- # portland-or (5)
- # re-frame (25)
- # reagent (6)
- # reitit (7)
- # reveal (30)
- # shadow-cljs (25)
- # vim (2)
But you can manually trigger a rebuild using the hidden button left of the GitHub icon on the top right of every doc page
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 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?
also look into running cljdoc locally if you want to shorten the feedback loop a bit 🙂
@U4GEXTNGZ 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.