提交 d4d9b457 编写于 作者: 茶陵後's avatar 茶陵後 👍

#20 master: spring cloud data flow config.js update

上级 7e13f6cf
...@@ -148,24 +148,6 @@ module.exports = { ...@@ -148,24 +148,6 @@ module.exports = {
} }
], ],
sidebar: { 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/': [ '/en/spring-boot/': [
{ {
title: 'Spring Boot', title: 'Spring Boot',
...@@ -193,6 +175,24 @@ module.exports = { ...@@ -193,6 +175,24 @@ module.exports = {
initialOpenGroupIndex: 0 // 可选的, 默认值是 0 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/': [ '/en/spring-data/': [
{ {
title: 'Spring Data', title: 'Spring Data',
...@@ -235,6 +235,17 @@ module.exports = { ...@@ -235,6 +235,17 @@ module.exports = {
initialOpenGroupIndex: 0 // 可选的, 默认值是 0 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 // fallback
'/en/': '/en/':
...@@ -436,6 +447,17 @@ module.exports = { ...@@ -436,6 +447,17 @@ module.exports = {
initialOpenGroupIndex: 0 // 可选的, 默认值是 0 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 // fallback
'/': '/':
[{ [{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册