You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Net: Exclude folders having docs with not reachable links (#12924)
Exclude folders with documents containing unreachable links and remove
files that were previously excluded because the links they contained
have become reachable.
# Folders which include links to localhost, since it's not ignored with regular expressions
18
14
- ./python/samples/demos/telemetry
@@ -22,6 +18,8 @@ excludedDirs:
22
18
# Exclude folders that contain documents with links prone to becoming broken and temporarily unavailable. This should be removed when the link checker is implemented as a background job that does not block PRs.
0 commit comments