docs: update stage-0 pages and navigation for content restructuring

- Mark stage-0 links as "Coming Soon" across all language versions
- Update navigation labels from "Product Manager" to "Novice & PM" variants
- Consolidate stage-0 and stage-1 content into single "Novice & Product Prototype" section
- Refactor homepage feature grid to use Apple Store-style layout
- Update stage descriptions and learning path summaries to reflect new structure
- Ensure consistency across all supported languages (en, zh, ja, ko, es, fr, de, ar, vi)
This commit is contained in:
sanbuphy
2026-01-29 20:01:05 +08:00
parent 119304a0a4
commit a9a5c5c8a7
17 changed files with 186 additions and 178 deletions
+6 -12
View File
@@ -113,8 +113,7 @@ Easy-Vibe 通过以下几个阶段,带你从 0 到 1:
| 阶段 | 核心技能 | 产出 |
| ------------ | -------------------------------- | --------------------- |
| **第阶段** | 小游戏开发、AI 编程入门 | 完成第一个互动小游戏 |
| **第一阶段** | 产品思维、需求分析、原型设计 | 可交互的 Web 应用原型 |
| **第阶段** | AI 编程入门、产品思维、原型设计 | 互动小游戏、Web 应用原型 |
| **第二阶段** | 全栈开发、AI 集成、数据库 | 完整的全栈 AI 应用 |
| **第三阶段** | claude code 进阶、小程序安卓开发 | 生产级多平台应用 |
@@ -141,17 +140,12 @@ Easy-Vibe 通过以下几个阶段,带你从 0 到 1:
[AI 能力词典:常见 AI 核心概念与名词、场景解释](docs/zh-cn/appendix/ai-capability-dictionary.md)
### 、新手入门
### 、新手入门与产品原型
| 章节 | 关键内容 | 状态 |
| :----------------------------------------------------------------------------------------------- | :------------------------------------- | :--- |
| [前言:学习地图](docs/zh-cn/stage-0/0.1-learning-map/index.md) | 整体学习路径导览 | ✅ |
| [初级一:AI 时代,会说话就会编程](docs/zh-cn/stage-0/0.2-ai-capabilities-through-games/index.md) | 通过贪吃蛇等案例初步感受 AI 编程的能力 | ✅ |
### 一、AI 产品经理
| 章节 | 关键内容 | 状态 |
| :---------------------------------------------------------------------------------------- | :------------------------------------------------ | :--- |
| 章节 | 关键内容 | 状态 |
| :----------------------------------------------------------------------------------------------- | :------------------------------------------------ | :--- |
| [前言:学习地图](docs/zh-cn/stage-0/0.1-learning-map/index.md) | 整体学习路径导览 | ✅ |
| [初级一:AI 时代,会说话就会编程](docs/zh-cn/stage-0/0.2-ai-capabilities-through-games/index.md) | 通过贪吃蛇等案例初步感受 AI 编程的能力 | ✅ |
| [初级二:认识 AI IDE 工具](docs/zh-cn/stage-1/1.1-introduction-to-ai-ide/index.md) | 学会使用 IDE,在本地制作小游戏 | ✅ |
| [初级三:动手做出原型](docs/zh-cn/stage-1/1.2-building-prototype/index.md) | 从需求分析、AI 生成单页面,再到生成多页面产品原型 | ✅ |
| [初级四:给原型加上 AI 能力](docs/zh-cn/stage-1/1.3-integrating-ai-capabilities/index.md) | 学会接入常见 AI 能力(文本、图片、视频) | ✅ |