forked from hashicorp/terraform-provider-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlinkcheck.json
32 lines (32 loc) · 1013 Bytes
/
.markdownlinkcheck.json
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
{
"ignorePatterns": [
{
"pattern": "^http(s)?:\/\/github.com/kubernetes/(.*)"
},
{
"pattern": "^http(s)?:\/\/terraform.io/(.*)"
}
],
"replacementPatterns": [
{
"pattern": "^(/docs/(?!providers/kubernetes/))",
"replacement": "https://terraform.io$1"
},
{
"pattern": "^(?!http(s)?://)(.*)\\.html(#.*)?$",
"replacement": "$2.html.markdown$3"
},
{
"pattern": "^/docs/providers/kubernetes/",
"replacement": "file:///github/workspace/website/docs/"
},
{
"pattern": "^(getting-started).html.markdown(#.*)?$",
"replacement": "file:///github/workspace/website/docs/guides/$1.html.md$2"
},
{
"pattern": "^file:///github/workspace/website/docs/guides/(.*)\\.markdown(#.*)?$",
"replacement": "file:///github/workspace/website/docs/guides/$1.md$2"
}
]
}