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: '下一节',