Liking cljdoc? Tell your friends :D

cljdoc.render.offline

Rendering code for offline bundles.

While more reuse would be possible this is intentionally kept somewhat separately as DOM stability is more important for tools like Dash etc.

Rendering code for offline bundles.

While more reuse would be possible this is intentionally
kept somewhat separately as DOM stability is more important
for tools like Dash etc.
raw docstring

article-tocclj

(article-toc doc-tree)

Very similar to doc-tree-view but uses the offline-docs link/url generation mechanism

Very similar to `doc-tree-view` but uses the offline-docs
link/url generation mechanism
raw docstring

article-urlclj

(article-url slug-path)

doc-pageclj

(doc-page doc-p fix-opts)

docs-filesclj

(docs-files {:keys [cache-contents cache-id] :as cache-bundle})

Return a list of [file-path content] pairs describing a zip archive.

Content may be a java.io.File or hiccup.util.RawString

Return a list of [file-path content] pairs describing a zip archive.

Content may be a java.io.File or hiccup.util.RawString
raw docstring

index-pageclj

(index-page {:keys [cache-contents] :as cache-bundle})

ns-pageclj

(ns-page ns defs {:keys [scm-base file-mapping]})

ns-urlclj

(ns-url ns)

pageclj

(page {:keys [version-entity namespace article-title scm-url]} contents)

top-barclj

(top-bar version-entity scm-url sub-page?)

zip-streamclj

(zip-stream {:keys [cache-id] :as cache-bundle})

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

× close