docs: update documentation paths and appendix titles

Update documentation paths to use zh-cn locale consistently and modify appendix titles in config file. Changes include:
- Updating all doc paths to use zh-cn prefix
- Renaming appendix examples in config.mjs
- Maintaining same functionality while standardizing paths
This commit is contained in:
sanbuphy
2026-01-14 10:14:04 +08:00
parent b0f1ccf500
commit 6eeae7cffa
10 changed files with 317 additions and 317 deletions
+2 -2
View File
@@ -202,11 +202,11 @@ export default defineConfig({
link: '/zh-cn/stage-1/appendix-b-common-errors/'
},
{
text: '附录示例:贪吃蛇游戏教程',
text: '附录示例:在线 AI 编程平台介绍',
link: '/zh-cn/stage-1/appendix-articles/example0-1/vibe-coding-tools-snake-game-tutorial'
},
{
text: '附录示例:用 AI 搭建完整网站',
text: '附录示例:用编程和设计智能体开发网站',
link: '/zh-cn/stage-1/appendix-articles/example0-2/vibe-coding-tools-build-website-with-ai-coding-and-design-agents'
}
],