Build, Test, and Development Commands¶
Prefer Make targets from the repo root:
make install— install Python dependencies (uv sync).make serve— local dev server athttp://127.0.0.1:8011usingmkdocs.local.yml.make serve-dirty— faster reloads when editing lots of content.make build— strict local build, then sitemap post-process (scripts/postprocess_sitemap.py).make build-prod— strict build with fullmkdocs.yml.make check— validation gate (same strict build path as routine verification).make new-article NAME="My Title"— scaffoldcontent/articles/my-title/index.md.