From e3af814f077845d85114d575fe39391cf64cd4ab Mon Sep 17 00:00:00 2001 From: ZhangKai Date: Thu, 17 Mar 2022 18:18:10 +0800 Subject: [PATCH] =?UTF-8?q?#1=20=E6=9B=B4=E6=96=B0=E4=B8=AD=E6=96=87md?= =?UTF-8?q?=E7=9B=B8=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index be608ef..dae01cb 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1207,7 +1207,7 @@ module.exports = { title: "Spring AMQP 文档", sidebarDepth: 2, collapsable: false, - children: ["/spring-amqp/spring-amqp.md"], + children: ["spring-amqp.md"], initialOpenGroupIndex: 0 } ], -- GitLab