(link-anchors {:keys [anchors-lu articles] :as interim} name)add anchors to the bundle
(-> (link-anchors {:anchors-lu {"code.doc" {:by-tag {:a 1 :b 2}}}} "code.doc") :anchors) => {"code.doc" {:a 1, :b 2}}
add anchors to the bundle
(-> (link-anchors {:anchors-lu
{"code.doc" {:by-tag {:a 1
:b 2}}}}
"code.doc")
:anchors)
=> {"code.doc" {:a 1, :b 2}}(link-anchors-lu {:keys [articles] :as interim} name)adds anchor lookup table by name
adds anchor lookup table by name
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |