diff --git a/docs/.vitepress/config/ja_JP.ts b/docs/.vitepress/config/ja_JP.ts index 876b6e40..6961870d 100644 --- a/docs/.vitepress/config/ja_JP.ts +++ b/docs/.vitepress/config/ja_JP.ts @@ -9,7 +9,7 @@ export const ja_JP = defineConfig({ logo: '/images/logo.svg', nav: [ { text: 'ホーム', link: langName + '/' }, - { text: 'ドキュメント', link: langName + '/docs/', activeMatch: '/docs/' } + { text: 'ドキュメント', link: langName + '/first', activeMatch: '/first' } ], sidebar: [ { text: 'はじめに', link: langName + '/first' },