From bb2b22a3ec1d50c865514444e22da928fbbabbd1 Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Sat, 14 Jun 2025 01:52:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20docsify=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 loadSidebar 路径从 '_sidebar.md' 到 'docs/_sidebar.md' - 移除了 basePath 配置项 --- docs/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 4029aef..7bfda60 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,8 +20,7 @@ window.$docsify = { name: 'Ragflow-Plus', repo: 'https://github.com/zstar1003/ragflow-plus', - loadSidebar: '_sidebar.md', - basePath: '/ragflow-plus/', + loadSidebar: 'docs/_sidebar.md', auto2top: true, subMaxLevel: 2, pagination: {