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