From 1241acf916e85a5c0dd312837d97015df47daf21 Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:28:48 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E5=B9=B6=E9=85=8D=E7=BD=AE=20Docsify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 _sidebar.md 文件,修正侧边栏链接路径 - 修改 index.html 文件,明确指定侧边栏路径和基础路径 - 移除 alias 配置,简化代码结构 --- docs/docs/_sidebar.md | 10 +++++----- docs/docs/index.html | 7 +++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/docs/_sidebar.md b/docs/docs/_sidebar.md index 6ba1231..7477f3a 100644 --- a/docs/docs/_sidebar.md +++ b/docs/docs/_sidebar.md @@ -1,5 +1,5 @@ -- [快速开始](docs/quickstart/) -- [进阶技巧](docs/skill/) -- [API接口](docs/api/) -- [构建镜像](docs/build/) -- [博客系列](docs/blog/) \ No newline at end of file +- [快速开始](quickstart/) +- [进阶技巧](skill/) +- [API接口](api/) +- [构建镜像](build/) +- [博客系列](blog/) \ No newline at end of file diff --git a/docs/docs/index.html b/docs/docs/index.html index f1f0013..a4f4959 100644 --- a/docs/docs/index.html +++ b/docs/docs/index.html @@ -20,12 +20,11 @@ window.$docsify = { name: 'Ragflow-Plus', repo: 'https://github.com/zstar1003/ragflow-plus', - loadSidebar: true, + loadSidebar: '/ragflow-plus/docs/_sidebar.md', + basePath: '/ragflow-plus/', auto2top: true, subMaxLevel: 2, - alias: { - '/.*/_sidebar.md': 'docs/_sidebar.md' - }, + pagination: { previousText: '上一节', nextText: '下一节',