feat(docs): add new documentation for mobile development, spec coding and claude agent sdk
Add comprehensive documentation for three new core skills: 1. Mobile development guide for Claude Code 2. Spec Coding methodology and workflow 3. Claude Agent SDK complete guide The new documentation covers: - Detailed explanations of concepts and architectures - Step-by-step implementation guides - Practical examples and use cases - Comparison tables and decision guides - Security considerations and best practices
This commit is contained in:
@@ -398,6 +398,20 @@ const stage3SidebarEn = [
|
||||
{
|
||||
text: 'Claude Code 工作流最佳实践',
|
||||
link: '/zh-cn/stage-3/core-skills/workflow/'
|
||||
},
|
||||
{
|
||||
text: 'Claude Code 手机远程开发',
|
||||
link: '/zh-cn/stage-3/core-skills/mobile-development/'
|
||||
},
|
||||
{
|
||||
text: 'Claude Agent SDK 完全指南',
|
||||
link: '/zh-cn/stage-3/core-skills/claude-agent-sdk/',
|
||||
items: [
|
||||
{
|
||||
text: 'Spec Coding:规范驱动开发',
|
||||
link: '/zh-cn/stage-3/core-skills/claude-agent-sdk/spec-coding'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -1245,6 +1259,18 @@ export default defineConfig({
|
||||
{
|
||||
text: 'Claude Code 工作流最佳实践',
|
||||
link: '/zh-cn/stage-3/core-skills/workflow/'
|
||||
},
|
||||
{
|
||||
text: 'Claude Code 手机远程开发',
|
||||
link: '/zh-cn/stage-3/core-skills/mobile-development/'
|
||||
},
|
||||
{
|
||||
text: 'Claude Agent SDK 完全指南',
|
||||
link: '/zh-cn/stage-3/core-skills/claude-agent-sdk/'
|
||||
},
|
||||
{
|
||||
text: '从 Vibe Coding 到 Spec Coding',
|
||||
link: '/zh-cn/stage-3/core-skills/spec-coding/'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user