Skip to content

Commit 9c1ec73

Browse files
docs: ignore broken external links in mdox validation
Add ignore rules for Grafana promtail docs (removed after EOL in March 2026) and db.cs.cmu.edu (DNS/timeout issues from CI). Signed-off-by: Kc Balusu <kcbalusu@meta.com>
1 parent 027af6d commit 9c1ec73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.mdox.validate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,10 @@ validators:
6161
type: 'ignore'
6262
- regex: 'codeburst\.io'
6363
type: 'ignore'
64+
# Promtail docs removed after EOL (March 2026).
65+
- regex: 'grafana\.com\/docs\/loki\/latest\/clients\/promtail'
66+
type: 'ignore'
67+
# Frequent DNS/timeout issues from CI.
68+
- regex: 'db\.cs\.cmu\.edu'
69+
type: 'ignore'
6470

0 commit comments

Comments
 (0)