docs: 更新 docsify 配置
- 修改 loadSidebar 路径从 '_sidebar.md' 到 'docs/_sidebar.md' - 移除了 basePath 配置项
This commit is contained in:
parent
92342162b2
commit
bb2b22a3ec
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue