Liking cljdoc? Tell your friends :D

nuzzle.server


handle-page-requestclj

(handle-page-request pages & {:keys [remove-drafts?]})

Handler that wraps around stasis.core/serve-pages, if config is a var then the config is resolved and validated upon each request. Otherwise the config is validated once and the app is built just once.

Handler that wraps around stasis.core/serve-pages, if config is a var then
the config is resolved and validated upon each request. Otherwise the config
is validated once and the app is built just once.
raw docstring

start-serverclj

(start-server pages & {:keys [port overlay-dir remove-drafts?] :or {port 6899}})

wrap-overlay-dirclj

(wrap-overlay-dir app overlay-dir)

wrap-stacktrace-logclj

(wrap-stacktrace-log app)

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

× close