diff --git a/docs/docs/README.md b/docs/docs/README.md
index daf1fe3..22f7d62 100644
--- a/docs/docs/README.md
+++ b/docs/docs/README.md
@@ -5,19 +5,8 @@

-
-
---
diff --git a/docs/docs/_sidebar.md b/docs/docs/_sidebar.md
index 7477f3a..6ba1231 100644
--- a/docs/docs/_sidebar.md
+++ b/docs/docs/_sidebar.md
@@ -1,5 +1,5 @@
-- [快速开始](quickstart/)
-- [进阶技巧](skill/)
-- [API接口](api/)
-- [构建镜像](build/)
-- [博客系列](blog/)
\ No newline at end of file
+- [快速开始](docs/quickstart/)
+- [进阶技巧](docs/skill/)
+- [API接口](docs/api/)
+- [构建镜像](docs/build/)
+- [博客系列](docs/blog/)
\ No newline at end of file
diff --git a/docs/docs/index.html b/docs/docs/index.html
index 92bf4f2..f1f0013 100644
--- a/docs/docs/index.html
+++ b/docs/docs/index.html
@@ -24,7 +24,7 @@
auto2top: true,
subMaxLevel: 2,
alias: {
- '/.*/_sidebar.md': '_sidebar.md'
+ '/.*/_sidebar.md': 'docs/_sidebar.md'
},
pagination: {
previousText: '上一节',