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-prodwhen possible. - For content changes: check internal links,
navinmkdocs.yml, redirects inworker.js, and generatedsitemap.xmlafter post-process.
Bugs: add regression test when it fits (e.g. a small script or CI step if the project adds one later).