diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 6ba1231..7477f3a 100644 --- a/docs/_sidebar.md +++ b/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/doc.html b/docs/doc.html index 584c912..3da898a 100644 --- a/docs/doc.html +++ b/docs/doc.html @@ -24,7 +24,7 @@ auto2top: true, subMaxLevel: 2, alias: { - '/.*/_sidebar.md': 'docs/_sidebar.md' + '/.*/_sidebar.md': '_sidebar.md' }, pagination: { previousText: '上一节',