We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6873e5 commit 7a37602Copy full SHA for 7a37602
2 files changed
docusaurus.config.js
@@ -213,6 +213,7 @@ const config = {
213
{ label: 'LLM工程平台', to: '/docs/LLM工程平台' },
214
{ label: 'AI应用可视化平台', to: '/docs/AI应用可视化平台' },
215
{ label: 'AI编程工具', to: '/docs/AI编程工具' },
216
+ { label: 'openclaw', to: '/docs/openclaw' },
217
]
218
},
219
sidebars.js
@@ -79,6 +79,7 @@ const sidebars = {
79
LLM工程平台: [{ type: 'autogenerated', dirName: 'AI/LLM工程平台'}],
80
AI应用可视化平台: [{ type: 'autogenerated', dirName: 'AI/AI应用可视化平台'}],
81
AI编程工具: [{ type: 'autogenerated', dirName: 'AI/AI编程工具'}],
82
+ openclaw: [{ type: 'autogenerated', dirName: 'AI/openclaw'}],
83
84
};
85
0 commit comments