From e16577f80a7a84113f524655b1aba3f660bc249b Mon Sep 17 00:00:00 2001 From: ikun Date: Sat, 15 Jun 2024 17:31:02 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=88=91=E5=BF=98=E4=BA=86=E4=BA=9B?= =?UTF-8?q?=E4=BB=80=E4=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/sidebar.ts | 2 +- src/deploy/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.vuepress/sidebar.ts b/src/.vuepress/sidebar.ts index cbb518e..dee99e2 100644 --- a/src/.vuepress/sidebar.ts +++ b/src/.vuepress/sidebar.ts @@ -18,7 +18,7 @@ export default sidebar({ link: "deploy/readme.md", children: [ "deploy-windows.md", - "deploy-linuxordarwin.md", + "deploy-linux.md", ], }, { diff --git a/src/deploy/README.md b/src/deploy/README.md index 40a0cba..565f1b2 100644 --- a/src/deploy/README.md +++ b/src/deploy/README.md @@ -13,4 +13,4 @@ index: true ## 部署方法 Windows请看:[Win](./deploy-windows.md) -Linux/MacOS请看:[Linux or Mac](deploy-linuxordarwin.md) \ No newline at end of file +Linux请看:[Linux](deploy-linux.md) \ No newline at end of file