30 lines
882 B
JSON
30 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"
|
|
}
|
|
]
|
|
}
|