diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts b/src/.vuepress/sidebar/V1.3.x/en.ts index 818c65b08..c8d27e386 100644 --- a/src/.vuepress/sidebar/V1.3.x/en.ts +++ b/src/.vuepress/sidebar/V1.3.x/en.ts @@ -47,22 +47,36 @@ export const enSidebar = { link: 'QuickStart/QuickStart_apache', }, { - text: 'Deployment & Maintenance', + text: 'Installation and Deployment', collapsible: true, prefix: 'Deployment-and-Maintenance/', - // children: 'structure', children: [ - { text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' }, - { text: 'Database Resources', link: 'Database-Resources' }, - { text: 'Environment Requirements', link: 'Environment-Requirements' }, - { - text: 'Stand-Alone Deployment', - link: 'Stand-Alone-Deployment_apache', - }, - { text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' }, - { text: 'Docker Deployment', link: 'Docker-Deployment_apache' }, - { text: 'AINode Deployment', link: 'AINode_Deployment_apache' }, - { text: 'Kubernetes Deployment', link: 'Kubernetes_apache' }, + { + text: 'Deployment Preparation', + collapsible: true, + children: [ + { text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' }, + { text: 'Database Resources', link: 'Database-Resources' }, + { text: 'Environment Requirements', link: 'Environment-Requirements' }, + ], + }, + { + text: 'Database Deployment', + collapsible: true, + children: [ + { text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache'}, + { text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' }, + { text: 'Docker Deployment', link: 'Docker-Deployment_apache' }, + { text: 'Kubernetes Deployment', link: 'Kubernetes_apache' }, + ], + }, + { + text: 'AI Deployment', + collapsible: true, + children: [ + { text: 'AINode Deployment', link: 'AINode_Deployment_apache' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar/V1.3.x/zh.ts b/src/.vuepress/sidebar/V1.3.x/zh.ts index e62f674e5..7c765847a 100644 --- a/src/.vuepress/sidebar/V1.3.x/zh.ts +++ b/src/.vuepress/sidebar/V1.3.x/zh.ts @@ -47,19 +47,36 @@ export const zhSidebar = { link: 'QuickStart/QuickStart_apache', }, { - text: '部署与运维', + text: '安装部署', collapsible: true, prefix: 'Deployment-and-Maintenance/', - // children: 'structure', children: [ - { text: '安装包获取', link: 'IoTDB-Package_apache' }, - { text: '资源规划', link: 'Database-Resources' }, - { text: '环境配置', link: 'Environment-Requirements' }, - { text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' }, - { text: '集群版部署指导', link: 'Cluster-Deployment_apache' }, - { text: 'Docker部署指导', link: 'Docker-Deployment_apache' }, - { text: 'AINode部署', link: 'AINode_Deployment_apache' }, - { text: 'Kubernetes部署', link: 'Kubernetes_apache' }, + { + text: '部署准备', + collapsible: true, + children: [ + { text: '安装包获取', link: 'IoTDB-Package_apache' }, + { text: '资源规划', link: 'Database-Resources' }, + { text: '环境配置', link: 'Environment-Requirements' }, + ], + }, + { + text: '数据库部署', + collapsible: true, + children: [ + { text: '单机版部署', link: 'Stand-Alone-Deployment_apache' }, + { text: '集群版部署', link: 'Cluster-Deployment_apache' }, + { text: 'Docker 部署', link: 'Docker-Deployment_apache' }, + { text: 'Kubernetes 部署', link: 'Kubernetes_apache' }, + ], + }, + { + text: 'AI 部署', + collapsible: true, + children: [ + { text: 'AINode 部署', link: 'AINode_Deployment_apache' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar/V2.0.x/en-Table.ts b/src/.vuepress/sidebar/V2.0.x/en-Table.ts index 566f0972e..bfb87525b 100644 --- a/src/.vuepress/sidebar/V2.0.x/en-Table.ts +++ b/src/.vuepress/sidebar/V2.0.x/en-Table.ts @@ -48,25 +48,36 @@ export const enSidebar = { link: 'QuickStart/QuickStart_apache', }, { - text: 'Deployment & Maintenance', + text: 'Installation and Deployment', collapsible: true, prefix: 'Deployment-and-Maintenance/', children: [ - { text: 'Deployment form', link: 'Deployment-form_apache' }, - { text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' }, - { text: 'Database Resources', link: 'Database-Resources' }, - { text: 'Environment Requirements', link: 'Environment-Requirements' }, - { - text: 'Stand-Alone Deployment', - link: 'Stand-Alone-Deployment_apache', - }, - { text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' }, - { text: 'Docker Deployment', link: 'Docker-Deployment_apache' }, - { - text: 'Monitoring Panel Deployment', - link: 'Monitoring-panel-deployment', - }, - { text: 'AINode Deployment', link: 'AINode_Deployment_apache' }, + { + text: 'Deployment Preparation', + collapsible: true, + children: [ + { text: 'Deployment form', link: 'Deployment-form_apache' }, + { text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' }, + { text: 'Database Resources', link: 'Database-Resources' }, + { text: 'Environment Requirements', link: 'Environment-Requirements' }, + ], + }, + { + text: 'Database Deployment', + collapsible: true, + children: [ + { text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache'}, + { text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' }, + { text: 'Docker Deployment', link: 'Docker-Deployment_apache' }, + ], + }, + { + text: 'AI Deployment', + collapsible: true, + children: [ + { text: 'AINode Deployment', link: 'AINode_Deployment_apache' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts index 8e417c53f..8dd152cae 100644 --- a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts +++ b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts @@ -54,22 +54,37 @@ export const enSidebar = { link: 'QuickStart/QuickStart_apache', }, { - text: 'Deployment & Maintenance', + text: 'Installation and Deployment', collapsible: true, prefix: 'Deployment-and-Maintenance/', children: [ - { text: 'Deployment form', link: 'Deployment-form_apache' }, - { text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' }, - { text: 'Database Resources', link: 'Database-Resources' }, - { text: 'Environment Requirements', link: 'Environment-Requirements' }, - { - text: 'Stand-Alone Deployment', - link: 'Stand-Alone-Deployment_apache', - }, - { text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' }, - { text: 'Docker Deployment', link: 'Docker-Deployment_apache' }, - { text: 'AINode Deployment', link: 'AINode_Deployment_apache' }, - { text: 'Kubernetes Deployment', link: 'Kubernetes_apache' }, + { + text: 'Deployment Preparation', + collapsible: true, + children: [ + { text: 'Deployment form', link: 'Deployment-form_apache' }, + { text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' }, + { text: 'Database Resources', link: 'Database-Resources' }, + { text: 'Environment Requirements', link: 'Environment-Requirements' }, + ], + }, + { + text: 'Database Deployment', + collapsible: true, + children: [ + { text: 'Stand-Alone Deployment', link: 'Stand-Alone-Deployment_apache'}, + { text: 'Cluster Deployment', link: 'Cluster-Deployment_apache' }, + { text: 'Docker Deployment', link: 'Docker-Deployment_apache' }, + { text: 'Kubernetes Deployment', link: 'Kubernetes_apache' }, + ], + }, + { + text: 'AI Deployment', + collapsible: true, + children: [ + { text: 'AINode Deployment', link: 'AINode_Deployment_apache' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Table.ts b/src/.vuepress/sidebar/V2.0.x/zh-Table.ts index 2a4de7c80..a1fa67ef3 100644 --- a/src/.vuepress/sidebar/V2.0.x/zh-Table.ts +++ b/src/.vuepress/sidebar/V2.0.x/zh-Table.ts @@ -48,18 +48,36 @@ export const zhSidebar = { link: 'QuickStart/QuickStart_apache', }, { - text: '部署与运维', + text: '安装部署', collapsible: true, prefix: 'Deployment-and-Maintenance/', children: [ - { text: '部署形态', link: 'Deployment-form_apache' }, - { text: '安装包获取', link: 'IoTDB-Package_apache' }, - { text: '资源规划', link: 'Database-Resources_apache' }, - { text: '环境配置', link: 'Environment-Requirements' }, - { text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' }, - { text: '集群版部署指导', link: 'Cluster-Deployment_apache' }, - { text: 'Docker部署指导', link: 'Docker-Deployment_apache' }, - { text: 'AINode部署', link: 'AINode_Deployment_apache' }, + { + text: '部署准备', + collapsible: true, + children: [ + { text: '部署形态', link: 'Deployment-form_apache' }, + { text: '安装包获取', link: 'IoTDB-Package_apache' }, + { text: '资源规划', link: 'Database-Resources_apache' }, + { text: '环境配置', link: 'Environment-Requirements' }, + ], + }, + { + text: '数据库部署', + collapsible: true, + children: [ + { text: '单机版部署', link: 'Stand-Alone-Deployment_apache' }, + { text: '集群版部署', link: 'Cluster-Deployment_apache' }, + { text: 'Docker 部署', link: 'Docker-Deployment_apache' }, + ], + }, + { + text: 'AI 部署', + collapsible: true, + children: [ + { text: 'AINode 部署', link: 'AINode_Deployment_apache' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts index befaa6008..3c324a803 100644 --- a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts +++ b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts @@ -48,19 +48,37 @@ export const zhSidebar = { link: 'QuickStart/QuickStart_apache', }, { - text: '部署与运维', + text: '安装部署', collapsible: true, prefix: 'Deployment-and-Maintenance/', children: [ - { text: '部署形态', link: 'Deployment-form_apache' }, - { text: '安装包获取', link: 'IoTDB-Package_apache' }, - { text: '资源规划', link: 'Database-Resources_apache' }, - { text: '环境配置', link: 'Environment-Requirements' }, - { text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' }, - { text: '集群版部署指导', link: 'Cluster-Deployment_apache' }, - { text: 'Docker部署指导', link: 'Docker-Deployment_apache' }, - { text: 'AINode部署', link: 'AINode_Deployment_apache' }, - { text: 'Kubernetes部署', link: 'Kubernetes_apache' }, + { + text: '部署准备', + collapsible: true, + children: [ + { text: '部署形态', link: 'Deployment-form_apache' }, + { text: '安装包获取', link: 'IoTDB-Package_apache' }, + { text: '资源规划', link: 'Database-Resources_apache' }, + { text: '环境配置', link: 'Environment-Requirements' }, + ], + }, + { + text: '数据库部署', + collapsible: true, + children: [ + { text: '单机版部署', link: 'Stand-Alone-Deployment_apache' }, + { text: '集群版部署', link: 'Cluster-Deployment_apache' }, + { text: 'Docker 部署', link: 'Docker-Deployment_apache' }, + { text: 'Kubernetes 部署', link: 'Kubernetes_apache' }, + ], + }, + { + text: 'AI 部署', + collapsible: true, + children: [ + { text: 'AINode 部署', link: 'AINode_Deployment_apache' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts index 95e61bb7a..341aa9d4c 100644 --- a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts +++ b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts @@ -47,31 +47,54 @@ export const enSidebar = { link: 'QuickStart/QuickStart_timecho', }, { - text: 'Deployment & Maintenance', + text: 'Installation and Deployment', collapsible: true, prefix: 'Deployment-and-Maintenance/', - // children: 'structure', children: [ - { text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' }, - { text: 'Database Resources', link: 'Database-Resources' }, - { text: 'Environment Requirements', link: 'Environment-Requirements' }, - { - text: 'Stand-Alone Deployment', - link: 'Stand-Alone-Deployment_timecho', - }, - { text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' }, - { - text: 'Dual Active Deployment', - link: 'Dual-Active-Deployment_timecho', - }, - { text: 'Docker Deployment', link: 'Docker-Deployment_timecho' }, - { text: 'AINode Deployment', link: 'AINode_Deployment_timecho' }, - { - text: 'Monitoring Panel Deployment', - link: 'Monitoring-panel-deployment', - }, - { text: 'Workbench Deployment', link: 'workbench-deployment_timecho' }, - { text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' }, + { + text: 'Deployment Preparation', + collapsible: true, + children: [ + { text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' }, + { text: 'Database Resources', link: 'Database-Resources' }, + { text: 'Environment Requirements', link: 'Environment-Requirements' }, + ], + }, + { + text: 'Database Deployment', + collapsible: true, + children: [ + { + text: 'Stand-Alone Deployment', + link: 'Stand-Alone-Deployment_timecho', + }, + { text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' }, + { + text: 'Dual Active Deployment', + link: 'Dual-Active-Deployment_timecho', + }, + { text: 'Docker Deployment', link: 'Docker-Deployment_timecho' }, + { text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' }, + ], + }, + { + text: 'AI Deployment', + collapsible: true, + children: [ + { text: 'AINode Deployment', link: 'AINode_Deployment_timecho' }, + ], + }, + { + text: 'Peripheral Tools', + collapsible: true, + children: [ + { + text: 'Monitoring Panel Deployment', + link: 'Monitoring-panel-deployment', + }, + { text: 'Workbench Deployment', link: 'workbench-deployment_timecho' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts index 95030af4f..5bd4df112 100644 --- a/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts +++ b/src/.vuepress/sidebar_timecho/V1.3.x/zh.ts @@ -47,22 +47,45 @@ export const zhSidebar = { link: 'QuickStart/QuickStart_timecho', }, { - text: '部署与运维', + text: '安装部署', collapsible: true, prefix: 'Deployment-and-Maintenance/', - // children: 'structure', children: [ - { text: '安装包获取', link: 'IoTDB-Package_timecho' }, - { text: '资源规划', link: 'Database-Resources' }, - { text: '环境配置', link: 'Environment-Requirements' }, - { text: '单机版部署指导', link: 'Stand-Alone-Deployment_timecho' }, - { text: '集群版部署指导', link: 'Cluster-Deployment_timecho' }, - { text: '双活版部署指导', link: 'Dual-Active-Deployment_timecho' }, - { text: 'Docker部署指导', link: 'Docker-Deployment_timecho' }, - { text: 'AINode部署', link: 'AINode_Deployment_timecho' }, - { text: '监控面板部署', link: 'Monitoring-panel-deployment' }, - { text: '可视化控制台部署', link: 'workbench-deployment_timecho' }, - { text: 'Kubernetes部署', link: 'Kubernetes_timecho' }, + { + text: '部署准备', + collapsible: true, + children: [ + { text: '安装包获取', link: 'IoTDB-Package_timecho' }, + { text: '资源规划', link: 'Database-Resources' }, + { text: '环境配置', link: 'Environment-Requirements' }, + ], + }, + { + text: '数据库部署', + collapsible: true, + children: [ + { text: '单机版部署', link: 'Stand-Alone-Deployment_timecho' }, + { text: '集群版部署', link: 'Cluster-Deployment_timecho' }, + { text: '双活版部署', link: 'Dual-Active-Deployment_timecho' }, + { text: 'Docker 部署', link: 'Docker-Deployment_timecho' }, + { text: 'Kubernetes 部署', link: 'Kubernetes_timecho' }, + ], + }, + { + text: 'AI 部署', + collapsible: true, + children: [ + { text: 'AINode 部署', link: 'AINode_Deployment_timecho' }, + ], + }, + { + text: '周边工具', + collapsible: true, + children: [ + { text: '监控面板部署', link: 'Monitoring-panel-deployment' }, + { text: '可视化控制台部署', link: 'workbench-deployment_timecho' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts b/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts index 9c8e854c7..19a509c0c 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts @@ -48,29 +48,53 @@ export const enSidebar = { link: 'QuickStart/QuickStart_timecho', }, { - text: 'Deployment & Maintenance', + text: 'Installation and Deployment', collapsible: true, prefix: 'Deployment-and-Maintenance/', children: [ - { text: 'Deployment form', link: 'Deployment-form_timecho' }, - { text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' }, - { text: 'Database Resources', link: 'Database-Resources' }, - { text: 'Environment Requirements', link: 'Environment-Requirements' }, - { - text: 'Stand-Alone Deployment', - link: 'Stand-Alone-Deployment_timecho', - }, - { text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' }, - { - text: 'Dual Active Deployment', - link: 'Dual-Active-Deployment_timecho', - }, - { text: 'Docker Deployment', link: 'Docker-Deployment_timecho' }, - { text: 'AINode Deployment', link: 'AINode_Deployment_timecho' }, - { - text: 'Monitoring Panel Deployment', - link: 'Monitoring-panel-deployment', - }, + { + text: 'Deployment Preparation', + collapsible: true, + children: [ + { text: 'Deployment form', link: 'Deployment-form_timecho' }, + { text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' }, + { text: 'Database Resources', link: 'Database-Resources' }, + { text: 'Environment Requirements', link: 'Environment-Requirements' }, + ], + }, + { + text: 'Database Deployment', + collapsible: true, + children: [ + { + text: 'Stand-Alone Deployment', + link: 'Stand-Alone-Deployment_timecho', + }, + { text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' }, + { + text: 'Dual Active Deployment', + link: 'Dual-Active-Deployment_timecho', + }, + { text: 'Docker Deployment', link: 'Docker-Deployment_timecho' }, + ], + }, + { + text: 'AI Deployment', + collapsible: true, + children: [ + { text: 'AINode Deployment', link: 'AINode_Deployment_timecho' }, + ], + }, + { + text: 'Peripheral Tools', + collapsible: true, + children: [ + { + text: 'Monitoring Panel Deployment', + link: 'Monitoring-panel-deployment', + }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts index ecbfffc1b..14df42695 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts @@ -54,31 +54,55 @@ export const enSidebar = { link: 'QuickStart/QuickStart_timecho', }, { - text: 'Deployment & Maintenance', + text: 'Installation and Deployment', collapsible: true, prefix: 'Deployment-and-Maintenance/', children: [ - { text: 'Deployment form', link: 'Deployment-form_timecho' }, - { text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' }, - { text: 'Database Resources', link: 'Database-Resources' }, - { text: 'Environment Requirements', link: 'Environment-Requirements' }, - { - text: 'Stand-Alone Deployment', - link: 'Stand-Alone-Deployment_timecho', - }, - { text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' }, - { - text: 'Dual Active Deployment', - link: 'Dual-Active-Deployment_timecho', - }, - { text: 'Docker Deployment', link: 'Docker-Deployment_timecho' }, - { text: 'AINode Deployment', link: 'AINode_Deployment_timecho' }, - { - text: 'Monitoring Panel Deployment', - link: 'Monitoring-panel-deployment', - }, - { text: 'Workbench Deployment', link: 'workbench-deployment_timecho' }, - { text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' }, + { + text: 'Deployment Preparation', + collapsible: true, + children: [ + { text: 'Deployment form', link: 'Deployment-form_timecho' }, + { text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' }, + { text: 'Database Resources', link: 'Database-Resources' }, + { text: 'Environment Requirements', link: 'Environment-Requirements' }, + ], + }, + { + text: 'Database Deployment', + collapsible: true, + children: [ + { + text: 'Stand-Alone Deployment', + link: 'Stand-Alone-Deployment_timecho', + }, + { text: 'Cluster Deployment', link: 'Cluster-Deployment_timecho' }, + { + text: 'Dual Active Deployment', + link: 'Dual-Active-Deployment_timecho', + }, + { text: 'Docker Deployment', link: 'Docker-Deployment_timecho' }, + { text: 'Kubernetes Deployment', link: 'Kubernetes_timecho' }, + ], + }, + { + text: 'AI Deployment', + collapsible: true, + children: [ + { text: 'AINode Deployment', link: 'AINode_Deployment_timecho' }, + ], + }, + { + text: 'Peripheral Tools', + collapsible: true, + children: [ + { + text: 'Monitoring Panel Deployment', + link: 'Monitoring-panel-deployment', + }, + { text: 'Workbench Deployment', link: 'workbench-deployment_timecho' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts index ce32b9834..d50fe1934 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts @@ -48,20 +48,44 @@ export const zhSidebar = { link: 'QuickStart/QuickStart_timecho', }, { - text: '部署与运维', + text: '安装部署', collapsible: true, prefix: 'Deployment-and-Maintenance/', children: [ - { text: '部署形态', link: 'Deployment-form_timecho' }, - { text: '安装包获取', link: 'IoTDB-Package_timecho' }, - { text: '资源规划', link: 'Database-Resources_timecho' }, - { text: '环境配置', link: 'Environment-Requirements' }, - { text: '单机版部署指导', link: 'Stand-Alone-Deployment_timecho' }, - { text: '集群版部署指导', link: 'Cluster-Deployment_timecho' }, - { text: '双活版部署指导', link: 'Dual-Active-Deployment_timecho' }, - { text: 'Docker部署指导', link: 'Docker-Deployment_timecho' }, - { text: 'AINode部署', link: 'AINode_Deployment_timecho' }, - { text: '监控面板部署', link: 'Monitoring-panel-deployment' }, + { + text: '部署准备', + collapsible: true, + children: [ + { text: '部署形态', link: 'Deployment-form_timecho' }, + { text: '安装包获取', link: 'IoTDB-Package_timecho' }, + { text: '资源规划', link: 'Database-Resources_timecho' }, + { text: '环境配置', link: 'Environment-Requirements' }, + ], + }, + { + text: '数据库部署', + collapsible: true, + children: [ + { text: '单机版部署', link: 'Stand-Alone-Deployment_timecho' }, + { text: '集群版部署', link: 'Cluster-Deployment_timecho' }, + { text: '双活版部署', link: 'Dual-Active-Deployment_timecho' }, + { text: 'Docker 部署', link: 'Docker-Deployment_timecho' }, + ], + }, + { + text: 'AI 部署', + collapsible: true, + children: [ + { text: 'AINode 部署', link: 'AINode_Deployment_timecho' }, + ], + }, + { + text: '周边工具', + collapsible: true, + children: [ + { text: '监控面板部署', link: 'Monitoring-panel-deployment' }, + ], + }, ], }, { diff --git a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts index e50567fb1..b3c3a5473 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts @@ -47,23 +47,47 @@ export const zhSidebar = { text: '快速上手', link: 'QuickStart/QuickStart_timecho', }, - { - text: '部署与运维', + { + text: '安装部署', collapsible: true, prefix: 'Deployment-and-Maintenance/', children: [ - { text: '部署形态', link: 'Deployment-form_timecho' }, - { text: '安装包获取', link: 'IoTDB-Package_timecho' }, - { text: '资源规划', link: 'Database-Resources_timecho' }, - { text: '环境配置', link: 'Environment-Requirements' }, - { text: '单机版部署指导', link: 'Stand-Alone-Deployment_timecho' }, - { text: '集群版部署指导', link: 'Cluster-Deployment_timecho' }, - { text: '双活版部署指导', link: 'Dual-Active-Deployment_timecho' }, - { text: 'Docker部署指导', link: 'Docker-Deployment_timecho' }, - { text: 'AINode部署', link: 'AINode_Deployment_timecho' }, - { text: '监控面板部署', link: 'Monitoring-panel-deployment' }, - { text: '可视化控制台部署', link: 'workbench-deployment_timecho' }, - { text: 'Kubernetes部署', link: 'Kubernetes_timecho' }, + { + text: '部署准备', + collapsible: true, + children: [ + { text: '部署形态', link: 'Deployment-form_timecho' }, + { text: '安装包获取', link: 'IoTDB-Package_timecho' }, + { text: '资源规划', link: 'Database-Resources_timecho' }, + { text: '环境配置', link: 'Environment-Requirements' }, + ], + }, + { + text: '数据库部署', + collapsible: true, + children: [ + { text: '单机版部署', link: 'Stand-Alone-Deployment_timecho' }, + { text: '集群版部署', link: 'Cluster-Deployment_timecho' }, + { text: '双活版部署', link: 'Dual-Active-Deployment_timecho' }, + { text: 'Docker 部署', link: 'Docker-Deployment_timecho' }, + { text: 'Kubernetes 部署', link: 'Kubernetes_timecho' }, + ], + }, + { + text: 'AI 部署', + collapsible: true, + children: [ + { text: 'AINode 部署', link: 'AINode_Deployment_timecho' }, + ], + }, + { + text: '周边工具', + collapsible: true, + children: [ + { text: '监控面板部署', link: 'Monitoring-panel-deployment' }, + { text: '可视化控制台部署', link: 'workbench-deployment_timecho' }, + ], + }, ], }, {