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 384768e6 Fix English page (#540)
384768e6 is described below

commit 384768e612907a9daf4904e4a3e624856e1a00ac
Author: W1y1r <[email protected]>
AuthorDate: Tue Feb 11 10:43:02 2025 +0800

    Fix English page (#540)
---
 src/.vuepress/sidebar/V2.0.1/en.ts                 | 259 +--------------------
 src/.vuepress/sidebar_timecho/V2.0.1/en.ts         | 255 --------------------
 .../V2.0.1-Table/QuickStart/QuickStart_timecho.md  |   2 +-
 .../latest/QuickStart/QuickStart_apache.md         |  72 +-----
 .../latest/QuickStart/QuickStart_timecho.md        |  87 +------
 5 files changed, 5 insertions(+), 670 deletions(-)

diff --git a/src/.vuepress/sidebar/V2.0.1/en.ts 
b/src/.vuepress/sidebar/V2.0.1/en.ts
index 44711c5f..c4e82887 100644
--- a/src/.vuepress/sidebar/V2.0.1/en.ts
+++ b/src/.vuepress/sidebar/V2.0.1/en.ts
@@ -17,265 +17,10 @@
  */
 
 export const enSidebar = {
-  '/UserGuide/latest/': [
-    {
-      text: 'IoTDB User Guide',
-      children: [],
-    },
-    {
-      text: 'About IoTDB',
-      collapsible: true,
-      prefix: 'IoTDB-Introduction/',
-      // children: 'structure', 使用该方式自动获取文件夹下的文件
-      children: [
-        { text: 'IoTDB Introduction', link: 'IoTDB-Introduction_timecho' },
-        { text: 'Scenario', link: 'Scenario' },
-      ],
-    },
-    {
-      text: 'Background knowledge',
-      collapsible: true,
-      prefix: 'Background-knowledge/',
-      children: [
-        { text: 'Cluster-related Concepts', link: 'Cluster-Concept' },
-        { text: 'Data Type', link: 'Data-Type' },
-      ],
-    },
+  '/UserGuide/latest/': [  
     {
       text: 'Quick Start',
-      link: 'QuickStart/QuickStart_timecho',
-    },
-    {
-      text: 'Deployment & Maintenance',
-      collapsible: true,
-      prefix: 'Deployment-and-Maintenance/',
-      // children: 'structure',
-      children: [
-        { text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' },
-        { text: 'Database Resources', link: 'Database-Resources' },
-        { text: 'System 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: 'Basic Functions',
-      collapsible: true,
-      prefix: 'Basic-Concept/',
-      // children: 'structure',
-      children: [
-        {
-          text: 'Data Modeling',
-          collapsible: true,
-          children: [
-            {
-              text: 'Timeseries Data Model',
-              link: 'Navigating_Time_Series_Data',
-            },
-            {
-              text: 'Modeling Scheme Design',
-              link: 'Data-Model-and-Terminology',
-            },
-            {
-              text: 'Measurement Point Management',
-              link: 'Operate-Metadata_timecho',
-            },
-          ],
-        },
-        { text: 'Write & Delete', link: 'Write-Delete-Data' },
-        { text: 'Query Data', link: 'Query-Data' },
-      ],
-    },
-    {
-      text: 'Advanced Features',
-      collapsible: true,
-      prefix: 'User-Manual/',
-      // children: 'structure',
-      children: [
-        { text: 'Data Sync', link: 'Data-Sync_timecho' },
-        { text: 'Data Subscription', link: 'Data-subscription' },
-        { text: 'AI Capability', link: 'AINode_timecho' },
-        {
-          text: 'Security Management',
-          collapsible: true,
-          children: [
-            { text: 'White List', link: 'White-List_timecho' },
-            { text: 'Audit Log', link: 'Audit-Log_timecho' },
-            { text: 'Authority Management', link: 'Authority-Management' },
-          ],
-        },
-        { text: 'UDF', link: 'User-defined-function_timecho' },
-        { text: 'View', link: 'IoTDB-View_timecho' },
-        { text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
-        { text: 'Continuous Query', link: 'Database-Programming' },
-        {
-          text: 'Database Programming',
-          collapsible: true,
-          children: [
-            { text: 'UDF Development', link: 'UDF-development' },
-            { text: 'Trigger', link: 'Trigger' },
-            { text: 'Stream Processing', link: 'Streaming_timecho' },
-          ],
-        },
-        { text: 'Maintenance SQL', link: 'Maintennance' },
-      ],
-    },
-    {
-      text: 'Tools System',
-      collapsible: true,
-      prefix: 'Tools-System/',
-      // children: 'structure',
-      children: [
-        { text: 'CLI', link: 'CLI' },
-        { text: 'Workbench', link: 'Workbench_timecho' },
-        { text: 'Monitor Tool', link: 'Monitor-Tool_timecho' },
-        { text: 'Benchmark Tool', link: 'Benchmark' },
-        { text: 'Cluster Management Tool', link: 'Maintenance-Tool_timecho' },
-        { text: 'Data Import', link: 'Data-Import-Tool' },
-        { text: 'Data Export', link: 'Data-Export-Tool' },
-      ],
-    },
-    {
-      text: 'API',
-      collapsible: true,
-      prefix: 'API/',
-      // children: 'structure',
-      children: [
-        { text: 'Java Native API', link: 'Programming-Java-Native-API' },
-        { text: 'Python Native API', link: 'Programming-Python-Native-API' },
-        { text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
-        { text: 'Go Native API', link: 'Programming-Go-Native-API' },
-        { text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
-        { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
-        { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
-        { text: 'MQTT Protocol', link: 'Programming-MQTT' },
-        { text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
-        {
-          text: 'REST API',
-          collapsible: true,
-          children: [
-            { text: 'V1 (Not Recommend)', link: 'RestServiceV1' },
-            { text: 'V2', link: 'RestServiceV2' },
-          ],
-        },
-      ],
-    },
-    {
-      text: 'Ecosystem Integration',
-      collapsible: true,
-      prefix: 'Ecosystem-Integration/',
-      // children: 'structure',
-      children: [
-        { text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
-        { text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
-        { text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' },
-        { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
-        { text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
-        { text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
-        { text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
-        { text: 'DataEase', link: 'DataEase' },
-        { text: 'DBeaver', link: 'DBeaver' },
-        { text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
-        { text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
-        { text: 'Grafana Plugin', link: 'Grafana-Plugin' },
-        { text: 'Telegraf Plugin', link: 'Telegraf' },
-        { text: 'ThingsBoard', link: 'Thingsboard' },
-      ],
-    },
-    {
-      text: 'SQL Manual',
-      collapsible: true,
-      prefix: 'SQL-Manual/',
-      // children: 'structure',
-      children: [
-        { text: 'SQL Manual', link: 'SQL-Manual' },
-        {
-          text: 'Functions and Operators',
-          collapsible: true,
-          children: [
-            { text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
-            {
-              text: 'Operator and Expression',
-              link: 'Operator-and-Expression',
-            },
-            {
-              text: 'Function and Expression',
-              link: 'Function-and-Expression',
-            },
-          ],
-        },
-      ],
-    },
-    {
-      text: 'Technical Insider',
-      collapsible: true,
-      prefix: 'Technical-Insider/',
-      // children: 'structure',
-      children: [
-        { text: 'Research Paper ', link: 'Publication' },
-        { text: 'Compression & Encoding', link: 'Encoding-and-Compression' },
-        {
-          text: 'Data Partitioning & Load Balancing',
-          link: 'Cluster-data-partitioning',
-        },
-      ],
-    },
-    {
-      text: 'Reference',
-      collapsible: true,
-      prefix: 'Reference/',
-      // children: 'structure',
-      children: [
-        {
-          text: 'Config Manual',
-          collapsible: true,
-          children: [
-            { text: 'Common Config Manual', link: 'Common-Config-Manual' },
-            {
-              text: 'ConfigNode Config Manual',
-              link: 'ConfigNode-Config-Manual',
-            },
-            { text: 'DataNode Config Manual', link: 
'DataNode-Config-Manual_timecho' },
-          ],
-        },
-        {
-          text: 'Syntax-Rule',
-          collapsible: true,
-          children: [
-            { text: 'Identifiers', link: 'Syntax-Rule' },
-            { text: 'Keywords', link: 'Keywords' },
-          ],
-        },
-        { text: 'Status Codes', link: 'Status-Codes' },
-      ],
-    },
-    {
-      text: 'FAQ',
-      collapsible: true,
-      prefix: 'FAQ/',
-      // children: 'structure',
-      children: [
-        {
-          text: 'Frequently Asked Questions',
-          link: 'Frequently-asked-questions',
-        },
-      ],
+      link: 'QuickStart/QuickStart_apache',
     },
   ],
 };
diff --git a/src/.vuepress/sidebar_timecho/V2.0.1/en.ts 
b/src/.vuepress/sidebar_timecho/V2.0.1/en.ts
index 44711c5f..ab951a44 100644
--- a/src/.vuepress/sidebar_timecho/V2.0.1/en.ts
+++ b/src/.vuepress/sidebar_timecho/V2.0.1/en.ts
@@ -18,264 +18,9 @@
 
 export const enSidebar = {
   '/UserGuide/latest/': [
-    {
-      text: 'IoTDB User Guide',
-      children: [],
-    },
-    {
-      text: 'About IoTDB',
-      collapsible: true,
-      prefix: 'IoTDB-Introduction/',
-      // children: 'structure', 使用该方式自动获取文件夹下的文件
-      children: [
-        { text: 'IoTDB Introduction', link: 'IoTDB-Introduction_timecho' },
-        { text: 'Scenario', link: 'Scenario' },
-      ],
-    },
-    {
-      text: 'Background knowledge',
-      collapsible: true,
-      prefix: 'Background-knowledge/',
-      children: [
-        { text: 'Cluster-related Concepts', link: 'Cluster-Concept' },
-        { text: 'Data Type', link: 'Data-Type' },
-      ],
-    },
     {
       text: 'Quick Start',
       link: 'QuickStart/QuickStart_timecho',
     },
-    {
-      text: 'Deployment & Maintenance',
-      collapsible: true,
-      prefix: 'Deployment-and-Maintenance/',
-      // children: 'structure',
-      children: [
-        { text: 'Obtain TimechoDB', link: 'IoTDB-Package_timecho' },
-        { text: 'Database Resources', link: 'Database-Resources' },
-        { text: 'System 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: 'Basic Functions',
-      collapsible: true,
-      prefix: 'Basic-Concept/',
-      // children: 'structure',
-      children: [
-        {
-          text: 'Data Modeling',
-          collapsible: true,
-          children: [
-            {
-              text: 'Timeseries Data Model',
-              link: 'Navigating_Time_Series_Data',
-            },
-            {
-              text: 'Modeling Scheme Design',
-              link: 'Data-Model-and-Terminology',
-            },
-            {
-              text: 'Measurement Point Management',
-              link: 'Operate-Metadata_timecho',
-            },
-          ],
-        },
-        { text: 'Write & Delete', link: 'Write-Delete-Data' },
-        { text: 'Query Data', link: 'Query-Data' },
-      ],
-    },
-    {
-      text: 'Advanced Features',
-      collapsible: true,
-      prefix: 'User-Manual/',
-      // children: 'structure',
-      children: [
-        { text: 'Data Sync', link: 'Data-Sync_timecho' },
-        { text: 'Data Subscription', link: 'Data-subscription' },
-        { text: 'AI Capability', link: 'AINode_timecho' },
-        {
-          text: 'Security Management',
-          collapsible: true,
-          children: [
-            { text: 'White List', link: 'White-List_timecho' },
-            { text: 'Audit Log', link: 'Audit-Log_timecho' },
-            { text: 'Authority Management', link: 'Authority-Management' },
-          ],
-        },
-        { text: 'UDF', link: 'User-defined-function_timecho' },
-        { text: 'View', link: 'IoTDB-View_timecho' },
-        { text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
-        { text: 'Continuous Query', link: 'Database-Programming' },
-        {
-          text: 'Database Programming',
-          collapsible: true,
-          children: [
-            { text: 'UDF Development', link: 'UDF-development' },
-            { text: 'Trigger', link: 'Trigger' },
-            { text: 'Stream Processing', link: 'Streaming_timecho' },
-          ],
-        },
-        { text: 'Maintenance SQL', link: 'Maintennance' },
-      ],
-    },
-    {
-      text: 'Tools System',
-      collapsible: true,
-      prefix: 'Tools-System/',
-      // children: 'structure',
-      children: [
-        { text: 'CLI', link: 'CLI' },
-        { text: 'Workbench', link: 'Workbench_timecho' },
-        { text: 'Monitor Tool', link: 'Monitor-Tool_timecho' },
-        { text: 'Benchmark Tool', link: 'Benchmark' },
-        { text: 'Cluster Management Tool', link: 'Maintenance-Tool_timecho' },
-        { text: 'Data Import', link: 'Data-Import-Tool' },
-        { text: 'Data Export', link: 'Data-Export-Tool' },
-      ],
-    },
-    {
-      text: 'API',
-      collapsible: true,
-      prefix: 'API/',
-      // children: 'structure',
-      children: [
-        { text: 'Java Native API', link: 'Programming-Java-Native-API' },
-        { text: 'Python Native API', link: 'Programming-Python-Native-API' },
-        { text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
-        { text: 'Go Native API', link: 'Programming-Go-Native-API' },
-        { text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
-        { text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
-        { text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
-        { text: 'JDBC (Not Recommend)', link: 'Programming-JDBC' },
-        { text: 'MQTT Protocol', link: 'Programming-MQTT' },
-        { text: 'OPC UA Protocol', link: 'Programming-OPC-UA_timecho' },
-        { text: 'Kafka', link: 'Programming-Kafka' },
-        {
-          text: 'REST API',
-          collapsible: true,
-          children: [
-            { text: 'V1 (Not Recommend)', link: 'RestServiceV1' },
-            { text: 'V2', link: 'RestServiceV2' },
-          ],
-        },
-      ],
-    },
-    {
-      text: 'Ecosystem Integration',
-      collapsible: true,
-      prefix: 'Ecosystem-Integration/',
-      // children: 'structure',
-      children: [
-        { text: 'Apache Flink(IoTDB)', link: 'Flink-IoTDB' },
-        { text: 'Apache Flink(TsFile)', link: 'Flink-TsFile' },
-        { text: 'Apache Hive(TsFile)', link: 'Hive-TsFile' },
-        { text: 'Apache NiFi', link: 'NiFi-IoTDB' },
-        { text: 'Apache Spark(TsFile)', link: 'Spark-TsFile' },
-        { text: 'Apache Spark(IoTDB)', link: 'Spark-IoTDB' },
-        { text: 'Apache Zeppelin', link: 'Zeppelin-IoTDB_timecho' },
-        { text: 'DataEase', link: 'DataEase' },
-        { text: 'DBeaver', link: 'DBeaver' },
-        { text: 'Ignition', link: 'Ignition-IoTDB-plugin_timecho' },
-        { text: 'Grafana(IoTDB)', link: 'Grafana-Connector' },
-        { text: 'Grafana Plugin', link: 'Grafana-Plugin' },
-        { text: 'Telegraf Plugin', link: 'Telegraf' },
-        { text: 'ThingsBoard', link: 'Thingsboard' },
-      ],
-    },
-    {
-      text: 'SQL Manual',
-      collapsible: true,
-      prefix: 'SQL-Manual/',
-      // children: 'structure',
-      children: [
-        { text: 'SQL Manual', link: 'SQL-Manual' },
-        {
-          text: 'Functions and Operators',
-          collapsible: true,
-          children: [
-            { text: 'UDF Libraries', link: 'UDF-Libraries_timecho' },
-            {
-              text: 'Operator and Expression',
-              link: 'Operator-and-Expression',
-            },
-            {
-              text: 'Function and Expression',
-              link: 'Function-and-Expression',
-            },
-          ],
-        },
-      ],
-    },
-    {
-      text: 'Technical Insider',
-      collapsible: true,
-      prefix: 'Technical-Insider/',
-      // children: 'structure',
-      children: [
-        { text: 'Research Paper ', link: 'Publication' },
-        { text: 'Compression & Encoding', link: 'Encoding-and-Compression' },
-        {
-          text: 'Data Partitioning & Load Balancing',
-          link: 'Cluster-data-partitioning',
-        },
-      ],
-    },
-    {
-      text: 'Reference',
-      collapsible: true,
-      prefix: 'Reference/',
-      // children: 'structure',
-      children: [
-        {
-          text: 'Config Manual',
-          collapsible: true,
-          children: [
-            { text: 'Common Config Manual', link: 'Common-Config-Manual' },
-            {
-              text: 'ConfigNode Config Manual',
-              link: 'ConfigNode-Config-Manual',
-            },
-            { text: 'DataNode Config Manual', link: 
'DataNode-Config-Manual_timecho' },
-          ],
-        },
-        {
-          text: 'Syntax-Rule',
-          collapsible: true,
-          children: [
-            { text: 'Identifiers', link: 'Syntax-Rule' },
-            { text: 'Keywords', link: 'Keywords' },
-          ],
-        },
-        { text: 'Status Codes', link: 'Status-Codes' },
-      ],
-    },
-    {
-      text: 'FAQ',
-      collapsible: true,
-      prefix: 'FAQ/',
-      // children: 'structure',
-      children: [
-        {
-          text: 'Frequently Asked Questions',
-          link: 'Frequently-asked-questions',
-        },
-      ],
-    },
   ],
 };
diff --git a/src/UserGuide/V2.0.1-Table/QuickStart/QuickStart_timecho.md 
b/src/UserGuide/V2.0.1-Table/QuickStart/QuickStart_timecho.md
index 3ac1654f..6f09a260 100644
--- a/src/UserGuide/V2.0.1-Table/QuickStart/QuickStart_timecho.md
+++ b/src/UserGuide/V2.0.1-Table/QuickStart/QuickStart_timecho.md
@@ -19,4 +19,4 @@
 
 -->
 
-**Comming Soon**
\ No newline at end of file
+# Comming Soon
\ No newline at end of file
diff --git a/src/UserGuide/latest/QuickStart/QuickStart_apache.md 
b/src/UserGuide/latest/QuickStart/QuickStart_apache.md
index a0778511..ea6b2bb5 100644
--- a/src/UserGuide/latest/QuickStart/QuickStart_apache.md
+++ b/src/UserGuide/latest/QuickStart/QuickStart_apache.md
@@ -18,74 +18,4 @@
     under the License.
 
 -->
-# Quick Start
-
-This document will help you understand how to quickly get started with IoTDB.
-
-## How to install and deploy?
-
-This document will help you quickly install and deploy IoTDB. You can quickly 
locate the content you need to view through the following document links:
-
-1. Prepare the necessary machine resources:The deployment and operation of 
IoTDB require consideration of multiple aspects of machine resource 
configuration. Specific resource allocation can be viewed [Database 
Resources](../Deployment-and-Maintenance/Database-Resources.md)
-
-2. Complete system configuration preparation:The system configuration of IoTDB 
involves multiple aspects, and the key system configuration introductions can 
be viewed [System 
Requirements](../Deployment-and-Maintenance/Environment-Requirements.md)
-
-3. Get installation package:You can visit [Apache IoTDB official 
website](https://iotdb.apache.org/zh/Download/ ) Get the IoTDB installation 
package.The specific installation package structure can be viewed: [Obtain 
IoTDB](../Deployment-and-Maintenance/IoTDB-Package_apache.md)
-
-4. Install database: You can choose the following tutorials for installation 
and deployment based on the actual deployment architecture:
-
-   - Stand-Alone Deployment: [Stand-Alone 
Deployment](../Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md)
-
-   - Cluster Deployment: [Cluster 
Deployment](../Deployment-and-Maintenance/Cluster-Deployment_apache.md)
-
-> ❗️Attention: Currently, we still recommend installing and deploying directly 
on physical/virtual machines. If Docker deployment is required, please refer 
to: [Docker 
Deployment](../Deployment-and-Maintenance/Docker-Deployment_apache.md)
-
-## How to use it?
-
-1. Database modeling design: Database modeling is an important step in 
creating a database system, which involves designing the structure and 
relationships of data to ensure that the organization of data meets the 
specific application requirements. The following document will help you quickly 
understand the modeling design of IoTDB:
-
-   - Introduction to the concept of timeseries: [Navigating Time Series 
Data](../Basic-Concept/Navigating_Time_Series_Data.md)
-
-   - Introduction to Modeling Design: [Data 
Model](../Basic-Concept/Data-Model-and-Terminology.md)
-
-   - SQL syntax introduction: [Operate 
Metadata](../Basic-Concept/Operate-Metadata_apache.md)
-
-2. Write Data: In terms of data writing, IoTDB provides multiple ways to 
insert real-time data. Please refer to the basic data writing operations for 
details [Write Data](../Basic-Concept/Write-Delete-Data.md)
-
-3. Query Data: IoTDB provides rich data query functions. Please refer to the 
basic introduction of data query [Query Data](../Basic-Concept/Query-Data.md)
-
-4. Other advanced features: In addition to common functions such as writing 
and querying in databases, IoTDB also supports "Data Synchronisation、Stream 
Framework、Database Administration " and other functions, specific usage methods 
can be found in the specific document:
-
-   - Data Synchronisation: [Data 
Synchronisation](../User-Manual/Data-Sync_apache.md)
-
-   - Stream Framework: [Stream Framework](../User-Manual/Streaming_apache.md)
-
-   - Database Administration: [Database 
Administration](../User-Manual/Authority-Management.md)
-
-5. API: IoTDB provides multiple application programming interfaces (API) for 
developers to interact with IoTDB in their applications, and currently supports 
[Java Native API](../API/Programming-Java-Native-API.md)、[Python Native 
API](../API/Programming-Python-Native-API.md)、[C++ Native 
API](../API/Programming-Cpp-Native-API.md) ,For more API, please refer to the 
official website 【API】 and other chapters
-
-## What other convenient peripheral tools are available?
-
-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 : 
-
-   - Benchmark Tool: IoT benchmark is a time series database benchmark testing 
tool developed based on Java and big data environments, developed and open 
sourced by the School of Software at Tsinghua University. It supports multiple 
writing and querying methods, can store test information and results for 
further query or analysis, and supports integration with Tableau to visualize 
test results. For specific usage instructions, please refer to: [Benchmark 
Tool](../Tools-System/Benchmark.md)
-
-   - Data Import Script: For different scenarios, IoTDB provides users with 
multiple ways to batch import data. For specific usage instructions, please 
refer to: [Data Import](../Tools-System/Data-Import-Tool.md)
-
-   - Data Export Script: For different scenarios, IoTDB provides users with 
multiple ways to batch export data. For specific usage instructions, please 
refer to: [Data Export](../Tools-System/Data-Export-Tool.md)
-
-## Want to Learn More About the Technical Details?
-
-If you are interested in delving deeper into the technical aspects of IoTDB, 
you can refer to the following documents:
-
-   - Publication: IoTDB features columnar storage, data encoding, 
pre-calculation, and indexing technologies, along with a SQL-like interface and 
high-performance data processing capabilities. It also integrates seamlessly 
with Apache Hadoop, MapReduce, and Apache Spark. For related research papers, 
please refer to: [Publication](../Technical-Insider/Publication.md)
-
-   - Encoding & Compression: IoTDB optimizes storage efficiency for different 
data types through a variety of encoding and compression techniques. To learn 
more,  please refer to:[Encoding & 
Compression](../Technical-Insider/Encoding-and-Compression.md)
- 
-   - Data Partitioning and Load Balancing:  IoTDB has meticulously designed 
data partitioning strategies and load balancing algorithms based on the 
characteristics of time series data, enhancing the availability and performance 
of the cluster. For more information,  please refer to: [Data Partitioning and 
Load Balancing](../Technical-Insider/Cluster-data-partitioning.md)
-
-
-## Encountering problems during use?
-
-If you encounter difficulties during installation or use, you can move to 
[Frequently Asked Questions](../FAQ/Frequently-asked-questions.md) View in the 
middle
-
+# Comming Soon
diff --git a/src/UserGuide/latest/QuickStart/QuickStart_timecho.md 
b/src/UserGuide/latest/QuickStart/QuickStart_timecho.md
index 5b99e1a7..7406f945 100644
--- a/src/UserGuide/latest/QuickStart/QuickStart_timecho.md
+++ b/src/UserGuide/latest/QuickStart/QuickStart_timecho.md
@@ -18,89 +18,4 @@
     under the License.
 
 -->
-# Quick Start
-
-This document will help you understand how to quickly get started with IoTDB.
-
-## How to install and deploy?
-
-This document will help you quickly install and deploy IoTDB. You can quickly 
locate the content you need to view through the following document links:
-
-1.  Prepare the necessary machine resources: The deployment and operation of 
IoTDB require consideration of multiple aspects of machine resource 
configuration. Specific resource allocation can be viewed [Database 
Resources](../Deployment-and-Maintenance/Database-Resources.md)
-
-2. Complete system configuration preparation: The system configuration of 
IoTDB involves multiple aspects, and the key system configuration introductions 
can be viewed [System 
Requirements](../Deployment-and-Maintenance/Environment-Requirements.md)
-
-3. Get installation package: You can contact Timecho Business to obtain the 
IoTDB installation package to ensure that the downloaded version is the latest 
and stable. The specific installation package structure can be viewed: [Obtain 
TimechoDB](../Deployment-and-Maintenance/IoTDB-Package_timecho.md)
-
-4. Install database and activate: You can choose the following tutorials for 
installation and deployment based on the actual deployment architecture:
-
-   - Stand-Alone Deployment:  [Stand-Alone 
Deployment](../Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md)
-
-   - Cluster Deployment: [Cluster 
Deployment](../Deployment-and-Maintenance/Cluster-Deployment_timecho.md)
-
-   - Dual Active Deployment: [Dual Active 
Deployment](../Deployment-and-Maintenance/Dual-Active-Deployment_timecho.md)
-
-> ❗️Attention: Currently, we still recommend installing and deploying directly 
on physical/virtual machines. If Docker deployment is required, please refer 
to: [Docker 
Deployment](../Deployment-and-Maintenance/Docker-Deployment_timecho.md)
-
-5. Install database supporting tools: The enterprise version database provides 
a monitoring panel 、Workbench Supporting tools, etc,It is recommended to 
install IoTDB when deploying the enterprise version, which can help you use 
IoTDB more conveniently:
-
-   - 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_timecho.md)
-
-## How to use it?
-
-1. Database modeling design: Database modeling is an important step in 
creating a database system, which involves designing the structure and 
relationships of data to ensure that the organization of data meets the 
specific application requirements. The following document will help you quickly 
understand the modeling design of IoTDB:
-
-   - Introduction to the concept of timeseries:[Navigating Time Series 
Data](../Basic-Concept/Navigating_Time_Series_Data.md)
-
-   - Introduction to Modeling Design: [Data 
Model](../Basic-Concept/Data-Model-and-Terminology.md)
-
-   - SQL syntax introduction:[Operate 
Metadata](../Basic-Concept/Operate-Metadata_timecho.md)
-
-2. Write Data: In terms of data writing, IoTDB provides multiple ways to 
insert real-time data. Please refer to the basic data writing operations for 
details [Write Data](../Basic-Concept/Write-Delete-Data.md)
-
-3. Query Data: IoTDB provides rich data query functions. Please refer to the 
basic introduction of data query [Query Data](../Basic-Concept/Query-Data.md)
-
-4. Other advanced features: In addition to common functions such as writing 
and querying in databases, IoTDB also supports "Data Synchronisation、Stream 
Framework、Security Management、Database Administration、AI Capability"and other 
functions, specific usage methods can be found in the specific document:
-
-   - Data Synchronisation: [Data 
Synchronisation](../User-Manual/Data-Sync_timecho.md)
-
-   - Stream Framework: [Stream Framework](../User-Manual/Streaming_timecho.md)
-
-   - Security Management: [Security 
Management](../User-Manual/White-List_timecho.md)
-
-   - Database Administration: [Database 
Administration](../User-Manual/Authority-Management.md)
-
-   - AI Capability :[AI Capability](../User-Manual/AINode_timecho.md)
-
-5. API: IoTDB provides multiple application programming interfaces (API) for 
developers to interact with IoTDB in their applications, and currently 
supports[ Java Native API](../API/Programming-Java-Native-API.md)、[Python 
Native API](../API/Programming-Python-Native-API.md)、[C++ Native 
API](../API/Programming-Cpp-Native-API.md)、[Go Native 
API](../API/Programming-Go-Native-API.md), For more API, please refer to the 
official website 【API】 and other chapters
-
-## What other convenient peripheral tools are available?
-
-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_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)
-
-   - Benchmark Tool: IoT benchmark is a time series database benchmark testing 
tool developed based on Java and big data environments, developed and open 
sourced by the School of Software at Tsinghua University. It supports multiple 
writing and querying methods, can store test information and results for 
further query or analysis, and supports integration with Tableau to visualize 
test results. For specific usage instructions, please refer to: [Benchmark 
Tool](../Tools-System/Benchmark.md)
-
-   - Data Import Script: For different scenarios, IoTDB provides users with 
multiple ways to batch import data. For specific usage instructions, please 
refer to: [Data Import](../Tools-System/Data-Import-Tool.md)
-
-   - Data Export Script: For different scenarios, IoTDB provides users with 
multiple ways to batch export data. For specific usage instructions, please 
refer to: [Data Export](../Tools-System/Data-Export-Tool.md)
-
-## Want to Learn More About the Technical Details?
-
-If you are interested in delving deeper into the technical aspects of IoTDB, 
you can refer to the following documents:
-
-   - Research Paper: IoTDB features columnar storage, data encoding, 
pre-calculation, and indexing technologies, along with a SQL-like interface and 
high-performance data processing capabilities. It also integrates seamlessly 
with Apache Hadoop, MapReduce, and Apache Spark. For related research papers, 
please refer to: [Research Paper](../Technical-Insider/Publication.md)
-
-   - Compression & Encoding: IoTDB optimizes storage efficiency for different 
data types through a variety of encoding and compression techniques. To learn 
more,  please refer to:[Compression & 
Encoding](../Technical-Insider/Encoding-and-Compression.md)
- 
-   - Data Partitioning and Load Balancing:  IoTDB has meticulously designed 
data partitioning strategies and load balancing algorithms based on the 
characteristics of time series data, enhancing the availability and performance 
of the cluster. For more information,  please refer to: [Data Partitionin & 
Load Balancing](../Technical-Insider/Cluster-data-partitioning.md)
-
-
-## Encountering problems during use?
-
-If you encounter difficulties during installation or use, you can move to 
[Frequently Asked Questions](../FAQ/Frequently-asked-questions.md) View in the 
middle
\ No newline at end of file
+# Comming Soon
\ No newline at end of file


Reply via email to