updated lychee.toml example

This commit is contained in:
Knox Lively
2024-03-07 17:42:29 -07:00
parent 7f806a339b
commit 82805ea0f7
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -7,6 +7,5 @@
# Add specific exclusions below that have been erroneously flagged
exclude = [
'file:///Users/knox/Repos/waveterm-docs/reference/slashcommands#remote-parse',
'file:///Users/knox/Repos/waveterm-docs/features/sshconfig-imports'
'file:///Users/example/example.md',
]
+2
View File
@@ -2,6 +2,8 @@
# Enter each URL or pattern you wish to exclude on a separate line, employing regular expressions for targeted exclusions or glob-style patterns for broader matches.
# Reference: https://github.com/lycheeverse/lychee?tab=readme-ov-file#ignoring-links
#
# NOTE: For file exclusions, please use ".lychee.toml"
#
# Usage:
# - Write full URLs to ignore specific links.
# - Use asterisks (*) as wildcards to match any number of characters.