Liking cljdoc? Tell your friends :D

lucid.publish.render


find-includesclj

(find-includes template)

find and gather all the include tags for the template

(find-includes "<@=hello> <@=world>") => #{:hello :world}

find and gather all the include tags for the template

(find-includes "<@=hello> <@=world>")
=> #{:hello :world}
raw docstring

renderclj

(render interim name)
(render interim name settings project)

renders a file to .html

renders a file to .html
raw docstring

render-initclj

(render-init interim name)
(render-init interim name settings project)

initialises files and other things before rendering

initialises files and other things before rendering
raw docstring

theme-fileclj

(theme-file file)
(theme-file file settings)
(theme-file file settings project)

chooses a these file to load

chooses a these file to load
raw docstring

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

× close