Skip to content

Commit 07d01d1

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent d23ecb2 commit 07d01d1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

link-check-config.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^https://github.com/.*?/issue"
5+
},
6+
{
7+
"pattern": "^https://github.com/.*?/pull"
8+
},
9+
{
10+
"pattern": "^#"
11+
}
12+
],
13+
"replacementPatterns": [
14+
{
15+
"pattern": "^https://github.com/apache/apisix-ingress-controller/blob/master/",
16+
"replacement": "{{BASEURL}}/"
17+
},
18+
{
19+
"pattern": "^https://github.com/apache/apisix-ingress-controller/tree/master/",
20+
"replacement": "{{BASEURL}}/"
21+
},
22+
{
23+
"pattern": "^https://apisix.apache.org/docs/ingress-controller/(.*?)$",
24+
"replacement": "{{BASEURL}}/docs/$1.md"
25+
}
26+
],
27+
"timeout": "20s",
28+
"retryOn429": true,
29+
"retryCount": 5,
30+
"fallbackRetryDelay": "30s",
31+
"aliveStatusCodes": [200, 206]
32+
}

0 commit comments

Comments
 (0)