terraform-provider-helm/.markdownlinkcheck.json
Sheneska Williams 97964e8724
Migrate to tfplugindocs structure (#1375)
Co-authored-by: Brian Flad <bflad417@gmail.com
2024-05-31 14:02:12 -05:00

29 lines
882 B
JSON

{
"ignorePatterns": [
{
"pattern": "^http(s)?:\/\/terraform.io/(.*)"
}
],
"replacementPatterns": [
{
"pattern": "^(/docs/(?!providers/helm/))",
"replacement": "https://terraform.io$1"
},
{
"pattern": "^(?!http(s)?://)(.*)\\.html(#.*)?$",
"replacement": "$2.html.markdown$3"
},
{
"pattern": "^/docs/providers/helm/",
"replacement": "file:///github/workspace/docs/"
},
{
"pattern": "^(getting-started).html.markdown(#.*)?$",
"replacement": "file:///github/workspace/docs/guides/$1.html.md$2"
},
{
"pattern": "^file:///github/workspace/docs/guides/(.*)\\.markdown(#.*)?$",
"replacement": "file:///github/workspace/docs/guides/$1.md$2"
}
]
}