This project uses Clay and Quarto to generate documentation from Clojure notebooks.
To build all the Clojure notebooks in the notebooks/ folder and generate Quarto files in the docs/ folder, run:
clojure -M:buildThis command will:
- Scan the
notebooks/directory for.cljfiles. - Use Clay to convert them into Quarto (
.qmd) files in thedocs/directory. - Automatically trigger a Quarto render to produce the final
.htmldocumentation.
- Clojure CLI
- Quarto installed on your system path.