From 604451ecc98fb7ffe7433bf38364b94e4bec05aa Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 21 Sep 2025 11:35:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=AB=99=E5=AF=BC=E8=88=AA=E6=A0=8F=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/navbar/en-us.ts | 6 +++--- docs/.vuepress/navbar/ja-jp.ts | 6 +++--- docs/.vuepress/navbar/ko-kr.ts | 6 +++--- docs/.vuepress/navbar/zh-cn.ts | 6 +++--- docs/.vuepress/navbar/zh-tw.ts | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/.vuepress/navbar/en-us.ts b/docs/.vuepress/navbar/en-us.ts index d4fc31f352..85dc41558e 100644 --- a/docs/.vuepress/navbar/en-us.ts +++ b/docs/.vuepress/navbar/en-us.ts @@ -4,16 +4,16 @@ export const enusNavbar = defineNavbarConfig([ { text: 'User Manual', icon: 'mdi:user', - link: '/en-us/manual/', + link: '/en-us/manual/newbie.html', }, { text: 'Development Docs', icon: 'ph:code-bold', - link: '/en-us/develop/', + link: '/en-us/develop/development.html', }, { text: 'Protocol Docs', icon: 'basil:document-solid', - link: '/en-us/protocol/', + link: '/en-us/protocol/integration.html', }, ]); diff --git a/docs/.vuepress/navbar/ja-jp.ts b/docs/.vuepress/navbar/ja-jp.ts index 2e24b87d5a..73800ca3b9 100644 --- a/docs/.vuepress/navbar/ja-jp.ts +++ b/docs/.vuepress/navbar/ja-jp.ts @@ -4,16 +4,16 @@ export const jajpNavbar = defineNavbarConfig([ { text: '使用説明', icon: 'mdi:user', - link: '/ja-jp/manual/', + link: '/ja-jp/manual/newbie.html', }, { text: '開発関連', icon: 'ph:code-bold', - link: '/ja-jp/develop/', + link: '/ja-jp/develop/development.html', }, { text: 'プロトコルドキュメント', icon: 'basil:document-solid', - link: '/ja-jp/protocol/', + link: '/ja-jp/protocol/integration.html', }, ]); diff --git a/docs/.vuepress/navbar/ko-kr.ts b/docs/.vuepress/navbar/ko-kr.ts index 1445e84022..7966a89f67 100644 --- a/docs/.vuepress/navbar/ko-kr.ts +++ b/docs/.vuepress/navbar/ko-kr.ts @@ -4,16 +4,16 @@ export const kokrNavbar = defineNavbarConfig([ { text: '사용자 설명서', icon: 'mdi:user', - link: '/ko-kr/manual/', + link: '/ko-kr/manual/newbie.html', }, { text: '개발 문서', icon: 'ph:code-bold', - link: '/ko-kr/develop/', + link: '/ko-kr/develop/development.html', }, { text: '프로토콜 문서', icon: 'basil:document-solid', - link: '/ko-kr/protocol/', + link: '/ko-kr/protocol/integration.html', }, ]); diff --git a/docs/.vuepress/navbar/zh-cn.ts b/docs/.vuepress/navbar/zh-cn.ts index 159a209613..0450e2b68d 100644 --- a/docs/.vuepress/navbar/zh-cn.ts +++ b/docs/.vuepress/navbar/zh-cn.ts @@ -4,16 +4,16 @@ export const zhcnNavbar = defineNavbarConfig([ { text: '用户手册', icon: 'mdi:user', - link: '/zh-cn/manual/', + link: '/zh-cn/manual/newbie.html', }, { text: '开发文档', icon: 'ph:code-bold', - link: '/zh-cn/develop/', + link: '/zh-cn/develop/development.html', }, { text: '协议文档', icon: 'basil:document-solid', - link: '/zh-cn/protocol/', + link: '/zh-cn/protocol/integration.html', }, ]); diff --git a/docs/.vuepress/navbar/zh-tw.ts b/docs/.vuepress/navbar/zh-tw.ts index cec025c3e9..73ad69256b 100644 --- a/docs/.vuepress/navbar/zh-tw.ts +++ b/docs/.vuepress/navbar/zh-tw.ts @@ -4,16 +4,16 @@ export const zhtwNavbar = defineNavbarConfig([ { text: '用戶說明書', icon: 'mdi:user', - link: '/zh-tw/manual/', + link: '/zh-tw/manual/newbie.html', }, { text: '開發文件', icon: 'ph:code-bold', - link: '/zh-tw/develop/', + link: '/zh-tw/develop/development.html', }, { text: '協議文件', icon: 'basil:document-solid', - link: '/zh-tw/protocol/', + link: '/zh-tw/protocol/integration.html', }, ]);