Skip to content
Snippets Groups Projects
Commit 0969df9e authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Better comments

parent 67e943ad
No related branches found
No related tags found
2 merge requests!1045Automated merge from preview to main,!1044Improve link checking
...@@ -228,13 +228,14 @@ plugins: ...@@ -228,13 +228,14 @@ plugins:
# True by default # True by default
# Toggle via env. var. ENABLED_HTMLPROOFER=false # Toggle via env. var. ENABLED_HTMLPROOFER=false
enabled: !ENV [ENABLED_HTMLPROOFER, True] enabled: !ENV [ENABLED_HTMLPROOFER, True]
# Check URLs before serving. Build fails in case of bad URLs. # Check URLs before serving. Raise error and fail build at first bad URL.
# raise_error: !ENV [ENABLED_HTMLPROOFER_RE, False] # raise_error: !ENV [ENABLED_HTMLPROOFER_RE, False]
# raise_error_after_finish: True # Raise error and fail build after all URLs have been checked.
raise_error_after_finish: True
# Ignore errors # Ignore errors
#raise_error_excludes: #raise_error_excludes:
# 504: ['https://www.mkdocs.org/'] # 504: ['https://www.mkdocs.org/']
# 405: ['https://jupyterhub.hpc.tu-dresden.de/'] # 405: ['https://jupyterhub.hpc.tu-dresden.de/']
ignore_urls: ignore_urls:
- mailto:hpc-support@tu-dresden.de - mailto:hpc-support@tu-dresden.de
- https://jupyterhub.hpc.tu-dresden.de/* - https://jupyterhub.hpc.tu-dresden.de/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment