From d4d9b457502900b33721cffd46dc84e09ab65bde Mon Sep 17 00:00:00 2001 From: ZhangKai Date: Mon, 7 Mar 2022 15:50:14 +0800 Subject: [PATCH] #20 master: spring cloud data flow config.js update --- docs/.vuepress/config.js | 58 +++++++++++++++++++++++++++------------- 1 file changed, 40 insertions(+), 18 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c4f17ef..432dea0 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -148,24 +148,6 @@ module.exports = { } ], sidebar: { - '/en/spring-framework/': [ - { - title: 'Spring Framework', - sidebarDepth: 2, - collapsable: false, - children: [ - "/en/spring-framework/overview.md", - "/en/spring-framework/core.md", - "/en/spring-framework/testing.md", - "/en/spring-framework/data-access.md", - "/en/spring-framework/web-servlet.md", - "/en/spring-framework/web-reactive.md", - "/en/spring-framework/integration.md", - "/en/spring-framework/languages.md" - ], - initialOpenGroupIndex: 0 // 可选的, 默认值是 0 - } - ], '/en/spring-boot/': [ { title: 'Spring Boot', @@ -193,6 +175,24 @@ module.exports = { initialOpenGroupIndex: 0 // 可选的, 默认值是 0 } ], + '/en/spring-framework/': [ + { + title: 'Spring Framework', + sidebarDepth: 2, + collapsable: false, + children: [ + "/en/spring-framework/overview.md", + "/en/spring-framework/core.md", + "/en/spring-framework/testing.md", + "/en/spring-framework/data-access.md", + "/en/spring-framework/web-servlet.md", + "/en/spring-framework/web-reactive.md", + "/en/spring-framework/integration.md", + "/en/spring-framework/languages.md" + ], + initialOpenGroupIndex: 0 // 可选的, 默认值是 0 + } + ], '/en/spring-data/': [ { title: 'Spring Data', @@ -235,6 +235,17 @@ module.exports = { initialOpenGroupIndex: 0 // 可选的, 默认值是 0 } ], + '/en/spring-cloud-data-flow/': [ + { + title: 'Spring Cloud Data Flow', + sidebarDepth: 2, + collapsable: false, + children: [ + "/en/spring-cloud-data-flow/spring-cloud-dataflow.md", + ], + initialOpenGroupIndex: 0 // 可选的, 默认值是 0 + } + ], // fallback '/en/': @@ -436,6 +447,17 @@ module.exports = { initialOpenGroupIndex: 0 // 可选的, 默认值是 0 } ], + '/spring-cloud-data-flow/': [ + { + title: 'Spring Cloud Data Flow', + sidebarDepth: 2, + collapsable: false, + children: [ + "/spring-cloud-data-flow/spring-cloud-dataflow.md", + ], + initialOpenGroupIndex: 0 // 可选的, 默认值是 0 + } + ], // fallback '/': [{ -- GitLab