mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-13 13:23:31 +08:00
docs(zh-CN): translate code block(plain text) (#753)
Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
@@ -44,12 +44,12 @@ npx jsdoc2md src/**/*.ts # Extract JSDoc
|
||||
|
||||
```
|
||||
docs/CODEMAPS/
|
||||
├── INDEX.md # Overview of all areas
|
||||
├── frontend.md # Frontend structure
|
||||
├── backend.md # Backend/API structure
|
||||
├── database.md # Database schema
|
||||
├── integrations.md # External services
|
||||
└── workers.md # Background jobs
|
||||
├── INDEX.md # 所有区域概览
|
||||
├── frontend.md # 前端结构
|
||||
├── backend.md # 后端/API 结构
|
||||
├── database.md # 数据库模式
|
||||
├── integrations.md # 外部服务
|
||||
└── workers.md # 后台任务
|
||||
```
|
||||
|
||||
### 4. 代码映射格式
|
||||
|
||||
Reference in New Issue
Block a user