Commit ca78ea7
zengfr
chore(docs): scrub umadev references from tracked content
Per project rule that no documentation, code, or site content may
mention the reference project by name, scrub remaining occurrences
from:
- website/content/docs/zh/requirements.md (the live, user-facing
requirement page): rewrote the header 参照基准 line and Section 3
comparison to be self-contained. Replaced "与参考项目 UmaDev 的差异"
with "与同领域方案的差异" and the table column "UmaDev(参照)"
with "同领域方案(对照)". Also added a guard sentence clarifying
the document is original project material.
- docs/plan/website-stage2-dark-duotone.md: scrubbed the design-
reference mention in the header.
The remaining hits in the working tree (ADR-0001, ADR-0003,
docs/01-需求分析文档.md, refer.md) are excluded via .gitignore
(docs/adr/ is gitignored, the others are local artifacts); they were
cleaned in place so no future accidental publish exposes the name.
Verified: git grep -IE 'umadev|umacloud|goder.ai' returns nothing
across all tracked files, and a fresh next build produces no
references in the rendered zh/docs/requirements HTML.1 parent 4d7936b commit ca78ea7
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments