No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(with-retry {:keys [count wait on-failure] :as opts} & body)
(with-retry* {:keys [count wait fn-to-retry fn-on-failure] :or {count default-retry wait default-wait}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries