diff options
Diffstat (limited to 'docs/.vitepress/config')
| -rw-r--r-- | docs/.vitepress/config/en.ts | 13 | ||||
| -rw-r--r-- | docs/.vitepress/config/ja.ts | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/docs/.vitepress/config/en.ts b/docs/.vitepress/config/en.ts index 24a3691..f1b6723 100644 --- a/docs/.vitepress/config/en.ts +++ b/docs/.vitepress/config/en.ts @@ -80,19 +80,6 @@ export const en: DefaultTheme.Config = { }, ], }, - { - text: 'Patch Notes', - items: [ - { - text: 'Plugin', - link: '/en/guide/patch-notes/plugin', - }, - { - text: 'Cache File', - link: '/en/guide/patch-notes/cache-file', - }, - ], - }, ], '/en/reference/': [ { diff --git a/docs/.vitepress/config/ja.ts b/docs/.vitepress/config/ja.ts index 4beec42..12c8992 100644 --- a/docs/.vitepress/config/ja.ts +++ b/docs/.vitepress/config/ja.ts @@ -80,19 +80,6 @@ export const ja: DefaultTheme.Config = { }, ], }, - { - text: 'パッチノート', - items: [ - { - text: 'プラグイン', - link: '/guide/patch-notes/plugin', - }, - { - text: 'キャッシュファイル', - link: '/guide/patch-notes/cache-file', - }, - ], - }, ], '/reference/': [ { |
