No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(append-tree-item {:keys [path mode sha content] :as item} repo tree-formatter inserter)
(content->object-id {:keys [type content base_tree] :as blob} repo inserter)
(create-blob! repo blob)
(create-commit! repo {:keys [tree message parents]})
(create-reference! repo {:keys [ref sha]})
(create-tree! repo {:keys [tree base_tree]})
(delete-reference! repo ref)
(empty-repo)
(get-blob repo sha)
(get-branch repo branch)
(get-commit repo sha)
(get-content repo sha path)
(get-reference repo ref-name)
(get-tree repo sha)
(insert-tree repo inserter tree base_tree)
(leaf-item? item)
(path-sha repo base_tree path)
(split-path path)
(tree-content repo sha)
(tree-items->tree-map tree-items)
(tree-map->tree-items tree-map repo base_tree)
(tree-walk repo sha)
(with-inserter [inserter repo] & body)
cljdoc is a website building & hosting documentation for Clojure/Script libraries