File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2121 # Static files
2222 static_templates :
2323 - 404.html
24-
2524 # Don't include MkDocs' JavaScript
2625 include_search_page : false
2726 search_index_only : true
@@ -73,7 +72,13 @@ plugins:
7372 raise_error : True
7473 validate_external_urls : True
7574 raise_error_excludes :
76- 404 : [ 'https://www.nuget.org/packages/NetEscapades.Configuration.Yaml' ] # No idea why this is failing, but it is.
75+ 404 :
76+ [
77+ ' https://www.nuget.org/packages/NetEscapades.Configuration.Yaml' , # No idea why this is failing, but it is.
78+ ' https://github.com/apps/yamburger' , # Archived August 2025
79+ ' https://github.com/apps/triage-new-issues' , # No longer available
80+ ' https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.Query' # Broken Azure SDK link
81+ ]
7782 405 : [ '*' ]
7883 520 : [ '*' ]
7984 403 : [ 'https://www.mend.io/free-developer-tools/blog/overcoming-dockers-mutable-image-tags/' ]
You can’t perform that action at this time.
0 commit comments