mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
005eefef95
* [website_docs] Fix link intra-site link refs * Markdown-link config: add replace pattern for /docs/ Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
21 lines
450 B
JSON
21 lines
450 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http(s)?://localhost"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/registry",
|
|
"replacement": "https://opentelemetry.io/registry"
|
|
},
|
|
{
|
|
"pattern": "^/docs/",
|
|
"replacement": "https://opentelemetry.io/docs/"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"retryCount": 5,
|
|
"fallbackRetryDelay": "30s"
|
|
}
|