Liking cljdoc? Tell your friends :D

nuzzle.publish


publish-atom-feedclj

(publish-atom-feed {:nuzzle/keys [publish-dir] :as config}
                   rendered-site-index
                   &
                   {:as test-opts})

The optional test-ops map can make build deterministic by setting :deterministic? true

The optional test-ops map can make build deterministic by setting
:deterministic? true
raw docstring

publish-siteclj

(publish-site {:nuzzle/keys [overlay-dir publish-dir atom-feed sitemap?]
               :as config}
              &
              {:as test-opts})

The optional test-ops map can make build deterministic by setting :deterministic? true

The optional test-ops map can make build deterministic by setting
:deterministic? true
raw docstring

publish-sitemapclj

(publish-sitemap {:nuzzle/keys [publish-dir] :as config} rendered-site-index)

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

× close