mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-20 14:28:05 +00:00
refactor(i18n): 重构中文文档结构并同步更新链接
主要变更:
1. **目录重命名**:
* 将 下的 , , 重命名为中文的 , , 。
2. **新增新手入门**:
* 创建 目录,为新用户提供入门指南。
3. **文件迁移与清理**:
* 将原有文档迁移到新的中文目录结构下。
* 删除了部分过时或重复的中文文档。
4. **链接与脚本同步**:
* 更新了根 , 以及 中所有指向旧路径的链接。
* 修改了 下的英文文档,以反映中文文档的结构变化。
* 更新了 翻译脚本,使其能够处理新的中文路径。
此次重构统一了中文文档的目录命名,使其更符合中文用户的习惯,并优化了整体文档的组织结构,提升了可维护性。
This commit is contained in:
+43
-44
@@ -1,9 +1,8 @@
|
||||
TRANSLATED CONTENT:
|
||||
# 📖 文档库 (Documents)
|
||||
# 📖 Document Library (Documents)
|
||||
|
||||
`i18n/zh/documents/` 目录汇总项目的流程文档、架构说明、开发经验与最佳实践,是理解方法论与协作规则的首选入口。
|
||||
The `i18n/zh/documents/` directory summarizes project process documents, architecture descriptions, development experiences, and best practices, serving as the primary entry point for understanding methodologies and collaboration rules.
|
||||
|
||||
## 目录结构
|
||||
## Directory Structure
|
||||
|
||||
```
|
||||
i18n/zh/documents/
|
||||
@@ -12,69 +11,69 @@ i18n/zh/documents/
|
||||
├── Methodology and Principles/
|
||||
│ ├── A Formalization of Recursive Self-Optimizing Generative Systems.md
|
||||
│ ├── gluecoding.md
|
||||
│ ├── vibe-coding-经验收集.md
|
||||
│ ├── 学习经验.md
|
||||
│ ├── 开发经验.md
|
||||
│ ├── 编程之道.md
|
||||
│ ├── 胶水编程.md
|
||||
│ └── 系统提示词构建原则.md
|
||||
│ ├── vibe-coding-Experience_Collection.md
|
||||
│ ├── Learning_Experience.md
|
||||
│ ├── Development_Experience.md
|
||||
│ ├── The_Way_of_Programming.md
|
||||
│ ├── Glue_Programming.md
|
||||
│ └── System_Prompt_Construction_Principles.md
|
||||
│
|
||||
├── Tutorials and Guides/
|
||||
│ ├── auggie-mcp配置文档.md
|
||||
│ ├── LazyVim快捷键大全.md
|
||||
│ ├── tmux快捷键大全.md
|
||||
│ ├── 关于手机ssh任意位置链接本地计算机,基于frp实现的方法.md
|
||||
│ ├── auggie-mcp_Configuration_Document.md
|
||||
│ ├── LazyVim_Shortcut_Cheatsheet.md
|
||||
│ ├── tmux_Shortcut_Cheatsheet.md
|
||||
│ ├── Method_for_SSH_Linking_Mobile_Phone_to_Local_Computer_Anywhere_Based_on_FRP_Implementation.md
|
||||
│ └── telegram-dev/
|
||||
│
|
||||
└── Templates and Resources/
|
||||
├── 代码组织.md
|
||||
├── 工具集.md
|
||||
├── 编程书籍推荐.md
|
||||
└── 通用项目架构模板.md
|
||||
├── Code_Organization.md
|
||||
├── Tool_Set.md
|
||||
├── Recommended_Programming_Books.md
|
||||
└── General_Project_Architecture_Template.md
|
||||
```
|
||||
|
||||
## 文档分类
|
||||
## Document Classification
|
||||
|
||||
### Methodology and Principles
|
||||
|
||||
此类别存放关于编程思想、开发哲学和项目核心原则的文档。
|
||||
This category contains documents about programming philosophy, development philosophy, and core project principles.
|
||||
|
||||
* `A Formalization of Recursive Self-Optimizing Generative Systems.md`
|
||||
* `gluecoding.md`
|
||||
* `vibe-coding-经验收集.md`
|
||||
* `学习经验.md`
|
||||
* `开发经验.md`
|
||||
* `编程之道.md`
|
||||
* `胶水编程.md`
|
||||
* `系统提示词构建原则.md`
|
||||
* `vibe-coding-Experience_Collection.md`
|
||||
* `Learning_Experience.md`
|
||||
* `Development_Experience.md`
|
||||
* `The_Way_of_Programming.md`
|
||||
* `Glue_Programming.md`
|
||||
* `System_Prompt_Construction_Principles.md`
|
||||
|
||||
### Tutorials and Guides
|
||||
|
||||
此类别存放具体工具的配置、使用指南和操作教程。
|
||||
This category contains configuration, usage guides, and operation tutorials for specific tools.
|
||||
|
||||
* `auggie-mcp配置文档.md`
|
||||
* `LazyVim快捷键大全.md`
|
||||
* `tmux快捷键大全.md`
|
||||
* `关于手机ssh任意位置链接本地计算机,基于frp实现的方法.md`
|
||||
* `auggie-mcp_Configuration_Document.md`
|
||||
* `LazyVim_Shortcut_Cheatsheet.md`
|
||||
* `tmux_Shortcut_Cheatsheet.md`
|
||||
* `Method_for_SSH_Linking_Mobile_Phone_to_Local_Computer_Anywhere_Based_on_FRP_Implementation.md`
|
||||
* `telegram-dev/`
|
||||
|
||||
### Templates and Resources
|
||||
|
||||
此类别存放可复用的项目模板、代码结构规范和资源列表。
|
||||
This category contains reusable project templates, code structure specifications, and resource lists.
|
||||
|
||||
* `代码组织.md`
|
||||
* `工具集.md`
|
||||
* `编程书籍推荐.md`
|
||||
* `通用项目架构模板.md`
|
||||
* `Code_Organization.md`
|
||||
* `Tool_Set.md`
|
||||
* `Recommended_Programming_Books.md`
|
||||
* `General_Project_Architecture_Template.md`
|
||||
|
||||
## 贡献新文档
|
||||
## Contribute New Documents
|
||||
|
||||
1. 将文档放置在最合适的分类目录中。
|
||||
2. 如果需要,可以创建新的分类目录。
|
||||
3. 更新本 README 文件以反映变更。
|
||||
1. Place documents in the most appropriate category directory.
|
||||
2. Create new category directories if needed.
|
||||
3. Update this README file to reflect changes.
|
||||
|
||||
## 相关资源
|
||||
## Related Resources
|
||||
|
||||
- [提示词库](../prompts/) - AI 提示词集合
|
||||
- [技能库](../skills/) - AI Skills 技能
|
||||
- [通用库](../libs/) - 工具与外部集成
|
||||
- [Prompt Library](../prompts/) - AI Prompt Collection
|
||||
- [Skill Library](../skills/) - AI Skills
|
||||
- [General Library](../libs/) - Tools and External Integrations
|
||||
Reference in New Issue
Block a user