Linking policy enforcement

This page describes how the mandatory linking policy is enforced.

Enforcing tools

The repository includes CI configuration for documentation quality checks:

  • .github/workflows/docs-quality.yml

The workflow runs checks such as:

  • mkdocs build --strict
  • a documentation link checker workflow step

Relationship to image checks

The linking policy complements the image policy:

  • the linking policy checks that references resolve,
  • the image policy checker validates allowed image placement and naming.