-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: check docs links fixes and configuration
This commits adds a new config for the link checker lychee. This should reduce the noise from some false negatives or un-reliable websites. It also makes the config less different between PR and main branch checks. Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
verbose = "info" | ||
|
||
exclude = [ | ||
# this application is down from time to time | ||
'cilium.herokuapp.com', | ||
# the relative link in README is implicit, | ||
# see https://github.blog/2013-01-31-relative-links-in-markup-files/ | ||
'docs/assets/icons/logo.*\.svg', | ||
# the virtualbox website sends 500 regularly | ||
'virtualbox.org' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters