Skip to content

Commit

Permalink
docs: link checker config for docs contributor guide
Browse files Browse the repository at this point in the history
Broken link detector was trigger no the http://localhost:1313/docs link
in the guide, which needs being excluded. On the other side we need to
exclude only this explicit link since localhost:1313 base is used during
local CI links checking.

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Jan 23, 2024
1 parent 6eac422 commit 2e05f54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ exclude = [
# 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'
'virtualbox.org',
# this is for the documentation contributor guide
'^http://localhost:1313/docs$'
]

0 comments on commit 2e05f54

Please sign in to comment.