No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(preserving-raw-forms {:keys [form raw-forms] :as ast} body)
(trim ast)
Trims the AST of unnecessary nodes, e.g. (do (do 1)) -> 1
cljdoc is a website building & hosting documentation for Clojure/Script libraries