From fcc85768aec58dc8bc8c7f131a747ae99f841ec6 Mon Sep 17 00:00:00 2001 From: isboyjc <214930661@qq.com> Date: Mon, 24 Jun 2024 00:45:23 +0800 Subject: [PATCH] =?UTF-8?q?fix=F0=9F=90=9B:=20add=20en=20navbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index 5143b00..c071b14 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -1,5 +1,5 @@ /* - * @LastEditTime: 2024-06-19 17:56:59 + * @LastEditTime: 2024-06-24 00:44:59 * @Description: ... * @Date: 2023-09-19 19:04:57 * @Author: isboyjc @@ -227,10 +227,10 @@ export default defineConfig({ ], themeConfig: { nav: [ - { text: 'Guide', link: '/docs/guide' }, - { text: 'API & Extend', link: '/docs/api/api' }, - { text: 'Subscribe', link: '/docs/setting/subscribe' }, - { text: 'Contact Us', link: '/docs/team/support' } + { text: 'Guide', link: '/en/docs/guide' }, + { text: 'API & Extend', link: '/en/docs/api/api' }, + { text: 'Subscribe', link: '/en/docs/setting/subscribe' }, + { text: 'Contact Us', link: '/en/docs/team/support' } ], sidebar: { '/en/docs': [