diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-31 20:33:27 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-31 20:33:27 +0900 |
| commit | edd9dbf1a5f1eac62d3dfc45fb40696a22e44a1d (patch) | |
| tree | 7b9f5824af67f41a9df7f084ee0916e53a08d285 /docs/.vitepress/config | |
| parent | 28436a3dea7aaed50f06be9a905e9a461d145966 (diff) | |
| parent | df1b621642c08c37619d8c684729115b59887bd0 (diff) | |
| download | LunaticChat-0.7.0.tar.gz LunaticChat-0.7.0.tar.bz2 LunaticChat-0.7.0.zip | |
Merge pull request #82 from m1sk9/fix/release-civ0.7.0
ci: Fix release CI
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/': [ { |
