Skip to content

Commit b2e7815

Browse files
xuyushun441-sysos-zhuangclaude
authored
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/markdown-link-check-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
},
1010
{
1111
"pattern": "^https://img.shields.io/"
12+
},
13+
{
14+
"pattern": "^https?://localhost"
1215
}
1316
]
1417
}

README.legacy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!-- markdown-link-check-disable -->
2+
<!-- Frozen legacy doc from the monorepo era — links point at packages/ and
3+
planning files that no longer exist in this single-package repo. Kept for
4+
historical reference only; superseded by README.md. -->
5+
16
# HotCRM - Enterprise-Level CRM System
27

38
[![CI](https://github.com/objectstack-ai/hotcrm/workflows/CI/badge.svg)](https://github.com/objectstack-ai/hotcrm/actions/workflows/ci.yml)

docs/archive/2026-02/IMPLEMENTATION_SUMMARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- markdown-link-check-disable -->
2+
<!-- Archived 2026-02 snapshot — references planning docs that have since been
3+
removed. Frozen for history; not link-checked. -->
4+
15
# HotCRM Implementation Complete - Summary
26

37
> **Date**: February 11, 2026

docs/archive/2026-02/SALESFORCE_FEATURE_COMPARISON.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- markdown-link-check-disable -->
2+
<!-- Archived 2026-02 snapshot — references planning docs that have since been
3+
removed. Frozen for history; not link-checked. -->
4+
15
# HotCRM vs Salesforce: Deep Feature Comparison
26

37
> **Version**: 3.0

0 commit comments

Comments
 (0)