diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c4f17ef049b7260b6c9739af05d5c79948e7f791..432dea05ece885bb990f259813e6fac1e12cfbf3 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 '/': [{