.htmltest.yml 1.1 KB

1234567891011121314151617181920212223242526
  1. # cSpell:ignore github regexs
  2. CacheExpires: 9000h # ~ 12 months
  3. DirectoryPath: public
  4. CheckDoctype: false # Sadly, this is false only because of `static/google*.html`
  5. IgnoreAltMissing: true # FIXME
  6. IgnoreDirectoryMissingTrailingSlash: true # FIXME
  7. TestFilesConcurrently: true
  8. IgnoreDirs:
  9. - _print
  10. - ^blog/(\d+/)?page/\d+
  11. IgnoreEmptyHref: true # FIXME
  12. IgnoreInternalEmptyHash: true # FIXME
  13. IgnoreInternalURLs: # list of paths
  14. IgnoreURLs: # list of regexs of paths or URLs to be ignored
  15. - \?no-link-check
  16. - (index.xml|_print/)$ # ignore <link rel=alternate ...>
  17. - ^https?://[^/]+/(categories|tags)/ # ignore Docsy-generated content
  18. - ^https?://localhost\b
  19. # Ignore Docsy-generated GitHub links for now
  20. - ^https?://github\.com/.*?/.*?/(new|edit)/ # view-page, edit-source etc
  21. - ^https://twitter.com/docsydocs$
  22. # Too flaky or unnecessary
  23. - ^https://badges.netlify.com/api
  24. - ^https://code.jquery.com
  25. # TEMPORARY until we're done with https://github.com/google/docsy/issues/2243
  26. # - ^https://github.com/google/docsy/blob/main/layouts/.*_td-content-after-header.html$