From 3c0f7e6e02076aa91e0132723afc0f86900bc126 Mon Sep 17 00:00:00 2001 From: sorrycc Date: Sun, 17 Mar 2024 19:51:07 +0800 Subject: [PATCH] chore: update --- docs/.dumirc.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.dumirc.ts b/docs/.dumirc.ts index 6cc7ba938ffd..0d225d02bfb9 100644 --- a/docs/.dumirc.ts +++ b/docs/.dumirc.ts @@ -72,12 +72,12 @@ export default defineConfig({ ], 'en-US': [ { - title: '介绍', + title: 'Introduce', link: '/en-US/docs/introduce/introduce', activePath: '/en-US/docs/introduce', }, { - title: '指南', + title: 'Guide', link: '/en-US/docs/guides/getting-started', activePath: '/en-US/docs/guides', }, @@ -92,7 +92,7 @@ export default defineConfig({ activePath: '/en-US/docs/max', }, { - title: '博客', + title: 'Blog', link: '/en-US/blog/umi-4-rc', activePath: '/en-US/blog', },