Liking cljdoc? Tell your friends :D

orchard.clojuredocs

Find docs from ClojureDocs and retrieve the result as a map.

Find docs from ClojureDocs and retrieve the result as a map.
raw docstring

cacheclj

source

cache-file-nameclj

source

clean-cache!clj

(clean-cache!)

Clean the cached ClojureDocs export file and the in memory cache.

Clean the cached ClojureDocs export file and the in memory cache.
sourceraw docstring

default-edn-file-urlclj

source

find-docclj

(find-doc ns sym)

Find documentation matching ns and sym from the cached documentation. Bundled documentation will be used when there is no cached documentation.

Return nil if there is no matching documentation.

Find documentation matching `ns` and `sym` from the cached documentation.
Bundled documentation will be used when there is no cached documentation.

Return nil if there is no matching documentation.
sourceraw docstring

get-docclj

(get-doc var-name)

Get data for var-name. Bundled documentation will be used when there is no cached documentation.

Get data for `var-name`.
Bundled documentation will be used when there is no cached documentation.
sourceraw docstring

http-timeoutclj

Timeout in milliseconds for connecting to a URL and reading the content.

Timeout in milliseconds for connecting to a URL and reading the content.
sourceraw docstring

load-docs-if-not-loaded!clj

(load-docs-if-not-loaded!)

Load exported docs from bundled or cached file when no docs are loaded. The Cached file take priority.

Load exported docs from bundled or cached file when no docs are loaded.
The Cached file take priority.
sourceraw docstring

resolve-and-find-docclj

(resolve-and-find-doc ns sym)

Resolve sym in the context of ns and look up the documentation for the resulting var.

Resolve `sym` in the context of `ns` and look up the documentation
for the resulting var.
sourceraw docstring

see-alsoclj

(see-also var-name)

Get the see-alsos for var-name if any.

Get the see-alsos for `var-name` if any.
sourceraw docstring

update-cache!clj

(update-cache!)
(update-cache! export-edn-url)

Load exported docs file from ClojureDocs, and store it as a cache. export-edn-url should be the URL to EDN file with Clojuredocs data (default-edn-file-url if not provided).

Load exported docs file from ClojureDocs, and store it as a cache.
`export-edn-url` should be the URL to EDN file with Clojuredocs
data (`default-edn-file-url` if not provided).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close