sigs.k8s.io/cluster-api@v1.7.1/.markdownlinkcheck.json (about) 1 { 2 "ignorePatterns": [{ 3 "pattern": "^http://localhost" 4 }], 5 "httpHeaders": [{ 6 "comment": "Workaround as suggested here: https://github.com/tcort/markdown-link-check/issues/201", 7 "urls": ["https://docs.github.com/"], 8 "headers": { 9 "Accept-Encoding": "zstd, br, gzip, deflate" 10 } 11 }], 12 "timeout": "10s", 13 "retryOn429": true, 14 "retryCount": 5, 15 "fallbackRetryDelay": "30s", 16 "aliveStatusCodes": [200, 206] 17 }