From 532796de48ab02bda4a3699ed8924ba68be332be Mon Sep 17 00:00:00 2001 From: Celica Sylphil <64072399+natsumerinchan@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:16:20 +0800 Subject: [PATCH] website: Fix zh_CN and ja_JP paths (#1394) --- website/docs/.vitepress/locales/ja_JP.ts | 4 ++-- website/docs/.vitepress/locales/zh_CN.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/.vitepress/locales/ja_JP.ts b/website/docs/.vitepress/locales/ja_JP.ts index a1472cc7..a0ad7578 100644 --- a/website/docs/.vitepress/locales/ja_JP.ts +++ b/website/docs/.vitepress/locales/ja_JP.ts @@ -46,8 +46,8 @@ function sidebarGuide() { items: [ { text: 'KernelSU とは?', link: '/ja_JP/guide/what-is-kernelsu' }, { text: 'インストール', link: '/ja_JP/guide/installation' }, - { text: 'ビルドするには?', link: '/guide/how-to-build' }, - { text: '非 GKI デバイスでの実装', link: '/guide/how-to-integrate-for-non-gki' }, + { text: 'ビルドするには?', link: '/ja_JP/guide/how-to-build' }, + { text: '非 GKI デバイスでの実装', link: '/ja_JP/guide/how-to-integrate-for-non-gki' }, { text: '非公式の対応デバイス', link: '/ja_JP/guide/unofficially-support-devices.md' }, { text: 'モジュールのガイド', link: '/ja_JP/guide/module.md' }, { text: 'ブートループからの復旧', link: '/ja_JP/guide/rescue-from-bootloop.md' }, diff --git a/website/docs/.vitepress/locales/zh_CN.ts b/website/docs/.vitepress/locales/zh_CN.ts index ab24395e..cbfe776c 100644 --- a/website/docs/.vitepress/locales/zh_CN.ts +++ b/website/docs/.vitepress/locales/zh_CN.ts @@ -51,7 +51,7 @@ function sidebarGuide() { { text: '如何为非GKI设备集成 KernelSU', link: '/zh_CN/guide/how-to-integrate-for-non-gki'}, { text: '非官方支持设备', link: '/zh_CN/guide/unofficially-support-devices.md' }, { text: '模块开发指南', link: '/zh_CN/guide/module.md' }, - { text: '模块 Web 界面', link: '/guide/module-webui.md' }, + { text: '模块 Web 界面', link: '/zh_CN/guide/module-webui.md' }, { text: 'App Profile', link: '/zh_CN/guide/app-profile.md' }, { text: '救砖', link: '/zh_CN/guide/rescue-from-bootloop.md' }, { text: '常见问题', link: '/zh_CN/guide/faq' },