Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 27 additions & 13 deletions src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
],
},
{
Expand Down
37 changes: 27 additions & 10 deletions src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
],
},
{
Expand Down
43 changes: 27 additions & 16 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
],
},
{
Expand Down
41 changes: 28 additions & 13 deletions src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
],
},
{
Expand Down
36 changes: 27 additions & 9 deletions src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
],
},
{
Expand Down
38 changes: 28 additions & 10 deletions src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
],
},
{
Expand Down
67 changes: 45 additions & 22 deletions src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
},
],
},
{
Expand Down
Loading