From 1628c3fd606f0c13d5908df34eea19e80ee4ea30 Mon Sep 17 00:00:00 2001 From: majialin <107627937+mal117@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:27:36 +0800 Subject: [PATCH] Change the name of the workbench deployment document (#444) --- src/.vuepress/sidebar_timecho/V1.3.0-2/en.ts | 2 +- src/.vuepress/sidebar_timecho/V1.3.0-2/zh.ts | 2 +- src/.vuepress/sidebar_timecho/V1.3.3/en.ts | 2 +- src/.vuepress/sidebar_timecho/V1.3.3/zh.ts | 2 +- ...orkbench-deployment.md => workbench-deployment_timecho.md} | 0 src/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md | 4 ++-- ...orkbench-deployment.md => workbench-deployment_timecho.md} | 0 src/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md | 2 +- ...orkbench-deployment.md => workbench-deployment_timecho.md} | 0 src/UserGuide/latest/QuickStart/QuickStart_timecho.md | 4 ++-- ...orkbench-deployment.md => workbench-deployment_timecho.md} | 0 src/zh/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md | 4 ++-- ...orkbench-deployment.md => workbench-deployment_timecho.md} | 0 src/zh/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md | 2 +- ...orkbench-deployment.md => workbench-deployment_timecho.md} | 0 src/zh/UserGuide/latest/QuickStart/QuickStart_timecho.md | 4 ++-- 16 files changed, 14 insertions(+), 14 deletions(-) rename src/UserGuide/Master/Tree/Deployment-and-Maintenance/{workbench-deployment.md => workbench-deployment_timecho.md} (100%) rename src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/{workbench-deployment.md => workbench-deployment_timecho.md} (100%) rename src/UserGuide/latest/Deployment-and-Maintenance/{workbench-deployment.md => workbench-deployment_timecho.md} (100%) rename src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/{workbench-deployment.md => workbench-deployment_timecho.md} (100%) rename src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/{workbench-deployment.md => workbench-deployment_timecho.md} (100%) rename src/zh/UserGuide/latest/Deployment-and-Maintenance/{workbench-deployment.md => workbench-deployment_timecho.md} (100%) diff --git a/src/.vuepress/sidebar_timecho/V1.3.0-2/en.ts b/src/.vuepress/sidebar_timecho/V1.3.0-2/en.ts index 947bb4421..ea7a08472 100644 --- a/src/.vuepress/sidebar_timecho/V1.3.0-2/en.ts +++ b/src/.vuepress/sidebar_timecho/V1.3.0-2/en.ts @@ -70,7 +70,7 @@ export const enSidebar = { { 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' }, + { text: 'Workbench Deployment', link: 'workbench-deployment_timecho' }, ], }, diff --git a/src/.vuepress/sidebar_timecho/V1.3.0-2/zh.ts b/src/.vuepress/sidebar_timecho/V1.3.0-2/zh.ts index 1a53de312..ff0dfe0ac 100644 --- a/src/.vuepress/sidebar_timecho/V1.3.0-2/zh.ts +++ b/src/.vuepress/sidebar_timecho/V1.3.0-2/zh.ts @@ -70,7 +70,7 @@ export const zhSidebar = { { text: 'Docker部署', link: 'Docker-Deployment_timecho' }, { text: 'AINode部署', link: 'AINode_Deployment_timecho' }, { text: '监控面板部署', link: 'Monitoring-panel-deployment' }, - { text: '可视化控制台部署', link: 'workbench-deployment' }, + { text: '可视化控制台部署', link: 'workbench-deployment_timecho' }, ], }, diff --git a/src/.vuepress/sidebar_timecho/V1.3.3/en.ts b/src/.vuepress/sidebar_timecho/V1.3.3/en.ts index 7f66d2e6b..f69a0461c 100644 --- a/src/.vuepress/sidebar_timecho/V1.3.3/en.ts +++ b/src/.vuepress/sidebar_timecho/V1.3.3/en.ts @@ -61,7 +61,7 @@ export const enSidebar = { { 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' }, + { text: 'Workbench Deployment', link: 'workbench-deployment_timecho' }, ], }, { diff --git a/src/.vuepress/sidebar_timecho/V1.3.3/zh.ts b/src/.vuepress/sidebar_timecho/V1.3.3/zh.ts index c74923d9c..6104e84ba 100644 --- a/src/.vuepress/sidebar_timecho/V1.3.3/zh.ts +++ b/src/.vuepress/sidebar_timecho/V1.3.3/zh.ts @@ -61,7 +61,7 @@ export const zhSidebar = { { text: 'Docker部署指导', link: 'Docker-Deployment_timecho' }, { text: 'AINode部署', link: 'AINode_Deployment_timecho' }, { text: '监控面板部署', link: 'Monitoring-panel-deployment' }, - { text: '可视化控制台部署', link: 'workbench-deployment' }, + { text: '可视化控制台部署', link: 'workbench-deployment_timecho' }, ], }, { diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md similarity index 100% rename from src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment.md rename to src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md diff --git a/src/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md b/src/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md index 3bb155066..5b99e1a7f 100644 --- a/src/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md +++ b/src/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md @@ -46,7 +46,7 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo - Monitoring panel:Provides over a hundred database monitoring metrics for detailed monitoring of IoTDB and its operating system, enabling system optimization, performance optimization, bottleneck discovery, and more. The installation steps can be viewed [Monitoring panel](../Deployment-and-Maintenance/Monitoring-panel-deployment.md) - - Workbench: It is the visual interface of IoTDB,Support providing through interface interaction Operate Metadata、Query Data、Data Visualization and other functions, help users use the database easily and efficiently, and the installation steps can be viewed [Workbench Deployment](../Deployment-and-Maintenance/workbench-deployment.md) + - Workbench: It is the visual interface of IoTDB,Support providing through interface interaction Operate Metadata、Query Data、Data Visualization and other functions, help users use the database easily and efficiently, and the installation steps can be viewed [Workbench Deployment](../Deployment-and-Maintenance/workbench-deployment_timecho.md) ## How to use it? @@ -80,7 +80,7 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo In addition to its rich features, IoTDB also has a comprehensive range of tools in its surrounding system. This document will help you quickly use the peripheral tool system : - - Workbench: Workbench is a visual interface for IoTDB that supports interactive operations. It offers intuitive features for metadata management, data querying, and data visualization, enhancing the convenience and efficiency of user database operations. For detailed usage instructions, please refer to: [Workbench](../Deployment-and-Maintenance/workbench-deployment.md) + - Workbench: Workbench is a visual interface for IoTDB that supports interactive operations. It offers intuitive features for metadata management, data querying, and data visualization, enhancing the convenience and efficiency of user database operations. For detailed usage instructions, please refer to: [Workbench](../Deployment-and-Maintenance/workbench-deployment_timecho.md) - Monitor Tool: This is a tool for meticulous monitoring of IoTDB and its host operating system, covering hundreds of database monitoring metrics including database performance and system resources, which aids in system optimization and bottleneck identification. For detailed usage instructions, please refer to: [Monitor Tool](../Deployment-and-Maintenance/Monitoring-panel-deployment.md) diff --git a/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment.md b/src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md similarity index 100% rename from src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment.md rename to src/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md diff --git a/src/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md b/src/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md index 796d716c0..26cca38e2 100644 --- a/src/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md +++ b/src/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md @@ -46,7 +46,7 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo - Monitoring panel:Provides over a hundred database monitoring metrics for detailed monitoring of IoTDB and its operating system, enabling system optimization, performance optimization, bottleneck discovery, and more. The installation steps can be viewed [Monitoring panel](../Deployment-and-Maintenance/Monitoring-panel-deployment.md) - - Workbench: It is the visual interface of IoTDB,Support providing through interface interaction Operate Metadata、Query Data、Data Visualization and other functions, help users use the database easily and efficiently, and the installation steps can be viewed [Workbench Deployment](../Deployment-and-Maintenance/workbench-deployment.md) + - Workbench: It is the visual interface of IoTDB,Support providing through interface interaction Operate Metadata、Query Data、Data Visualization and other functions, help users use the database easily and efficiently, and the installation steps can be viewed [Workbench Deployment](../Deployment-and-Maintenance/workbench-deployment_timecho.md) ## How to use it? diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md b/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md similarity index 100% rename from src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md rename to src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md diff --git a/src/UserGuide/latest/QuickStart/QuickStart_timecho.md b/src/UserGuide/latest/QuickStart/QuickStart_timecho.md index 3bb155066..b8a493cdf 100644 --- a/src/UserGuide/latest/QuickStart/QuickStart_timecho.md +++ b/src/UserGuide/latest/QuickStart/QuickStart_timecho.md @@ -46,7 +46,7 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo - Monitoring panel:Provides over a hundred database monitoring metrics for detailed monitoring of IoTDB and its operating system, enabling system optimization, performance optimization, bottleneck discovery, and more. The installation steps can be viewed [Monitoring panel](../Deployment-and-Maintenance/Monitoring-panel-deployment.md) - - Workbench: It is the visual interface of IoTDB,Support providing through interface interaction Operate Metadata、Query Data、Data Visualization and other functions, help users use the database easily and efficiently, and the installation steps can be viewed [Workbench Deployment](../Deployment-and-Maintenance/workbench-deployment.md) + - Workbench: It is the visual interface of IoTDB,Support providing through interface interaction Operate Metadata、Query Data、Data Visualization and other functions, help users use the database easily and efficiently, and the installation steps can be viewed [Workbench Deployment](../Deployment-and-Maintenance/workbench-deployment_timecho.md.md) ## How to use it? @@ -80,7 +80,7 @@ This document will help you quickly install and deploy IoTDB. You can quickly lo In addition to its rich features, IoTDB also has a comprehensive range of tools in its surrounding system. This document will help you quickly use the peripheral tool system : - - Workbench: Workbench is a visual interface for IoTDB that supports interactive operations. It offers intuitive features for metadata management, data querying, and data visualization, enhancing the convenience and efficiency of user database operations. For detailed usage instructions, please refer to: [Workbench](../Deployment-and-Maintenance/workbench-deployment.md) + - Workbench: Workbench is a visual interface for IoTDB that supports interactive operations. It offers intuitive features for metadata management, data querying, and data visualization, enhancing the convenience and efficiency of user database operations. For detailed usage instructions, please refer to: [Workbench](../Deployment-and-Maintenance/workbench-deployment_timecho.md) - Monitor Tool: This is a tool for meticulous monitoring of IoTDB and its host operating system, covering hundreds of database monitoring metrics including database performance and system resources, which aids in system optimization and bottleneck identification. For detailed usage instructions, please refer to: [Monitor Tool](../Deployment-and-Maintenance/Monitoring-panel-deployment.md) diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md similarity index 100% rename from src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment.md rename to src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md diff --git a/src/zh/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md b/src/zh/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md index ce4639d88..bcd0285eb 100644 --- a/src/zh/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md +++ b/src/zh/UserGuide/Master/Tree/QuickStart/QuickStart_timecho.md @@ -47,7 +47,7 @@ - 监控面板:提供了上百个数据库监控指标,用来对 IoTDB 及其所在操作系统进行细致监控,从而进行系统优化、性能优化、发现瓶颈等,安装步骤可查看 [监控面板部署](../Deployment-and-Maintenance/Monitoring-panel-deployment.md) - - 可视化控制台:是 IoTDB 的可视化界面,支持通过界面交互的形式提供元数据管理、数据查询、数据可视化等功能的操作,帮助用户简单、高效的使用数据库,安装步骤可查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment.md) + - 可视化控制台:是 IoTDB 的可视化界面,支持通过界面交互的形式提供元数据管理、数据查询、数据可视化等功能的操作,帮助用户简单、高效的使用数据库,安装步骤可查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment_timecho.md) ## 如何使用? @@ -81,7 +81,7 @@ IoTDB 除了自身拥有丰富的功能外,其周边的工具体系包含的种类十分齐全。本篇文档将帮助您快速使用周边工具体系: - - 可视化控制台:workbench 是 IoTDB 的一个支持界面交互的形式的可视化界面,提供直观的元数据管理、数据查询和数据可视化等功能,提升用户操作数据库的便捷性和效率,具体使用介绍请查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment.md) + - 可视化控制台:workbench 是 IoTDB 的一个支持界面交互的形式的可视化界面,提供直观的元数据管理、数据查询和数据可视化等功能,提升用户操作数据库的便捷性和效率,具体使用介绍请查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment_timecho.md) - 监控面板:是一个对 IoTDB 及其所在操作系统进行细致监控的工具,涵盖数据库性能、系统资源等上百个数据库监控指标,助力系统优化与瓶颈识别等,具体使用介绍请查看 [监控面板部署](../Deployment-and-Maintenance/Monitoring-panel-deployment.md) diff --git a/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment.md b/src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md similarity index 100% rename from src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment.md rename to src/zh/UserGuide/V1.3.0-2/Deployment-and-Maintenance/workbench-deployment_timecho.md diff --git a/src/zh/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md b/src/zh/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md index 2ee3e4711..2bfec8646 100644 --- a/src/zh/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md +++ b/src/zh/UserGuide/V1.3.0-2/QuickStart/QuickStart_timecho.md @@ -47,7 +47,7 @@ - 监控面板:提供了上百个数据库监控指标,用来对 IoTDB 及其所在操作系统进行细致监控,从而进行系统优化、性能优化、发现瓶颈等,安装步骤可查看 [监控面板部署](../Deployment-and-Maintenance/Monitoring-panel-deployment.md) - - 可视化控制台:是 IoTDB 的可视化界面,支持通过界面交互的形式提供元数据管理、数据查询、数据可视化等功能的操作,帮助用户简单、高效的使用数据库,安装步骤可查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment.md) + - 可视化控制台:是 IoTDB 的可视化界面,支持通过界面交互的形式提供元数据管理、数据查询、数据可视化等功能的操作,帮助用户简单、高效的使用数据库,安装步骤可查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment_timecho.md) ## 如何使用? diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md similarity index 100% rename from src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment.md rename to src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md diff --git a/src/zh/UserGuide/latest/QuickStart/QuickStart_timecho.md b/src/zh/UserGuide/latest/QuickStart/QuickStart_timecho.md index ce4639d88..bcd0285eb 100644 --- a/src/zh/UserGuide/latest/QuickStart/QuickStart_timecho.md +++ b/src/zh/UserGuide/latest/QuickStart/QuickStart_timecho.md @@ -47,7 +47,7 @@ - 监控面板:提供了上百个数据库监控指标,用来对 IoTDB 及其所在操作系统进行细致监控,从而进行系统优化、性能优化、发现瓶颈等,安装步骤可查看 [监控面板部署](../Deployment-and-Maintenance/Monitoring-panel-deployment.md) - - 可视化控制台:是 IoTDB 的可视化界面,支持通过界面交互的形式提供元数据管理、数据查询、数据可视化等功能的操作,帮助用户简单、高效的使用数据库,安装步骤可查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment.md) + - 可视化控制台:是 IoTDB 的可视化界面,支持通过界面交互的形式提供元数据管理、数据查询、数据可视化等功能的操作,帮助用户简单、高效的使用数据库,安装步骤可查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment_timecho.md) ## 如何使用? @@ -81,7 +81,7 @@ IoTDB 除了自身拥有丰富的功能外,其周边的工具体系包含的种类十分齐全。本篇文档将帮助您快速使用周边工具体系: - - 可视化控制台:workbench 是 IoTDB 的一个支持界面交互的形式的可视化界面,提供直观的元数据管理、数据查询和数据可视化等功能,提升用户操作数据库的便捷性和效率,具体使用介绍请查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment.md) + - 可视化控制台:workbench 是 IoTDB 的一个支持界面交互的形式的可视化界面,提供直观的元数据管理、数据查询和数据可视化等功能,提升用户操作数据库的便捷性和效率,具体使用介绍请查看 [可视化控制台部署](../Deployment-and-Maintenance/workbench-deployment_timecho.md) - 监控面板:是一个对 IoTDB 及其所在操作系统进行细致监控的工具,涵盖数据库性能、系统资源等上百个数据库监控指标,助力系统优化与瓶颈识别等,具体使用介绍请查看 [监控面板部署](../Deployment-and-Maintenance/Monitoring-panel-deployment.md)