docs: 更新 docsify 配置

- 修改 loadSidebar 路径从 '_sidebar.md' 到 'docs/_sidebar.md'
- 移除了 basePath 配置项
This commit is contained in:
zstar 2025-06-14 01:52:24 +08:00
parent 92342162b2
commit bb2b22a3ec
1 changed files with 1 additions and 2 deletions

View File

@ -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: {