docs(ai): 新增 Claude Code 工作流总结并统一目录结构

This commit is contained in:
liumangmang
2026-03-11 19:53:26 +08:00
parent e0941914e3
commit dfcbc51391
6 changed files with 249 additions and 13 deletions

View File

@@ -247,9 +247,50 @@ export default sidebar({
},
],
},
"chatgpt.md",
"openclaw.md",
"iflow.md",
{
text: "Claude Code",
icon: "mdi:source-branch",
collapsible: true,
children: [
{
text: "多分支工作流实战总结2026",
link: "claude-code-branch-workflow-2026.md",
},
],
},
{
text: "ChatGPT",
icon: "mdi:chat-processing-outline",
collapsible: true,
children: [
{
text: "chatgpt-使用记录与实践",
link: "chatgpt.md",
},
],
},
{
text: "OpenClaw",
icon: "mdi:robot-outline",
collapsible: true,
children: [
{
text: "openclaw-24h在线部署实战",
link: "openclaw.md",
},
],
},
{
text: "iFlow",
icon: "mdi:sitemap-outline",
collapsible: true,
children: [
{
text: "iflow-流程编排实践记录",
link: "iflow.md",
},
],
},
],
"/": false,
});