Skip to content

Commit df5f595

Browse files
committed
adjust sidebar of deployment
1 parent a68b3be commit df5f595

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
@@ -46,22 +46,36 @@ export const enSidebar = {
4646
link: 'QuickStart/QuickStart_apache',
4747
},
4848
{
49-
text: 'Deployment & Maintenance',
49+
text: 'Installation and Deployment',
5050
collapsible: true,
5151
prefix: 'Deployment-and-Maintenance/',
52-
// children: 'structure',
5352
children: [
54-
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
55-
{ text: 'Database Resources', link: 'Database-Resources' },
56-
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
57-
{
58-
text: 'Stand-Alone Deployment',
59-
link: 'Stand-Alone-Deployment_apache',
60-
},
61-
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
62-
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
63-
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
64-
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
53+
{
54+
text: 'Deployment Preparation',
55+
collapsible: true,
56+
children: [
57+
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
58+
{ text: 'Database Resources', link: 'Database-Resources' },
59+
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
60+
],
61+
},
62+
{
63+
text: 'Database Deployment',
64+
collapsible: true,
65+
children: [
66+
{ text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache'},
67+
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
68+
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
69+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
70+
],
71+
},
72+
{
73+
text: 'AI Deployment',
74+
collapsible: true,
75+
children: [
76+
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
77+
],
78+
},
6579
],
6680
},
6781
{

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
@@ -53,22 +53,37 @@ export const enSidebar = {
5353
link: 'QuickStart/QuickStart_apache',
5454
},
5555
{
56-
text: 'Deployment & Maintenance',
56+
text: 'Installation and Deployment',
5757
collapsible: true,
5858
prefix: 'Deployment-and-Maintenance/',
5959
children: [
60-
{ text: 'Deployment form', link: 'Deployment-form_apache' },
61-
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
62-
{ text: 'Database Resources', link: 'Database-Resources' },
63-
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
64-
{
65-
text: 'Stand-Alone Deployment',
66-
link: 'Stand-Alone-Deployment_apache',
67-
},
68-
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
69-
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
70-
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
71-
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
60+
{
61+
text: 'Deployment Preparation',
62+
collapsible: true,
63+
children: [
64+
{ text: 'Deployment form', link: 'Deployment-form_apache' },
65+
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
66+
{ text: 'Database Resources', link: 'Database-Resources' },
67+
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
68+
],
69+
},
70+
{
71+
text: 'Database Deployment',
72+
collapsible: true,
73+
children: [
74+
{ text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache'},
75+
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' },
76+
{ text: 'Docker Deployment', link: 'Docker-Deployment_apache' },
77+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_apache' },
78+
],
79+
},
80+
{
81+
text: 'AI Deployment',
82+
collapsible: true,
83+
children: [
84+
{ text: 'AINode Deployment', link: 'AINode_Deployment_apache' },
85+
],
86+
},
7287
],
7388
},
7489
{

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' },
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' },
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' },
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' },
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
@@ -46,31 +46,54 @@ export const enSidebar = {
4646
link: 'QuickStart/QuickStart_timecho',
4747
},
4848
{
49-
text: 'Deployment & Maintenance',
49+
text: 'Installation and Deployment',
5050
collapsible: true,
5151
prefix: 'Deployment-and-Maintenance/',
52-
// children: 'structure',
5352
children: [
54-
{ text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' },
55-
{ text: 'Database Resources', link: 'Database-Resources' },
56-
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
57-
{
58-
text: 'Stand-Alone Deployment',
59-
link: 'Stand-Alone-Deployment_timecho',
60-
},
61-
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' },
62-
{
63-
text: 'Dual Active Deployment',
64-
link: 'Dual-Active-Deployment_timecho',
65-
},
66-
{ text: 'Docker Deployment', link: 'Docker-Deployment_timecho' },
67-
{ text: 'AINode Deployment', link: 'AINode_Deployment_timecho' },
68-
{
69-
text: 'Monitoring Panel Deployment',
70-
link: 'Monitoring-panel-deployment',
71-
},
72-
{ text: 'Workbench Deployment', link: 'workbench-deployment_timecho' },
73-
{ text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' },
53+
{
54+
text: 'Deployment Preparation',
55+
collapsible: true,
56+
children: [
57+
{ text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' },
58+
{ text: 'Database Resources', link: 'Database-Resources' },
59+
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
60+
],
61+
},
62+
{
63+
text: 'Database Deployment',
64+
collapsible: true,
65+
children: [
66+
{
67+
text: 'Stand-Alone Deployment',
68+
link: 'Stand-Alone-Deployment_timecho',
69+
},
70+
{ text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' },
71+
{
72+
text: 'Dual Active Deployment',
73+
link: 'Dual-Active-Deployment_timecho',
74+
},
75+
{ text: 'Docker Deployment', link: 'Docker-Deployment_timecho' },
76+
{ text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' },
77+
],
78+
},
79+
{
80+
text: 'AI Deployment',
81+
collapsible: true,
82+
children: [
83+
{ text: 'AINode Deployment', link: 'AINode_Deployment_timecho' },
84+
],
85+
},
86+
{
87+
text: 'Peripheral Tools',
88+
collapsible: true,
89+
children: [
90+
{
91+
text: 'Monitoring Panel Deployment',
92+
link: 'Monitoring-panel-deployment',
93+
},
94+
{ text: 'Workbench Deployment', link: 'workbench-deployment_timecho' },
95+
],
96+
},
7497
],
7598
},
7699
{

0 commit comments

Comments
 (0)