Pure documentation catalog for in-REPL exploration. Provides (doc :topic) data for Boundary concepts with examples. No I/O, no logging — pure data and transformations.
Pure documentation catalog for in-REPL exploration. Provides (doc :topic) data for Boundary concepts with examples. No I/O, no logging — pure data and transformations.
(format-doc {:keys [title body see-also]})Format a catalog entry map as a human-readable string. Entry must have :title, :body, and :see-also keys.
Format a catalog entry map as a human-readable string. Entry must have :title, :body, and :see-also keys.
(list-topics)Return a sorted sequence of all topic keywords in the catalog.
Return a sorted sequence of all topic keywords in the catalog.
(lookup topic)Return the catalog entry for topic keyword, or nil if not found.
Return the catalog entry for `topic` keyword, or nil if not found.
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 |