Tip
Read the manual: https://manual.121.global
-
Install a Python virtual environment (On Linux/macOS):
python3 -m venv venv source venv/bin/activate -
Install dependencies
pip install -r requirements.txt
-
Build the documentation (for each language separately):
- For English, preview at: http://localhost:8000
mkdocs serve --config-file config/en/mkdocs.yml --dev-addr localhost:8000
- For Dutch, preview at: http://localhost:8080
mkdocs serve --config-file config/nl/mkdocs.yml --dev-addr localhost:8080
- Material for MkDocs: https://squidfunk.github.io/mkdocs-material/