-
-
Notifications
You must be signed in to change notification settings - Fork 596
Expand file tree
/
Copy pathlychee.toml
More file actions
32 lines (28 loc) 路 1.2 KB
/
Copy pathlychee.toml
File metadata and controls
32 lines (28 loc) 路 1.2 KB
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
28
29
30
31
32
############################# Display #############################
verbose = "info"
output = "./lychee-out.md"
############################# Cache ###############################
cache = true
max_cache_age = "2d"
############################# Runtime #############################
max_concurrency = 14
############################# Requests ############################
user_agent = "curl/7.83.1"
timeout = 20
accept = ["200", "429", "403", "404"]
scheme = ["https"]
############################# Exclusions ##########################
base = "https://github.com/thedaviddias/llms-txt-hub/"
exclude = [
"https://openphone.com/",
"https://www.openphone.com/docs/llms.txt",
"https://www.devhub.com/",
"https://www.maersk.com/",
"https://www.maersk.com/llms.txt",
"https://www.google.com/s2/favicons?domain=docs.rememberizer.ai&size=32",
"https://www.google.com/s2/favicons?domain=developers.campsite.com&size=32",
"https://www.google.com/s2/favicons?domain=docs.conductor.is&size=32",
"https://www.google.com/s2/favicons?domain=docs.pinata.cloud&size=32",
"https://www.google.com/s2/favicons?domain=docs.skydeck.ai&size=32",
"https://www.google.com/s2/favicons?domain=raincamp.ai&size=32"
]