mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
e6fd3bfb28
The [lycheeverse/lychee-action][1] GitHub action keeps timing out when trying to check any of the links from twitter.com My guess is maybe Twitter has anti-bot measures active against GitHub's CI servers. [1]: https://github.com/lycheeverse/lychee-action
17 lines
610 B
Plaintext
17 lines
610 B
Plaintext
# These links are ignored by our link checker https://github.com/lycheeverse/lychee
|
|
# The file allows you to list multiple regular expressions for exclusion (one pattern per line).
|
|
|
|
# Network error: Forbidden
|
|
https://codepen.io
|
|
|
|
# Network error: The certificate was not trusted
|
|
https://mkdocs.org/
|
|
https://osawards.com/javascript/#nominees
|
|
https://osawards.com/javascript/2019
|
|
|
|
# Timeout error, maybe Twitter has anti-bot defences against GitHub's CI servers?
|
|
https://twitter.com/mermaidjs_
|
|
|
|
# Don't check files that are generated during the build via `pnpm docs:code`
|
|
packages/mermaid/src/docs/config/setup/*
|