Skip to content

Commit 84d2cdf

Browse files
add some lychee config
1 parent 6ee5c8d commit 84d2cdf

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
book
22
*.swp
33
*~
4+
.lycheecache

lychee.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# configuration of lychee link checker
2+
# https://lychee.cli.rs/usage/config/
3+
4+
# enable link checking to avoid rate limiting when doing many runs locally in sequence
5+
cache = true
6+
7+
# skip over URLs matching these regex
8+
exclude = [
9+
# skip DocDB, we want to link to internal documents
10+
'^https://projects-docdb\.fnal\.gov'
11+
]
12+

0 commit comments

Comments
 (0)