Testing Guidelines

There is no separate unit-test suite in this repo. The required check is a strict MkDocs build: run make check before opening a PR.

  • If you change deployment or Worker behavior, also verify make build-prod when possible.
  • For content changes: check internal links, nav in mkdocs.yml, redirects in worker.js, and generated sitemap.xml after post-process.

Bugs: add regression test when it fits (e.g. a small script or CI step if the project adds one later).