# Configuration for https://github.com/lycheeverse/lychee
# Checks links in the built Starlight docs site under `site/dist/client/`
# and the repo root README.md.
# Run: `just lychee` (requires `just site-build` first).
max_concurrency = 20
timeout = 20
max_retries = 3
# gnu.org can time out or block automated link checkers from hosted runners.
# The AGPL license URL is canonical; skip verifying it.
exclude = ["^https://www\\.gnu\\.org/"]