diff --git a/docs/.vuepress/config/sidebar/zh.ts b/docs/.vuepress/config/sidebar/zh.ts index 3c97faa..b7b123f 100755 --- a/docs/.vuepress/config/sidebar/zh.ts +++ b/docs/.vuepress/config/sidebar/zh.ts @@ -32,7 +32,7 @@ export const sidebarZh: SidebarConfig = { ], }, { - text: "入站代理", + text: "入站协议", children: [ "/config/inbounds/dokodemo.md", "/config/inbounds/http.md", @@ -45,7 +45,7 @@ export const sidebarZh: SidebarConfig = { ], }, { - text: "出站代理", + text: "出站协议", children: [ "/config/outbounds/blackhole.md", "/config/outbounds/dns.md",