Skip to content

Commit 18cc94f

Browse files
committed
exclude broken links
1 parent 529e240 commit 18cc94f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

mkdocs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ theme:
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/' ]

0 commit comments

Comments
 (0)