This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new d3414f0e adjust sidebar of deployment (#843)
d3414f0e is described below
commit d3414f0ec9aadc2a1a481540148ea813c51a7066
Author: leto-b <[email protected]>
AuthorDate: Thu Dec 11 19:58:43 2025 +0800
adjust sidebar of deployment (#843)
---
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 ++++++++++++-----
src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts | 64 +++++++++++++++-------
src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts | 68 ++++++++++++++++--------
src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts | 46 ++++++++++++----
src/.vuepress/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 818c65b0..c8d27e38 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 e62f674e..7c765847 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 6d519201..a7a75a2c 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 e3917101..93bde953 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 774a9132..57d663ec 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 4ad820c2..831f8e85 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 1eee15d1..1034998a 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 49a89221..6ef9d822 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 270e19ed..d651f24d 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 d3a179b5..438a6ac4 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 f5880f13..d58a0736 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 dadad05a..0d72e9c9 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' },
+ ],
+ },
],
},
{