Skip to content

Commit 321d737

Browse files
committed
docs: add types guide sidebar
1 parent 0a033bb commit 321d737

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/.vitepress/config/en.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ const guideSidebar = [
3939
text: "Global Flags",
4040
link: "/guide/global-flags",
4141
},
42+
{
43+
text: "Types",
44+
link: "/guide/types",
45+
},
4246
{
4347
text: "Interceptors",
4448
link: "/guide/interceptors",

docs/.vitepress/config/zh.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ const guideSidebar = [
3939
text: "全局选项",
4040
link: "/zh/guide/global-flags",
4141
},
42+
{
43+
text: "类型",
44+
link: "/zh/guide/types",
45+
},
4246
{
4347
text: "拦截器",
4448
link: "/zh/guide/interceptors",

0 commit comments

Comments
 (0)