# Link checker ignore file (lychee)
# Patterns to exclude from link checking to avoid false positives

# internal doc links (root-absolute /docs/... resolve to file:// under
# --root-dir) - remark-link-checker validates these during the Astro build
^file://

# internal example-walkthrough self-links - validated at build time; a newly
# added /docs/examples/<slug>/ page 404s in CI until the site redeploys
^https://cocoindex\.io/docs/examples/

# used in the docs (as part of setup/launch instructions)
^http://localhost
^https://localhost

# return 400/403 in the lychee reports but are valid user-facing links
^https://console\.anthropic\.com/
^https://dashboard\.voyageai\.com/
^https://platform\.openai\.com/
^https://portal\.azure\.com/
^https://console\.aws\.amazon\.com/
^https://console\.cloud\.google\.com/
^https://us-east-1\.console\.aws\.amazon\.com/
^https://cloud\.google\.com/
^https://aws\.amazon\.com/console/

^https://platform\.openai\.com/api/ # may require auth
