We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23ecb2 commit 07d01d1Copy full SHA for 07d01d1
1 file changed
link-check-config.json
@@ -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
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