mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* add md link check action * add config * fix doc link * fix dead links * change dev-1.x to 1.x * fix mmocr url
34 lines
703 B
JSON
34 lines
703 B
JSON
{
|
|
"ignorePatterns": [
|
|
|
|
{
|
|
"pattern": "^https://developer.nvidia.com/"
|
|
},
|
|
{
|
|
"pattern": "^https://docs.openvino.ai/"
|
|
},
|
|
{
|
|
"pattern": "^https://developer.android.com/"
|
|
},
|
|
{
|
|
"pattern": "^https://developer.qualcomm.com/"
|
|
},
|
|
{
|
|
"pattern": "^http://localhost"
|
|
}
|
|
],
|
|
"httpHeaders": [
|
|
{
|
|
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
|
|
"headers": {
|
|
"Accept-Encoding": "zstd, br, gzip, deflate"
|
|
}
|
|
}
|
|
],
|
|
"timeout": "20s",
|
|
"retryOn429": true,
|
|
"retryCount": 5,
|
|
"fallbackRetryDelay": "30s",
|
|
"aliveStatusCodes": [200, 206, 429]
|
|
}
|