Skip to content

Deployment

Cloudflare Pages

Use the following build command:

pip install -r requirements.txt && python -m mkdocs build

Use the following output directory:

site

Local Build

python3 -m pip install -r requirements.txt
python3 -m mkdocs build

Local Preview

python3 -m mkdocs serve