CI overview¶
The documentation system can be validated in CI.
Main enforcement entry point¶
.github/workflows/docs-quality.yml
Suggested checks¶
mkdocs build --strict- documentation link checking
- image-policy checking via
tools/check_doc_images_policy.py
Interpretation¶
- Mandatory policies should be checked automatically where practical.
- Recommended policies may still require editorial review.