From df5f595ee72e6e25a8587b45639b127db97e4355 Mon Sep 17 00:00:00 2001 From: Leto_b Date: Mon, 28 Jul 2025 11:39:46 +0800 Subject: [PATCH] adjust sidebar of deployment --- src/.vuepress/sidebar/V1.3.x/en.ts | 40 +++++++---- src/.vuepress/sidebar/V1.3.x/zh.ts | 37 +++++++--- src/.vuepress/sidebar/V2.0.x/en-Table.ts | 43 +++++++----- src/.vuepress/sidebar/V2.0.x/en-Tree.ts | 41 +++++++---- src/.vuepress/sidebar/V2.0.x/zh-Table.ts | 36 +++++++--- src/.vuepress/sidebar/V2.0.x/zh-Tree.ts | 38 ++++++++--- src/.vuepress/sidebar_timecho/V1.3.x/en.ts | 67 ++++++++++++------ src/.vuepress/sidebar_timecho/V1.3.x/zh.ts | 49 +++++++++---- .../sidebar_timecho/V2.0.x/en-Table.ts | 64 +++++++++++------ .../sidebar_timecho/V2.0.x/en-Tree.ts | 68 +++++++++++++------ .../sidebar_timecho/V2.0.x/zh-Table.ts | 46 ++++++++++--- .../sidebar_timecho/V2.0.x/zh-Tree.ts | 52 ++++++++++---- 12 files changed, 408 insertions(+), 173 deletions(-) diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts b/src/.vuepress/sidebar/V1.3.x/en.ts index b8f33477d..acdacdb89 100644 --- a/src/.vuepress/sidebar/V1.3.x/en.ts +++ b/src/.vuepress/sidebar/V1.3.x/en.ts @@ -46,22 +46,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 57f3b7d45..ee2288f4e 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 fce0dc4a6..cbc9be934 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 1047e8bd9..8db47a9ab 100644 --- a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts +++ b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts @@ -53,22 +53,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 bb50350f9..600d8255d 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' }, - { 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' }, + { 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 87496fe10..474638508 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' }, - { 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' }, + { 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 3ea5da8a4..3602b344f 100644 --- a/src/.vuepress/sidebar_timecho/V1.3.x/en.ts +++ b/src/.vuepress/sidebar_timecho/V1.3.x/en.ts @@ -46,31 +46,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 afeaf1a7e..0cd854398 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 948feab9d..01ed618b1 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 4396e4b20..9d91edfcc 100644 --- a/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts +++ b/src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts @@ -53,31 +53,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 962e210f0..e4b272f67 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' }, - { 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' }, + { 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 9cf91c5c6..facd4565e 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' }, - { 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' }, + { 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' }, + ], + }, ], }, {