Skip to content

Commit 4c9a77f

Browse files
committed
feat: add Channel System documentation (CN/EN)
1 parent cf55c55 commit 4c9a77f

File tree

13 files changed

+1752
-0
lines changed

13 files changed

+1752
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ const zhSidebar = [
3939
{ text: '实现原理', link: '/skills/02-implementation' },
4040
],
4141
},
42+
{
43+
text: 'Channel 系统',
44+
collapsed: false,
45+
items: [
46+
{ text: '概览', link: '/channel/' },
47+
{ text: '架构解析', link: '/channel/01-channel-system' },
48+
],
49+
},
4250
{
4351
text: 'Computer Use',
4452
collapsed: false,
@@ -96,6 +104,14 @@ const enSidebar = [
96104
{ text: 'Implementation', link: '/en/skills/02-implementation' },
97105
],
98106
},
107+
{
108+
text: 'Channel System',
109+
collapsed: false,
110+
items: [
111+
{ text: 'Overview', link: '/en/channel/' },
112+
{ text: 'Architecture', link: '/en/channel/01-channel-system' },
113+
],
114+
},
99115
{
100116
text: 'Computer Use',
101117
collapsed: false,

0 commit comments

Comments
 (0)