# Markdown link validation configuration. # Used by: cargo make check-markdown-links # Docs: https://lychee.cli.rs/ # Only check local file links; skip all HTTP/HTTPS links. # External link checking is slow and flaky in CI. offline = true # Check fragment links: anchors (e.g., #section-name) and text fragments (#:~:text=). include_fragments = "full" exclude_path = ["target", ".git"]