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