Skip to content

Commit 27269f5

Browse files
committed
add: 添加高级用法栏
1 parent bf9996e commit 27269f5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • docs/.vuepress/sidebar

docs/.vuepress/sidebar/zh.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ export const zhSidebar = sidebar({
4141
link: "/tutorial-extras/",
4242
icon: "scissors",
4343
},
44+
{
45+
text: "高级用法",
46+
collapsible: true,
47+
prefix: "Advanced/",
48+
children: "structure",
49+
icon: "cogs",
50+
},
4451
{
4552
text: "贡献指南",
4653
collapsible: true,

0 commit comments

Comments
 (0)