To find documentation use the search field on the cljdoc homepage or navigate to documentation directly by entering the appropriate URL.
URLs are formed like this:
# https://cljdoc.org/d/$group_id/$artifact_id/$version
https://cljdoc.org/d/ring/ring-core/1.6.0If we haven’t built documentation for the requested project yet you’ll see a page with a button to trigger a build. Builds usually don’t take longer than 1-2 minutes.
Cljdoc supports the downloading of a library’s docs (aka docset) for offline use. The cljdoc download docset format is a zip file.
Dash for MacOS supports and downloads zip docsets directly from cljdoc.org.
If you are a Zeal user, you will be delighted by @Ramblurr’s cljdocset tool. It downloads cljdoc zip docsets and converts them to Dash docsets that can easily be added to Zeal.
If you want to, for whatever reason, download zip docset files for your own use, navigate to:
# https://cljdoc.org/download/$group_id/$artifact_id/$version
https://cljdoc.org/download/reagent/reagent/0.8.1or download an offline docset zip file using curl (note the -OJ flags):
curl -OJ https://cljdoc.org/download/reagent/reagent/0.8.1See the Docsets page for more technical information.