We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a033bb commit 321d737Copy full SHA for 321d737
2 files changed
docs/.vitepress/config/en.ts
@@ -39,6 +39,10 @@ const guideSidebar = [
39
text: "Global Flags",
40
link: "/guide/global-flags",
41
},
42
+ {
43
+ text: "Types",
44
+ link: "/guide/types",
45
+ },
46
{
47
text: "Interceptors",
48
link: "/guide/interceptors",
docs/.vitepress/config/zh.ts
text: "全局选项",
link: "/zh/guide/global-flags",
+ text: "类型",
+ link: "/zh/guide/types",
text: "拦截器",
link: "/zh/guide/interceptors",
0 commit comments