Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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