This repo builds the documentation for developer.holochain.org.
- Python3
- Pip
- MkDocs: https://www.mkdocs.org/user-guide/installation/
- Install the rest of the requirements. Run
pip install -r requirements.txt
To run a live session that will auto-update (watch) the output run:
.serve_docs.sh
Currently this still requires a browser reload.
To buld the docs run:
./create_docs.sh