Liking cljdoc? Tell your friends :D
Clojure only.

cljdoc.render.sidebar


(sidebar-contents route-params
                  {:keys [cache-id cache-contents] :as cache-bundle})

Render a sidebar for a documentation page.

This function takes the same arguments as the main render functions in cljdoc.renderer.html and selected pages/namespaces will be highlighted based on the supplied route-params.

If articles or namespaces are missing for a project there will be little messages pointing users to the relevant documentation or GitHub to open an issue.

Render a sidebar for a documentation page.

This function takes the same arguments as the main render functions in `cljdoc.renderer.html`
and selected pages/namespaces will be highlighted based on the supplied `route-params`.

If articles or namespaces are missing for a project there will be little messages pointing
users to the relevant documentation or GitHub to open an issue.
sourceraw docstring

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

× close