feat(docs): add IDE basics guide and restructure development tools section

- Add comprehensive IDE basics documentation with interactive demos
- Move prompt engineering content to artificial-intelligence section
- Create new IDE basics page under development-tools section
- Update sidebar config to reflect new structure
This commit is contained in:
sanbuphy
2026-02-15 02:08:12 +08:00
parent 07d82d046b
commit 4732d48777
4 changed files with 406 additions and 408 deletions
+1
View File
@@ -587,6 +587,7 @@ export default defineConfig({
text: '二、开发环境与工具',
collapsed: false,
items: [
{ text: '集成开发环境 (IDE) 基础', link: '/zh-cn/appendix/2-development-tools/ide-basics' },
{ text: '命令行与 Shell 脚本', link: '/zh-cn/appendix/2-development-tools/command-line-shell' },
{ text: '编辑器与 AI 编程助手', link: '/zh-cn/appendix/2-development-tools/editors-and-ai' },
{ text: 'Git:代码的时光机', link: '/zh-cn/appendix/2-development-tools/git-version-control' },