mirror of
https://github.com/hashicorp/terraform-provider-helm.git
synced 2025-12-18 23:26:08 -05:00
29 lines
882 B
JSON
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"
|
|
}
|
|
]
|
|
}
|