mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 03:08:01 +08:00
9f84dbbda0
* [doc] Migrate dev doc from website repository * Correct release language * Fix license issue * Add all images from website * Delete unused images * Add CI * Fix ci * fix ci * Remove no need file * Add latest commit from website * correct img_utils.py script * Remove unused imgs
40 lines
810 B
JSON
40 lines
810 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http://localhost"
|
|
},
|
|
{
|
|
"pattern": "^https://hive.apache.org"
|
|
},
|
|
{
|
|
"pattern": "^http://192"
|
|
},
|
|
{
|
|
"pattern": "^https://img.shields.io/badge"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/en-us/download/download.html$",
|
|
"replacement": "https://dolphinscheduler.apache.org/en-us/download/download.html"
|
|
},
|
|
{
|
|
"pattern": "^/zh-cn/download/download.html$",
|
|
"replacement": "https://dolphinscheduler.apache.org/zh-cn/download/download.html"
|
|
},
|
|
{
|
|
"pattern": "^/img",
|
|
"replacement": "{{BASEURL}}/docs/img"
|
|
}
|
|
],
|
|
"timeout": "10s",
|
|
"retryOn429": true,
|
|
"retryCount": 10,
|
|
"fallbackRetryDelay": "1000s",
|
|
"aliveStatusCodes": [
|
|
200,
|
|
401,
|
|
0
|
|
]
|
|
}
|