Commit b2e7815
ci(link-check): ignore localhost + skip frozen legacy/archive docs (#404)
The repo-wide link-check on main was red (19 dead links). All were either
local dev-server example URLs or stale references inside frozen historical
docs — not actionable broken links in current content.
- markdown-link-check config: ignore `^https?://localhost` (doc example URLs
for the dev server: localhost:4001 / :3000 / :3001).
- README.legacy.md (monorepo-era doc, superseded by README.md) and the two
docs/archive/2026-02 snapshots: add `<!-- markdown-link-check-disable -->` —
they reference packages/ and planning files that no longer exist and are
kept only for history.
Verified locally with markdown-link-check against all 6 previously-failing
files: 0 dead links (README.md's 18 real links still checked).
Co-authored-by: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 08dfb13 commit b2e7815
4 files changed
Lines changed: 16 additions & 0 deletions
File tree
- .github
- docs/archive/2026-02
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
0 commit comments