docs(ai): 新增 Claude Code 工作流总结并统一目录结构
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user