-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathlychee.toml
More file actions
20 lines (16 loc) · 926 Bytes
/
lychee.toml
File metadata and controls
20 lines (16 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maximum number of allowed redirects.
max_redirects = 20
# Proceed for server connections considered insecure (invalid TLS).
insecure = true
# Remap URI matching pattern to different URI.
remap = ['%7B%7BVersion%7D%7D 1.23.1',
'file:.*%7B%7B%3C%20docsurl%20%3E%7D%7D https://sumo.dlr.de/docs']
# mkdocs generates sitemaps and rss but the links should have been checked elsewhere
exclude_path = ['\.xml$']
# Exclude URLs and mail addresses from checking (supports regex).
exclude = ['%7B%7BSource%7D%7D', '/sumo/images/logos/sumo-logo-white\.svg',
'^file:///.*/content/about$', 'https://doi.org/%7B%7B%3C%20param%20DOI%20%3E%7D%7D',
'github\.com', 'instagram\.com', 'linkedin\.com', 'researchgate\.net',
'scholar\.google\.de', 'twitter\.com', 'vector\.com',
'http://localhost:', 'https://www.bgu.tum.de/en/vt/home/',
'https://sumo-dlr-de\.translate\.goog/']