markdown_link_check_config.json 533 B

123456789101112131415161718192021222324252627
  1. {
  2. "retryOn429": true,
  3. "retryCount": 5,
  4. "fallbackRetryDelay": "10s",
  5. "httpHeaders": [
  6. {
  7. "urls": [
  8. "https://docs.github.com/",
  9. "https://help.github.com/"
  10. ],
  11. "headers": {
  12. "Accept-Encoding": "zstd, br, gzip, deflate"
  13. }
  14. }
  15. ],
  16. "ignorePatterns": [
  17. {
  18. "pattern": "^http(s)?://127.0.0.1.*"
  19. },
  20. {
  21. "pattern": "^http(s)?://localhost.*"
  22. },
  23. {
  24. "pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
  25. }
  26. ]
  27. }