From 1a85477f984cdb5247883f406913fccfa963c573 Mon Sep 17 00:00:00 2001 From: ZhangKai Date: Tue, 22 Mar 2022 09:58:41 +0800 Subject: [PATCH] =?UTF-8?q?#1=20=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index dae01cb..6f41d0e 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -753,23 +753,23 @@ module.exports = { nav: [ { text: "Spring", - link: '/why-spring.html' + link: '/why-spring.html' }, { text: "Spring Boot", - link: '/spring-boot/getting-help.html' + link: '/spring-boot/getting-help.html' }, { text: "Spring Framework", - link: '/spring-framework/overview.html' + link: '/spring-framework/overview.html' }, { text: "Spring Data", - link: '/spring-data/spring-data.html' + link: '/spring-data/spring-data.html' }, { text: "Spring Cloud", - link: '/spring-cloud/documentation-overview.html' + link: '/spring-cloud/documentation-overview.html' }, { text: "更多文档", -- GitLab