Skip to content

Commit d3414f0

Browse files
authored
adjust sidebar of deployment (#843)
1 parent 214c133 commit d3414f0

12 files changed

Lines changed: 408 additions & 173 deletions

File tree

src/.vuepress/sidebar/V1.3.x/en.ts

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,36 @@ export const enSidebar = {
4747
link: 'QuickStart/QuickStart_apache',
4848
},
4949
{
50-
text: 'Deployment & Maintenance',
50+
text: 'Installation and Deployment',
5151
collapsible: true,
5252
prefix: 'Deployment-and-Maintenance/',
53-
// children: 'structure',
5453
children: [
55-
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
56-
{ text: 'Database Resources', link: 'Database-Resources' },
57-
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
58-
{
59-
text: 'Stand-Alone Deployment',
60-
link: 'Stand-Alone-Deployment_apache',
61-
},
62-
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
63-
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
64-
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
65-
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
54+
{
55+
text: 'Deployment Preparation',
56+
collapsible: true,
57+
children: [
58+
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
59+
{ text: 'Database Resources', link: 'Database-Resources' },
60+
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
61+
],
62+
},
63+
{
64+
text: 'Database Deployment',
65+
collapsible: true,
66+
children: [
67+
{ text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache'},
68+
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
69+
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
70+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
71+
],
72+
},
73+
{
74+
text: 'AI Deployment',
75+
collapsible: true,
76+
children: [
77+
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
78+
],
79+
},
6680
],
6781
},
6882
{

src/.vuepress/sidebar/V1.3.x/zh.ts

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,36 @@ export const zhSidebar = {
4747
link: 'QuickStart/QuickStart_apache',
4848
},
4949
{
50-
text: '部署与运维',
50+
text: '安装部署',
5151
collapsible: true,
5252
prefix: 'Deployment-and-Maintenance/',
53-
// children: 'structure',
5453
children: [
55-
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
56-
{ text: '资源规划', link: 'Database-Resources' },
57-
{ text: '环境配置', link: 'Environment-Requirements' },
58-
{ text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' },
59-
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
60-
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },
61-
{ text: 'AINode部署', link: 'AINode_Deployment_apache' },
62-
{ text: 'Kubernetes部署', link: 'Kubernetes_apache' },
54+
{
55+
text: '部署准备',
56+
collapsible: true,
57+
children: [
58+
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
59+
{ text: '资源规划', link: 'Database-Resources' },
60+
{ text: '环境配置', link: 'Environment-Requirements' },
61+
],
62+
},
63+
{
64+
text: '数据库部署',
65+
collapsible: true,
66+
children: [
67+
{ text: '单机版部署', link: 'Stand-Alone-Deployment_apache' },
68+
{ text: '集群版部署', link: 'Cluster-Deployment_apache' },
69+
{ text: 'Docker 部署', link: 'Docker-Deployment_apache' },
70+
{ text: 'Kubernetes 部署', link: 'Kubernetes_apache' },
71+
],
72+
},
73+
{
74+
text: 'AI 部署',
75+
collapsible: true,
76+
children: [
77+
{ text: 'AINode 部署', link: 'AINode_Deployment_apache' },
78+
],
79+
},
6380
],
6481
},
6582
{

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,36 @@ export const enSidebar = {
4848
link: 'QuickStart/QuickStart_apache',
4949
},
5050
{
51-
text: 'Deployment & Maintenance',
51+
text: 'Installation and Deployment',
5252
collapsible: true,
5353
prefix: 'Deployment-and-Maintenance/',
5454
children: [
55-
{ text: 'Deployment form', link: 'Deployment-form_apache' },
56-
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
57-
{ text: 'Database Resources', link: 'Database-Resources' },
58-
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
59-
{
60-
text: 'Stand-Alone Deployment',
61-
link: 'Stand-Alone-Deployment_apache',
62-
},
63-
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
64-
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
65-
{
66-
text: 'Monitoring Panel Deployment',
67-
link: 'Monitoring-panel-deployment',
68-
},
69-
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
55+
{
56+
text: 'Deployment Preparation',
57+
collapsible: true,
58+
children: [
59+
{ text: 'Deployment form', link: 'Deployment-form_apache' },
60+
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
61+
{ text: 'Database Resources', link: 'Database-Resources' },
62+
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
63+
],
64+
},
65+
{
66+
text: 'Database Deployment',
67+
collapsible: true,
68+
children: [
69+
{ text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache'},
70+
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
71+
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
72+
],
73+
},
74+
{
75+
text: 'AI Deployment',
76+
collapsible: true,
77+
children: [
78+
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
79+
],
80+
},
7081
],
7182
},
7283
{

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,37 @@ export const enSidebar = {
5454
link: 'QuickStart/QuickStart_apache',
5555
},
5656
{
57-
text: 'Deployment & Maintenance',
57+
text: 'Installation and Deployment',
5858
collapsible: true,
5959
prefix: 'Deployment-and-Maintenance/',
6060
children: [
61-
{ text: 'Deployment form', link: 'Deployment-form_apache' },
62-
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
63-
{ text: 'Database Resources', link: 'Database-Resources' },
64-
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
65-
{
66-
text: 'Stand-Alone Deployment',
67-
link: 'Stand-Alone-Deployment_apache',
68-
},
69-
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
70-
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
71-
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
72-
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
61+
{
62+
text: 'Deployment Preparation',
63+
collapsible: true,
64+
children: [
65+
{ text: 'Deployment form', link: 'Deployment-form_apache' },
66+
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
67+
{ text: 'Database Resources', link: 'Database-Resources' },
68+
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
69+
],
70+
},
71+
{
72+
text: 'Database Deployment',
73+
collapsible: true,
74+
children: [
75+
{ text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache'},
76+
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
77+
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
78+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
79+
],
80+
},
81+
{
82+
text: 'AI Deployment',
83+
collapsible: true,
84+
children: [
85+
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
86+
],
87+
},
7388
],
7489
},
7590
{

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,36 @@ export const zhSidebar = {
4848
link: 'QuickStart/QuickStart_apache',
4949
},
5050
{
51-
text: '部署与运维',
51+
text: '安装部署',
5252
collapsible: true,
5353
prefix: 'Deployment-and-Maintenance/',
5454
children: [
55-
{ text: '部署形态', link: 'Deployment-form_apache' },
56-
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
57-
{ text: '资源规划', link: 'Database-Resources_apache' },
58-
{ text: '环境配置', link: 'Environment-Requirements' },
59-
{ text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' },
60-
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
61-
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },
62-
{ text: 'AINode部署', link: 'AINode_Deployment_apache' },
55+
{
56+
text: '部署准备',
57+
collapsible: true,
58+
children: [
59+
{ text: '部署形态', link: 'Deployment-form_apache' },
60+
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
61+
{ text: '资源规划', link: 'Database-Resources_apache' },
62+
{ text: '环境配置', link: 'Environment-Requirements' },
63+
],
64+
},
65+
{
66+
text: '数据库部署',
67+
collapsible: true,
68+
children: [
69+
{ text: '单机版部署', link: 'Stand-Alone-Deployment_apache' },
70+
{ text: '集群版部署', link: 'Cluster-Deployment_apache' },
71+
{ text: 'Docker 部署', link: 'Docker-Deployment_apache' },
72+
],
73+
},
74+
{
75+
text: 'AI 部署',
76+
collapsible: true,
77+
children: [
78+
{ text: 'AINode 部署', link: 'AINode_Deployment_apache' },
79+
],
80+
},
6381
],
6482
},
6583
{

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,37 @@ export const zhSidebar = {
4848
link: 'QuickStart/QuickStart_apache',
4949
},
5050
{
51-
text: '部署与运维',
51+
text: '安装部署',
5252
collapsible: true,
5353
prefix: 'Deployment-and-Maintenance/',
5454
children: [
55-
{ text: '部署形态', link: 'Deployment-form_apache' },
56-
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
57-
{ text: '资源规划', link: 'Database-Resources_apache' },
58-
{ text: '环境配置', link: 'Environment-Requirements' },
59-
{ text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' },
60-
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
61-
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },
62-
{ text: 'AINode部署', link: 'AINode_Deployment_apache' },
63-
{ text: 'Kubernetes部署', link: 'Kubernetes_apache' },
55+
{
56+
text: '部署准备',
57+
collapsible: true,
58+
children: [
59+
{ text: '部署形态', link: 'Deployment-form_apache' },
60+
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
61+
{ text: '资源规划', link: 'Database-Resources_apache' },
62+
{ text: '环境配置', link: 'Environment-Requirements' },
63+
],
64+
},
65+
{
66+
text: '数据库部署',
67+
collapsible: true,
68+
children: [
69+
{ text: '单机版部署', link: 'Stand-Alone-Deployment_apache' },
70+
{ text: '集群版部署', link: 'Cluster-Deployment_apache' },
71+
{ text: 'Docker 部署', link: 'Docker-Deployment_apache' },
72+
{ text: 'Kubernetes 部署', link: 'Kubernetes_apache' },
73+
],
74+
},
75+
{
76+
text: 'AI 部署',
77+
collapsible: true,
78+
children: [
79+
{ text: 'AINode 部署', link: 'AINode_Deployment_apache' },
80+
],
81+
},
6482
],
6583
},
6684
{

src/.vuepress/sidebar_timecho/V1.3.x/en.ts

Lines changed: 45 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -47,31 +47,54 @@ export const enSidebar = {
4747
link: 'QuickStart/QuickStart_timecho',
4848
},
4949
{
50-
text: 'Deployment & Maintenance',
50+
text: 'Installation and Deployment',
5151
collapsible: true,
5252
prefix: 'Deployment-and-Maintenance/',
53-
// children: 'structure',
5453
children: [
55-
{ text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' },
56-
{ text: 'Database Resources', link: 'Database-Resources' },
57-
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
58-
{
59-
text: 'Stand-Alone Deployment',
60-
link: 'Stand-Alone-Deployment_timecho',
61-
},
62-
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' },
63-
{
64-
text: 'Dual Active Deployment',
65-
link: 'Dual-Active-Deployment_timecho',
66-
},
67-
{ text: 'Docker Deployment', link: 'Docker-Deployment_timecho' },
68-
{ text: 'AINode Deployment', link: 'AINode_Deployment_timecho' },
69-
{
70-
text: 'Monitoring Panel Deployment',
71-
link: 'Monitoring-panel-deployment',
72-
},
73-
{ text: 'Workbench Deployment', link: 'workbench-deployment_timecho' },
74-
{ text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' },
54+
{
55+
text: 'Deployment Preparation',
56+
collapsible: true,
57+
children: [
58+
{ text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' },
59+
{ text: 'Database Resources', link: 'Database-Resources' },
60+
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
61+
],
62+
},
63+
{
64+
text: 'Database Deployment',
65+
collapsible: true,
66+
children: [
67+
{
68+
text: 'Stand-Alone Deployment',
69+
link: 'Stand-Alone-Deployment_timecho',
70+
},
71+
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' },
72+
{
73+
text: 'Dual Active Deployment',
74+
link: 'Dual-Active-Deployment_timecho',
75+
},
76+
{ text: 'Docker Deployment', link: 'Docker-Deployment_timecho' },
77+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' },
78+
],
79+
},
80+
{
81+
text: 'AI Deployment',
82+
collapsible: true,
83+
children: [
84+
{ text: 'AINode Deployment', link: 'AINode_Deployment_timecho' },
85+
],
86+
},
87+
{
88+
text: 'Peripheral Tools',
89+
collapsible: true,
90+
children: [
91+
{
92+
text: 'Monitoring Panel Deployment',
93+
link: 'Monitoring-panel-deployment',
94+
},
95+
{ text: 'Workbench Deployment', link: 'workbench-deployment_timecho' },
96+
],
97+
},
7598
],
7699
},
77100
{

0 commit comments

Comments
 (0)