Skip to content

Files

Latest commit

f3ba23c · Apr 2, 2025

History

History

docs

Dependencies

Install mkdocs and node.js

Install node dependencies:

> npm install

Building

You'll need to generate all of the md files, which are generated from the .hx files and transported into the docs directory.

> node gen.js

Use mkdocs to generate the static html:

> mkdocs build