feat(wiki): batch ingest 16 source pages from raw/

This commit is contained in:
2026-04-14 20:22:19 +08:00
parent 1e166667ba
commit b299ecf694
25 changed files with 1432 additions and 39 deletions

View File

@@ -116,7 +116,7 @@ last_updated: YYYY-MM-DD
## 执行步骤(严格顺序)
1. 使用 Read 工具完整读取 source 文档
2. 读取 `wiki/index.md` 和 `wiki/overview.md`
3. 生成 `wiki/sources/<slug>.md`
3. 生成 `wiki/sources/原始中文名.md` (非中文使用 slug.md)
4. 更新 `wiki/index.md`
5. 更新 `wiki/overview.md`(如有必要)
6. 创建或更新 Entity 页面
@@ -301,7 +301,7 @@ date: YYYY-MM-DD
---
# Naming Conventions命名规范
- Sourcekebab-case
- Source保留原始中文名称(去除特殊符号),非中文使用 kebab-case
- EntityTitleCase
- ConceptTitleCase
@@ -316,7 +316,7 @@ date: YYYY-MM-DD
- [Overview](overview.md)
## Sources
- [Title](sources/slug.md)
- [Title](sources/原始中文名.md)
## Entities
- [Entity](entities/Entity.md)