Files
meta-llama--llama-cookbook/.github/scripts/markdown_link_check_config.json
T
2026-07-13 12:42:37 +08:00

34 lines
675 B
JSON

{
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "10s",
"httpHeaders": [
{
"urls": [
"https://docs.github.com/",
"https://help.github.com/"
],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"ignorePatterns": [
{
"pattern": "^http(s)?://127.0.0.1.*"
},
{
"pattern": "^http(s)?://localhost.*"
},
{
"pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
},
{
"pattern": "http(s.?)?:\/\/(www\.)?linkedin\.com\.*"
},
{
"pattern": "http(s?)?:\/\/(www\.)?medium\.com\/.*"
}
]
}