35 lines
835 B
JSON
35 lines
835 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https://github\\.com/open-telemetry/opentelemetry-specification/(issues|pull)"
|
|
},
|
|
{
|
|
"pattern": "^https://github\\.com/open-telemetry/semantic-conventions/(issues|pull|actions)"
|
|
},
|
|
{
|
|
"pattern": "^#"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "{{BASEURL}}/"
|
|
},
|
|
{
|
|
"pattern": "^https://github.com/open-telemetry/semantic-conventions/(blob|tree)/main/docs/",
|
|
"replacement": "LINK-CHECK-ERROR-USE-LOCAL-PATH-TO-DOC-PAGE-NOT-EXTERNAL-URL/"
|
|
}
|
|
],
|
|
"httpHeaders": [
|
|
{
|
|
"urls": ["http", ".", "/"],
|
|
"headers": {
|
|
"User-Agent": "Mozilla/5.0 (compatible; OpenTelemetryDocsBot/1.0)"
|
|
}
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"timeout": "30s",
|
|
"aliveStatusCodes": [200, 403]
|
|
}
|