-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.markdown-link-check.json
More file actions
84 lines (84 loc) · 1.96 KB
/
.markdown-link-check.json
File metadata and controls
84 lines (84 loc) · 1.96 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"aliveStatusCodes": [
200,
206,
301,
302,
303,
307,
308
],
"fallbackRetryDelay": "30s",
"httpHeaders": [
{
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
},
"urls": [
"https://github.com",
"https://api.github.com",
"https://raw.githubusercontent.com"
]
}
],
"ignorePatterns": [
{
"pattern": "^https://i\\.imgur\\.com/"
},
{
"pattern": "^https://github\\.com/Nick2bad4u/PS-Color-Scripts-Enhanced"
},
{
"pattern": "^mailto:"
},
{
"pattern": "^deps$"
},
{
"pattern": "^#.*$"
},
{
"pattern": "^https://raw.githubusercontent.com/nick2bad4u/Uptime-Watcher/metrics/"
},
{
"pattern": "^https://localhost"
},
{
"pattern": "^https://127\\.0\\.0\\.1"
},
{
"pattern": "^file://"
},
{
"pattern": "^.*[Cc]hangelog.*$"
},
{
"pattern": "^https://reddit\\.com/"
},
{
"pattern": "^https://www\\.reddit\\.com/"
},
{
"pattern": "^https://discord\\.gg/"
},
{
"pattern": "^https://discordapp\\.com/invite/"
},
{
"pattern": "^https://discord\\.com/invite/"
},
{
"pattern": "^https://www\\.reddit\\.com/r/ANSIart/"
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
}
],
"retryCount": 3,
"retryOn429": true,
"timeout": "20s"
}