Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions doc/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,16 @@ export default defineConfig({
{ text: "MCP Tools", link: "/en/backend/tools/mcp" },
],
},
{
text: "Skills",
items: [
{ text: "Overview", link: "/en/backend/skills/" },
{
text: "System Architecture",
link: "/en/backend/skills/overview",
},
],
},
{
text: "Prompt Development",
link: "/en/backend/prompt-development",
Expand Down Expand Up @@ -417,6 +427,16 @@ export default defineConfig({
{ text: "MCP 工具", link: "/zh/backend/tools/mcp" },
],
},
{
text: "技能",
items: [
{ text: "概览", link: "/zh/backend/skills/" },
{
text: "系统架构",
link: "/zh/backend/skills/overview",
},
],
},
{ text: "提示词开发", link: "/zh/backend/prompt-development" },
{ text: "版本管理", link: "/zh/backend/version-management" },
],
Expand Down