We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde37af commit 8aafb5dCopy full SHA for 8aafb5d
mkdocs.yml
@@ -39,6 +39,10 @@ plugins:
39
# This is to remove some false positives for links which work.
40
# Anchors are validated again by core mkdocs
41
404: [ '*#trestle.*' ]
42
+ # These URLs work from the browser but fail when accesssed via htmlproofer:
43
+ ignore_urls:
44
+ - 'https://www.fedramp.gov/documents-templates/'
45
+ - 'https://www.cncf.io/wp-content/uploads/2022/07/cncf-color-bg.svg'
46
- mkdocstrings:
47
default_handler: python
48
handlers:
0 commit comments