-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathlychee.toml
More file actions
26 lines (19 loc) · 777 Bytes
/
lychee.toml
File metadata and controls
26 lines (19 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# lychee.toml — lychee link checker configuration
# See: https://github.com/lycheeverse/lychee
# Check HTML files in the generated titles directory
glob_ignore_case = true
no_progress = true
no_ignore = true
max_cache_age = "2d"
cache = true
# Timeout for external requests (seconds)
timeout = 60
# Accept these status codes as valid
# 403 included because many doc sites (developers.redhat.com, entra.microsoft.com) block crawlers
accept = [200, 204, 301, 302, 403]
# Skip SSL certificate verification (matches htmltest IgnoreSSLVerify)
insecure = true
# Exclude paths — skip Common_Content (bundled highlight.js, CSS, etc.)
exclude_path = ["/Common_Content/"]
# Usage: GITHUB_TOKEN=$(gh auth token) lychee titles-generated/
# Exclude patterns are in .lycheeignore