This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 618ebdb2a0 [lakehouse] modify the title of docs (#806)
618ebdb2a0 is described below

commit 618ebdb2a0c5f1114aa69300afa656cac9ce1315
Author: Mingyu Chen <morning...@163.com>
AuthorDate: Sat Jun 29 19:48:53 2024 +0800

    [lakehouse] modify the title of docs (#806)
---
 docs/lakehouse/datalake-analytics/hive.md                  |  4 +---
 docs/lakehouse/datalake-analytics/hudi.md                  |  4 +---
 docs/lakehouse/datalake-analytics/iceberg.md               |  4 +---
 docs/lakehouse/datalake-analytics/lakesoul.md              |  4 ++--
 docs/lakehouse/datalake-analytics/paimon.md                |  4 +---
 docs/lakehouse/file.md                                     |  2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current.json     | 14 +++++++-------
 .../current/lakehouse/datalake-analytics/hive.md           |  4 +---
 .../current/lakehouse/datalake-analytics/hudi.md           |  5 +----
 .../current/lakehouse/datalake-analytics/iceberg.md        |  5 +----
 .../current/lakehouse/datalake-analytics/lakesoul.md       |  4 ++--
 .../current/lakehouse/datalake-analytics/paimon.md         |  4 +---
 .../current/lakehouse/file.md                              |  2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json | 10 +++++-----
 .../version-2.0/lakehouse/datalake/hive.md                 |  2 +-
 .../version-2.0/lakehouse/datalake/hudi.md                 |  5 +----
 .../version-2.0/lakehouse/datalake/iceberg.md              |  5 +----
 .../version-2.0/lakehouse/datalake/paimon.md               |  6 ++----
 .../version-2.0/lakehouse/file.md                          |  4 +---
 i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1.json | 14 +++++++-------
 .../version-2.1/lakehouse/datalake-analytics/hive.md       |  4 +---
 .../version-2.1/lakehouse/datalake-analytics/hudi.md       |  5 +----
 .../version-2.1/lakehouse/datalake-analytics/iceberg.md    |  5 +----
 .../version-2.1/lakehouse/datalake-analytics/paimon.md     |  5 ++---
 .../version-2.1/lakehouse/file.md                          |  2 +-
 sidebars.json                                              |  8 ++++----
 versioned_docs/version-2.0/lakehouse/datalake/hive.md      |  4 +---
 versioned_docs/version-2.0/lakehouse/datalake/hudi.md      |  5 +----
 versioned_docs/version-2.0/lakehouse/datalake/iceberg.md   |  5 +----
 versioned_docs/version-2.0/lakehouse/datalake/paimon.md    |  7 ++-----
 versioned_docs/version-2.0/lakehouse/file.md               |  6 ++----
 .../version-2.1/lakehouse/datalake-analytics/hive.md       |  4 +---
 .../version-2.1/lakehouse/datalake-analytics/hudi.md       |  4 +---
 .../version-2.1/lakehouse/datalake-analytics/iceberg.md    |  5 +----
 .../version-2.1/lakehouse/datalake-analytics/paimon.md     |  6 ++----
 versioned_docs/version-2.1/lakehouse/file.md               |  2 +-
 versioned_sidebars/version-2.0-sidebars.json               |  4 ++--
 versioned_sidebars/version-2.1-sidebars.json               |  8 ++++----
 38 files changed, 68 insertions(+), 127 deletions(-)

diff --git a/docs/lakehouse/datalake-analytics/hive.md 
b/docs/lakehouse/datalake-analytics/hive.md
index 900b800df8..ab0830d830 100644
--- a/docs/lakehouse/datalake-analytics/hive.md
+++ b/docs/lakehouse/datalake-analytics/hive.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hive",
+    "title": "Hive Catalog",
     "language": "en"
 }
 ---
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Hive
-
 By connecting to Hive Metastore, or a metadata service compatible with Hive 
Metatore, Doris can automatically obtain Hive database table information and 
perform data queries.
 
 In addition to Hive, many other systems also use the Hive Metastore to store 
metadata. So through Hive Catalog, we can not only access Hive, but also access 
systems that use Hive Metastore as metadata storage. Such as Iceberg, Hudi, etc.
diff --git a/docs/lakehouse/datalake-analytics/hudi.md 
b/docs/lakehouse/datalake-analytics/hudi.md
index e201c11e07..c986710d49 100644
--- a/docs/lakehouse/datalake-analytics/hudi.md
+++ b/docs/lakehouse/datalake-analytics/hudi.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hudi",
+    "title": "Hudi Catalog",
     "language": "en"
 }
 ---
@@ -25,8 +25,6 @@ under the License.
 -->
 
 
-# Hudi
-
 ## Usage
 
 1. The query types supported by the Hudi table are as follows, and the 
Incremental Query will be supported in the future.
diff --git a/docs/lakehouse/datalake-analytics/iceberg.md 
b/docs/lakehouse/datalake-analytics/iceberg.md
index 48d3da31d7..01f62739a2 100644
--- a/docs/lakehouse/datalake-analytics/iceberg.md
+++ b/docs/lakehouse/datalake-analytics/iceberg.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Iceberg",
+    "title": "Iceberg Catalog",
     "language": "en"
 }
 ---
@@ -25,8 +25,6 @@ under the License.
 -->
 
 
-# Iceberg
-
 ## Limitations
 
 1. Supports Iceberg V1/V2.
diff --git a/docs/lakehouse/datalake-analytics/lakesoul.md 
b/docs/lakehouse/datalake-analytics/lakesoul.md
index 8f66165835..020862c777 100644
--- a/docs/lakehouse/datalake-analytics/lakesoul.md
+++ b/docs/lakehouse/datalake-analytics/lakesoul.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "LakeSoul",
+    "title": "LakeSoul Catalog",
     "language": "en"
 }
 ---
@@ -62,4 +62,4 @@ create catalog lakesoul properties (
 | Date                      | Supported             |
 | Array                     | Support Nested Array  |
 | Map                       | Support Nested Map    |
-| Struct                    | Support Nested Struct |
\ No newline at end of file
+| Struct                    | Support Nested Struct |
diff --git a/docs/lakehouse/datalake-analytics/paimon.md 
b/docs/lakehouse/datalake-analytics/paimon.md
index f8af148337..0b809470a7 100644
--- a/docs/lakehouse/datalake-analytics/paimon.md
+++ b/docs/lakehouse/datalake-analytics/paimon.md
@@ -1,6 +1,6 @@
 ---
 {
-"title": "Paimon",
+"title": "Paimon Catalog",
 "language": "en"
 }
 ---
@@ -25,8 +25,6 @@ under the License.
 -->
 
 
-# Paimon
-
 ## Instructions for use
 
 1. When data in hdfs,need to put core-site.xml, hdfs-site.xml and 
hive-site.xml in the conf directory of FE and BE. First read the hadoop 
configuration file in the conf directory, and then read the related to the 
environment variable `HADOOP_CONF_DIR` configuration file.
diff --git a/docs/lakehouse/file.md b/docs/lakehouse/file.md
index 3e3491a3f9..710750f7b0 100644
--- a/docs/lakehouse/file.md
+++ b/docs/lakehouse/file.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Analyzing File",
+    "title": "Querying Files on S3/HDFS",
     "language": "en"
 }
 ---
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
index c943e4062e..9f69252aa1 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
@@ -63,21 +63,21 @@
     "message": "作业调度",
     "description": "The label for category job scheduler in sidebar docs"
   },
-  "sidebar.docs.category.Lakehouse": {
+  "sidebar.docs.category.Data Lakehouse": {
     "message": "湖仓一体",
-    "description": "The label for category Lakehouse in sidebar docs"
+    "description": "The label for category Data Lakehouse in sidebar docs"
   },
-  "sidebar.docs.category.Analyzing Data Lake": {
+  "sidebar.docs.category.Querying Data Lakes": {
     "message": "数据湖分析",
-    "description": "The label for category Analyzing Data Lake in sidebar docs"
+    "description": "The label for category Querying Data Lakes in sidebar docs"
   },
-  "sidebar.docs.category.Building Data Lake": {
+  "sidebar.docs.category.Building Data Lakes": {
     "message": "数据湖构建",
     "description": "The label for category Building Data Lake in sidebar docs"
   },
-  "sidebar.docs.category.Analyzing Database": {
+  "sidebar.docs.category.Querying Databases": {
     "message": "数据库分析",
-    "description": "The label for category Analyzing Database in sidebar docs"
+    "description": "The label for category Querying Databases in sidebar docs"
   },
   "sidebar.docs.category.Data Queries": {
     "message": "数据查询",
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hive.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hive.md
index bb4159bc06..bbf5177bcd 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hive.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hive.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hive",
+    "title": "Hive Catalog",
     "language": "zh-CN"
 }
 ---
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Hive
-
 通过连接 Hive Metastore,或者兼容 Hive Metatore 的元数据服务,Doris 可以自动获取 Hive 的库表信息,并进行数据查询。
 
 除了 Hive 外,很多其他系统也会使用 Hive Metastore 存储元数据。所以通过 Hive Catalog,我们不仅能访问 
Hive,也能访问使用 Hive Metastore 作为元数据存储的系统。如 Iceberg、Hudi 等。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hudi.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hudi.md
index a799c642e7..527ada3a49 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hudi.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/hudi.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hudi",
+    "title": "Hudi Catalog",
     "language": "zh-CN"
 }
 ---
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-# Hudi
-
 ## 使用限制
 
 1. Hudi 表支持的查询类型如下,后续将支持 CDC。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/iceberg.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/iceberg.md
index e2842e60fe..fbe2a9a6b6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/iceberg.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/iceberg.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Iceberg",
+    "title": "Iceberg Catalog",
     "language": "zh-CN"
 }
 ---
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-# Iceberg
-
 ## 使用限制
 
 1. 支持 Iceberg V1/V2 表格式。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/lakesoul.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/lakesoul.md
index 6e72ad2e64..2c696681ea 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/lakesoul.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/lakesoul.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "LakeSoul",
+    "title": "LakeSoul Catalog",
     "language": "zh-CN"
 }
 ---
@@ -62,4 +62,4 @@ create catalog lakesoul properties (
 | Date                      | 支持           |
 | Array                     | 支持Array嵌套   |
 | Map                       | 支持Map嵌套     |
-| Struct                    | 支持Struct嵌套  |
\ No newline at end of file
+| Struct                    | 支持Struct嵌套  |
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/paimon.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/paimon.md
index 6118a2312c..b27d165e2c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/paimon.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/datalake-analytics/paimon.md
@@ -1,6 +1,6 @@
 ---
 {
-"title": "Paimon",
+"title": "Paimon Catalog",
 "language": "zh-CN"
 }
 ---
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-
 ## 使用须知
 
 1. 数据放在 hdfs 时,需要将 core-site.xml,hdfs-site.xml 和 hive-site.xml  放到 FE 和 BE 的 
conf 目录下。优先读取 conf 目录下的 hadoop 配置文件,再读取环境变量 `HADOOP_CONF_DIR` 的相关配置文件。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/file.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/file.md
index 0eb31aef3b..85dccf1f26 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/file.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/file.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "文件分析",
+    "title": "分析 S3/HDFS 上的文件",
     "language": "zh-CN"
 }
 ---
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json
index c92513aec2..44a2d22e1e 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0.json
@@ -63,13 +63,13 @@
     "message": "湖仓一体",
     "description": "The label for category Lakehouse in sidebar docs"
   },
-  "sidebar.docs.category.Analyzing Data Lake": {
+  "sidebar.docs.category.Querying Data Lakes": {
     "message": "数据湖分析",
-    "description": "The label for category Data Lake Analytics in sidebar docs"
+    "description": "The label for category Querying Data Lakes in sidebar docs"
   },
-  "sidebar.docs.category.Analyzing Database": {
+  "sidebar.docs.category.Querying Databases": {
     "message": "数据库分析",
-    "description": "The label for category Database Analytics.Multi Catalog in 
sidebar docs"
+    "description": "The label for category Querying Databases in sidebar docs"
   },
   "sidebar.docs.category.Data Queries": {
     "message": "数据查询",
@@ -327,4 +327,4 @@
     "message": "版本发布",
     "description": "The label for category Release notes in sidebar docs"
   }
-}
\ No newline at end of file
+}
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/hive.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/hive.md
index 994a0d3e01..19fc667823 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/hive.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/hive.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hive",
+    "title": "Hive Catalog",
     "language": "zh-CN"
 }
 ---
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/hudi.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/hudi.md
index ae7313e859..c69b4631e4 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/hudi.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/hudi.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hudi",
+    "title": "Hudi Catalog",
     "language": "zh-CN"
 }
 ---
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-
-
 ## 使用限制
 
 1. Hudi 表支持的查询类型如下,后续将支持 Incremental Query。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/iceberg.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/iceberg.md
index 75769873c5..0728dae989 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/iceberg.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/iceberg.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Iceberg",
+    "title": "Iceberg Catalog",
     "language": "zh-CN"
 }
 ---
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-
-
 ## 使用限制
 
 1. 支持 Iceberg V1/V2 表格式。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/paimon.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/paimon.md
index 01a88a9894..1c0858d603 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/paimon.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/datalake/paimon.md
@@ -1,7 +1,7 @@
 ---
 {
-"title": "Paimon",
-"language": "zh-CN"
+    "title": "Paimon Catalog",
+    "language": "zh-CN"
 }
 ---
 
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-
 ## 使用须知
 
 1. 数据放在 hdfs 时,需要将 core-site.xml,hdfs-site.xml 和 hive-site.xml  放到 FE 和 BE 的 
conf 目录下。优先读取 conf 目录下的 hadoop 配置文件,再读取环境变量 `HADOOP_CONF_DIR` 的相关配置文件。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/file.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/file.md
index 97470c6ea6..9b0cb5c49d 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/file.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/lakehouse/file.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "TVF",
+    "title": "分析 S3/HDFS 上的文件",
     "language": "zh-CN"
 }
 ---
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-
 通过 Table Value Function 功能,Doris 可以直接将对象存储或 HDFS 上的文件作为 Table 
进行查询分析。并且支持自动的列类型推断。
 
 :::tip
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1.json
index 28ca8f2d73..d4ceeeb030 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1.json
@@ -63,21 +63,21 @@
     "message": "作业调度",
     "description": "The label for category job scheduler in sidebar docs"
   },  
-  "sidebar.docs.category.Lakehouse": {
+  "sidebar.docs.category.Data Lakehouse": {
     "message": "湖仓一体",
-    "description": "The label for category Lakehouse in sidebar docs"
+    "description": "The label for category Data Lakehouse in sidebar docs"
   },
-  "sidebar.docs.category.Analyzing Data Lake": {
+  "sidebar.docs.category.Querying Data Lakes": {
     "message": "数据湖分析",
-    "description": "The label for category Analyzing Data Lake in sidebar docs"
+    "description": "The label for category Querying Data Lakes in sidebar docs"
   },
-  "sidebar.docs.category.Building Data Lake": {
+  "sidebar.docs.category.Building Data Lakes": {
     "message": "数据湖构建",
     "description": "The label for category Building Data Lake in sidebar docs"
   },
-  "sidebar.docs.category.Analyzing Database": {
+  "sidebar.docs.category.Querying Databases": {
     "message": "数据库分析",
-    "description": "The label for category Analyzing Database in sidebar docs"
+    "description": "The label for category Querying Databases in sidebar docs"
   },
   "sidebar.docs.category.Data Queries": {
     "message": "数据查询",
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hive.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hive.md
index 9290baef67..e9b24aeb6d 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hive.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hive.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hive",
+    "title": "Hive Catalog",
     "language": "zh-CN"
 }
 ---
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Hive
-
 通过连接 Hive Metastore,或者兼容 Hive Metatore 的元数据服务,Doris 可以自动获取 Hive 的库表信息,并进行数据查询。
 
 除了 Hive 外,很多其他系统也会使用 Hive Metastore 存储元数据。所以通过 Hive Catalog,我们不仅能访问 
Hive,也能访问使用 Hive Metastore 作为元数据存储的系统。如 Iceberg、Hudi 等。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hudi.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hudi.md
index a799c642e7..527ada3a49 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hudi.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/hudi.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hudi",
+    "title": "Hudi Catalog",
     "language": "zh-CN"
 }
 ---
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-# Hudi
-
 ## 使用限制
 
 1. Hudi 表支持的查询类型如下,后续将支持 CDC。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/iceberg.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/iceberg.md
index e2842e60fe..fbe2a9a6b6 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/iceberg.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/iceberg.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Iceberg",
+    "title": "Iceberg Catalog",
     "language": "zh-CN"
 }
 ---
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-# Iceberg
-
 ## 使用限制
 
 1. 支持 Iceberg V1/V2 表格式。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/paimon.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/paimon.md
index a0d1963592..8f5a523545 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/paimon.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/datalake-analytics/paimon.md
@@ -1,7 +1,7 @@
 ---
 {
-"title": "Paimon",
-"language": "zh-CN"
+    "title": "Paimon Catalog",
+    "language": "zh-CN"
 }
 ---
 
@@ -24,7 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
 ## 使用须知
 
 1. 数据放在 hdfs 时,需要将 core-site.xml,hdfs-site.xml 和 hive-site.xml  放到 FE 和 BE 的 
conf 目录下。优先读取 conf 目录下的 hadoop 配置文件,再读取环境变量 `HADOOP_CONF_DIR` 的相关配置文件。
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/file.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/file.md
index 0eb31aef3b..85dccf1f26 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/file.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/file.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "文件分析",
+    "title": "分析 S3/HDFS 上的文件",
     "language": "zh-CN"
 }
 ---
diff --git a/sidebars.json b/sidebars.json
index 15917a1111..c5d25e004e 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -261,12 +261,12 @@
         },
         {
             "type": "category",
-            "label": "Lakehouse",
+            "label": "Data Lakehouse",
             "items": [
                 "lakehouse/lakehouse-overview",
                 {
                     "type": "category",
-                    "label": "Analyzing Data Lake",
+                    "label": "Querying Data Lakes",
                     "items": [
                         "lakehouse/datalake-analytics/hive",
                         "lakehouse/datalake-analytics/hudi",
@@ -280,14 +280,14 @@
                 },
                 {
                     "type": "category",
-                    "label": "Building Data Lake",
+                    "label": "Building Data Lakes",
                     "items": [
                         "lakehouse/datalake-building/hive-build"
                     ]
                 },
                 {
                     "type": "category",
-                    "label": "Analyzing Database",
+                    "label": "Querying Databases",
                     "items": [
                         "lakehouse/database/jdbc",
                         "lakehouse/database/mysql",
diff --git a/versioned_docs/version-2.0/lakehouse/datalake/hive.md 
b/versioned_docs/version-2.0/lakehouse/datalake/hive.md
index 66038abbb5..817258071a 100644
--- a/versioned_docs/version-2.0/lakehouse/datalake/hive.md
+++ b/versioned_docs/version-2.0/lakehouse/datalake/hive.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hive",
+    "title": "Hive Catalog",
     "language": "en"
 }
 ---
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Hive
-
 By connecting to Hive Metastore, Doris can automatically obtain database and 
table information from Hive and perform data queries.
 
 In addition to Hive, systems like Iceberg and Hudi also use Hive Metastore for 
metadata storage. Hive Catalog in Doris allows users to easily integrate with 
not only Hive but also systems that use Hive Metastore as metadata storage.
diff --git a/versioned_docs/version-2.0/lakehouse/datalake/hudi.md 
b/versioned_docs/version-2.0/lakehouse/datalake/hudi.md
index 795947a79d..d73b9fec20 100644
--- a/versioned_docs/version-2.0/lakehouse/datalake/hudi.md
+++ b/versioned_docs/version-2.0/lakehouse/datalake/hudi.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hudi",
+    "title": "Hudi Catalog",
     "language": "en"
 }
 ---
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-# Hudi
-
 ## Usage
 
 1. The query types supported by the Hudi table are as follows, and the 
Incremental Query will be supported in the future.
diff --git a/versioned_docs/version-2.0/lakehouse/datalake/iceberg.md 
b/versioned_docs/version-2.0/lakehouse/datalake/iceberg.md
index 21aee9fb45..daec378de3 100644
--- a/versioned_docs/version-2.0/lakehouse/datalake/iceberg.md
+++ b/versioned_docs/version-2.0/lakehouse/datalake/iceberg.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Iceberg",
+    "title": "Iceberg Catalog",
     "language": "en"
 }
 ---
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-# Iceberg
-
 ## Limitations
 
 1. Support Iceberg V1/V2.
diff --git a/versioned_docs/version-2.0/lakehouse/datalake/paimon.md 
b/versioned_docs/version-2.0/lakehouse/datalake/paimon.md
index 8edd11426e..d8c97ceaf1 100644
--- a/versioned_docs/version-2.0/lakehouse/datalake/paimon.md
+++ b/versioned_docs/version-2.0/lakehouse/datalake/paimon.md
@@ -1,7 +1,7 @@
 ---
 {
-"title": "Paimon",
-"language": "en"
+    "title": "Paimon Catalog",
+    "language": "en"
 }
 ---
 
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-# Paimon
-
 ## Instructions for use
 
 1. When data in hdfs,need to put core-site.xml, hdfs-site.xml and 
hive-site.xml in the conf directory of FE and BE. First read the hadoop 
configuration file in the conf directory, and then read the related to the 
environment variable `HADOOP_CONF_DIR` configuration file.
diff --git a/versioned_docs/version-2.0/lakehouse/file.md 
b/versioned_docs/version-2.0/lakehouse/file.md
index d5b4b7fdc2..710750f7b0 100644
--- a/versioned_docs/version-2.0/lakehouse/file.md
+++ b/versioned_docs/version-2.0/lakehouse/file.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Table Value Function (TVF)",
+    "title": "Querying Files on S3/HDFS",
     "language": "en"
 }
 ---
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-
 With the Table Value Function feature, Doris is able to query files in object 
storage or HDFS as simply as querying Tables. In addition, it supports 
automatic column type inference.
 
 ## Usage
@@ -197,4 +195,4 @@ FROM s3(
 
 1. If the URI specified by the `S3 / HDFS` TVF is not matched with the file, 
or all the matched files are empty files, then the` S3 / HDFS` TVF will return 
to the empty result set. In this case, using the `DESC FUNCTION` to view the 
schema of this file, you will get a dummy column` __dummy_col`, which can be 
ignored.
 
-2. If the format of the TVF is specified to `CSV`, and the read file is not a 
empty file but the first line of this file is empty, then it will prompt the 
error `The first line is empty, can not parse column numbers`. This is because 
the schema cannot be parsed from the first line of the file
\ No newline at end of file
+2. If the format of the TVF is specified to `CSV`, and the read file is not a 
empty file but the first line of this file is empty, then it will prompt the 
error `The first line is empty, can not parse column numbers`. This is because 
the schema cannot be parsed from the first line of the file
diff --git a/versioned_docs/version-2.1/lakehouse/datalake-analytics/hive.md 
b/versioned_docs/version-2.1/lakehouse/datalake-analytics/hive.md
index 900b800df8..ab0830d830 100644
--- a/versioned_docs/version-2.1/lakehouse/datalake-analytics/hive.md
+++ b/versioned_docs/version-2.1/lakehouse/datalake-analytics/hive.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hive",
+    "title": "Hive Catalog",
     "language": "en"
 }
 ---
@@ -24,8 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Hive
-
 By connecting to Hive Metastore, or a metadata service compatible with Hive 
Metatore, Doris can automatically obtain Hive database table information and 
perform data queries.
 
 In addition to Hive, many other systems also use the Hive Metastore to store 
metadata. So through Hive Catalog, we can not only access Hive, but also access 
systems that use Hive Metastore as metadata storage. Such as Iceberg, Hudi, etc.
diff --git a/versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md 
b/versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md
index e201c11e07..c986710d49 100644
--- a/versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md
+++ b/versioned_docs/version-2.1/lakehouse/datalake-analytics/hudi.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Hudi",
+    "title": "Hudi Catalog",
     "language": "en"
 }
 ---
@@ -25,8 +25,6 @@ under the License.
 -->
 
 
-# Hudi
-
 ## Usage
 
 1. The query types supported by the Hudi table are as follows, and the 
Incremental Query will be supported in the future.
diff --git a/versioned_docs/version-2.1/lakehouse/datalake-analytics/iceberg.md 
b/versioned_docs/version-2.1/lakehouse/datalake-analytics/iceberg.md
index 48d3da31d7..095f7a4a47 100644
--- a/versioned_docs/version-2.1/lakehouse/datalake-analytics/iceberg.md
+++ b/versioned_docs/version-2.1/lakehouse/datalake-analytics/iceberg.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Iceberg",
+    "title": "Iceberg Catalog",
     "language": "en"
 }
 ---
@@ -24,9 +24,6 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-
-# Iceberg
-
 ## Limitations
 
 1. Supports Iceberg V1/V2.
diff --git a/versioned_docs/version-2.1/lakehouse/datalake-analytics/paimon.md 
b/versioned_docs/version-2.1/lakehouse/datalake-analytics/paimon.md
index 5236af16ed..5e8cca7e34 100644
--- a/versioned_docs/version-2.1/lakehouse/datalake-analytics/paimon.md
+++ b/versioned_docs/version-2.1/lakehouse/datalake-analytics/paimon.md
@@ -1,7 +1,7 @@
 ---
 {
-"title": "Paimon",
-"language": "en"
+    "title": "Paimon Catalog",
+    "language": "en"
 }
 ---
 
@@ -25,8 +25,6 @@ under the License.
 -->
 
 
-# Paimon
-
 ## Instructions for use
 
 1. When data in hdfs,need to put core-site.xml, hdfs-site.xml and 
hive-site.xml in the conf directory of FE and BE. First read the hadoop 
configuration file in the conf directory, and then read the related to the 
environment variable `HADOOP_CONF_DIR` configuration file.
diff --git a/versioned_docs/version-2.1/lakehouse/file.md 
b/versioned_docs/version-2.1/lakehouse/file.md
index f5b854a12f..47bb1ec060 100644
--- a/versioned_docs/version-2.1/lakehouse/file.md
+++ b/versioned_docs/version-2.1/lakehouse/file.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Analyzing File",
+    "title": "Querying Files on S3/HDFS",
     "language": "en"
 }
 ---
diff --git a/versioned_sidebars/version-2.0-sidebars.json 
b/versioned_sidebars/version-2.0-sidebars.json
index c97c322ff0..681f8757a2 100644
--- a/versioned_sidebars/version-2.0-sidebars.json
+++ b/versioned_sidebars/version-2.0-sidebars.json
@@ -254,7 +254,7 @@
                 "lakehouse/lakehouse-overview",
                 {
                     "type": "category",
-                    "label": "Analyzing Data Lake",
+                    "label": "Querying Data Lakes",
                     "items": [
                         "lakehouse/datalake/hive",
                         "lakehouse/datalake/hudi",
@@ -265,7 +265,7 @@
                 },
                 {
                     "type": "category",
-                    "label": "Analyzing Database",
+                    "label": "Querying Databases",
                     "items": [
                         "lakehouse/database/jdbc",
                         "lakehouse/database/mysql",
diff --git a/versioned_sidebars/version-2.1-sidebars.json 
b/versioned_sidebars/version-2.1-sidebars.json
index f4ca4dd989..6c7715f461 100644
--- a/versioned_sidebars/version-2.1-sidebars.json
+++ b/versioned_sidebars/version-2.1-sidebars.json
@@ -260,12 +260,12 @@
         },
         {
             "type": "category",
-            "label": "Lakehouse",
+            "label": "Data Lakehouse",
             "items": [
                 "lakehouse/lakehouse-overview",
                 {
                     "type": "category",
-                    "label": "Analyzing Data Lake",
+                    "label": "Querying Data Lakes",
                     "items": [
                         "lakehouse/datalake-analytics/hive",
                         "lakehouse/datalake-analytics/hudi",
@@ -276,14 +276,14 @@
                 },
                 {
                     "type": "category",
-                    "label": "Building Data Lake",
+                    "label": "Building Data Lakes",
                     "items": [
                         "lakehouse/datalake-building/hive-build"
                     ]
                 },
                 {
                     "type": "category",
-                    "label": "Analyzing Database",
+                    "label": "Querying Databases",
                     "items": [
                         "lakehouse/database/jdbc",
                         "lakehouse/database/mysql",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org


Reply via email to