From ce323ae9a3128541078ecb080a86d05f56364203 Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:15:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BB=A7=E7=BB=AD=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=EF=BC=8C=E5=B0=9D=E8=AF=95=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=5Fsidebar.md=E6=9C=AA=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/README.md | 11 ----------- docs/docs/_sidebar.md | 10 +++++----- docs/docs/index.html | 2 +- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/docs/docs/README.md b/docs/docs/README.md index daf1fe3..22f7d62 100644 --- a/docs/docs/README.md +++ b/docs/docs/README.md @@ -5,19 +5,8 @@
版本 许可证 -

- 🇨🇳 中文 - | - 🇬🇧 English -

-

- 官网 | - 常见问题 | - 开发计划 | - 社群 -

--- diff --git a/docs/docs/_sidebar.md b/docs/docs/_sidebar.md index 7477f3a..6ba1231 100644 --- a/docs/docs/_sidebar.md +++ b/docs/docs/_sidebar.md @@ -1,5 +1,5 @@ -- [快速开始](quickstart/) -- [进阶技巧](skill/) -- [API接口](api/) -- [构建镜像](build/) -- [博客系列](blog/) \ No newline at end of file +- [快速开始](docs/quickstart/) +- [进阶技巧](docs/skill/) +- [API接口](docs/api/) +- [构建镜像](docs/build/) +- [博客系列](docs/blog/) \ No newline at end of file diff --git a/docs/docs/index.html b/docs/docs/index.html index 92bf4f2..f1f0013 100644 --- a/docs/docs/index.html +++ b/docs/docs/index.html @@ -24,7 +24,7 @@ auto2top: true, subMaxLevel: 2, alias: { - '/.*/_sidebar.md': '_sidebar.md' + '/.*/_sidebar.md': 'docs/_sidebar.md' }, pagination: { previousText: '上一节',