forked from google/adk-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlychee.toml
More file actions
27 lines (21 loc) · 695 Bytes
/
lychee.toml
File metadata and controls
27 lines (21 loc) · 695 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
27
# Lychee link checker configuration
# https://github.com/lycheeverse/lychee
# Accepted HTTP status codes
accept = ["200", "206", "302", "403", "429"]
# Website timeout in seconds
timeout = 30
# Exclude localhost/loopback links (used in code examples throughout the docs)
exclude_loopback = true
# Resolve directory links to index.md and try .md extension for missing files
index_files = ["index.md", "index.html"]
fallback_extensions = ["md"]
# Retry configuration
max_retries = 5
retry_wait_time = 5
host_concurrency = 2
host_request_interval = "1s"
# Exclude file paths from checking
# Add paths here for directories containing partial/template files
exclude_path = [
"_includes",
]