@@ -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