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 7cafe526d5e Update catalog-overview.md (#3033)
7cafe526d5e is described below

commit 7cafe526d5e5dfabc2880c4e8ece12534aa4c0e5
Author: leboop <[email protected]>
AuthorDate: Mon Nov 3 17:42:59 2025 +0800

    Update catalog-overview.md (#3033)
    
    ## Versions
    
    - [x] dev
    - [x] 3.x
    - [x] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
    
    ---------
    
    Co-authored-by: Mingyu Chen (Rayner) <[email protected]>
---
 docs/lakehouse/catalog-overview.md                                | 6 +++---
 .../current/lakehouse/catalog-overview.md                         | 8 ++++----
 .../version-2.1/lakehouse/catalog-overview.md                     | 8 ++++----
 .../version-3.x/lakehouse/catalog-overview.md                     | 8 ++++----
 versioned_docs/version-2.1/lakehouse/catalog-overview.md          | 8 ++++----
 versioned_docs/version-3.x/lakehouse/catalog-overview.md          | 8 ++++----
 6 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/docs/lakehouse/catalog-overview.md 
b/docs/lakehouse/catalog-overview.md
index 3e54143be03..d9bbc0c389f 100644
--- a/docs/lakehouse/catalog-overview.md
+++ b/docs/lakehouse/catalog-overview.md
@@ -24,7 +24,7 @@ Catalogs are mainly applicable to the following three 
scenarios, but different c
 | Data Integration | ZeroETL solution, directly accessing different data 
sources to generate result data, or facilitating data flow between different 
data sources. |
 | Data Write-back | After data processing via Doris, write back to external 
data sources.                |
 
-This document uses [Iceberg Catalog](./catalogs/iceberg-catalog.md) as an 
example to focus on the basic operations of catalogs. For detailed descriptions 
of different catalogs, please refer to the documentation of the corresponding 
catalog.
+This document uses [Iceberg Catalog](./catalogs/iceberg-catalog.mdx) as an 
example to focus on the basic operations of catalogs. For detailed descriptions 
of different catalogs, please refer to the documentation of the corresponding 
catalog.
 
 ## Creating Catalog
 
@@ -211,8 +211,8 @@ SELECT * FROM iceberg_catalog.iceberg_db.table1;
 
 Doris supports writing data back to external data sources using the `INSERT` 
statement. For more details, refer to:
 
-* [Hive Catalog](./catalogs/hive-catalog.md)
-* [Iceberg Catalog](./catalogs/iceberg-catalog.md)
+* [Hive Catalog](./catalogs/hive-catalog.mdx)
+* [Iceberg Catalog](./catalogs/iceberg-catalog.mdx)
 * [JDBC Catalog](./catalogs/jdbc-catalog-overview.md)
 
 ## Refreshing Catalog
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalog-overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalog-overview.md
index 94580d77652..f57c3c319cf 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalog-overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalog-overview.md
@@ -24,7 +24,7 @@ Doris 中的数据目录分为两种:
 | 数据集成 | ZeroETL 方案,直接访问不同数据源生成结果数据,或让数据在不同数据源中便捷流转。 |
 | 数据写回 | 通过 Doris 进行数据加工处理后,写回到外部数据源。                |
 
-本文以 [Iceberg Catalog](./catalogs/iceberg-catalog.md) 
为例,重点介绍数据目录的基础操作。不同数据目录的详细介绍,请参阅对应的数据目录文档。
+本文以 [Iceberg Catalog](./catalogs/iceberg-catalog.mdx) 
为例,重点介绍数据目录的基础操作。不同数据目录的详细介绍,请参阅对应的数据目录文档。
 
 ## 创建数据目录
 
@@ -184,7 +184,7 @@ CREATE CATALOG mysql_catalog properties(
 之后通过 SQL 对 Iceberg 表和 MySQL 表进行关联查询:
 
 ```sql
-SELECT * FROM FROM
+SELECT * FROM
 iceberg_catalog.iceberg_db.table1 tbl1 JOIN mysql_catalog.mysql_db.dim_table 
tbl2
 ON tbl1.id = tbl2.id;
 ```
@@ -211,9 +211,9 @@ SELECT * FROM iceberg_catalog.iceberg_db.table1;
 
 Doris 支持通过 `INSERT` 语句直接将数据写回到外部数据源。具体参阅:
 
-* [ Hive Catalog ](./catalogs/hive-catalog.md)
+* [ Hive Catalog ](./catalogs/hive-catalog.mdx)
 
-* [ Iceberg Catalog](./catalogs/iceberg-catalog.md)
+* [ Iceberg Catalog](./catalogs/iceberg-catalog.mdx)
 
 * [ JDBC Catalog](./catalogs/jdbc-catalog-overview.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/catalog-overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/catalog-overview.md
index 94580d77652..f57c3c319cf 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/catalog-overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/catalog-overview.md
@@ -24,7 +24,7 @@ Doris 中的数据目录分为两种:
 | 数据集成 | ZeroETL 方案,直接访问不同数据源生成结果数据,或让数据在不同数据源中便捷流转。 |
 | 数据写回 | 通过 Doris 进行数据加工处理后,写回到外部数据源。                |
 
-本文以 [Iceberg Catalog](./catalogs/iceberg-catalog.md) 
为例,重点介绍数据目录的基础操作。不同数据目录的详细介绍,请参阅对应的数据目录文档。
+本文以 [Iceberg Catalog](./catalogs/iceberg-catalog.mdx) 
为例,重点介绍数据目录的基础操作。不同数据目录的详细介绍,请参阅对应的数据目录文档。
 
 ## 创建数据目录
 
@@ -184,7 +184,7 @@ CREATE CATALOG mysql_catalog properties(
 之后通过 SQL 对 Iceberg 表和 MySQL 表进行关联查询:
 
 ```sql
-SELECT * FROM FROM
+SELECT * FROM
 iceberg_catalog.iceberg_db.table1 tbl1 JOIN mysql_catalog.mysql_db.dim_table 
tbl2
 ON tbl1.id = tbl2.id;
 ```
@@ -211,9 +211,9 @@ SELECT * FROM iceberg_catalog.iceberg_db.table1;
 
 Doris 支持通过 `INSERT` 语句直接将数据写回到外部数据源。具体参阅:
 
-* [ Hive Catalog ](./catalogs/hive-catalog.md)
+* [ Hive Catalog ](./catalogs/hive-catalog.mdx)
 
-* [ Iceberg Catalog](./catalogs/iceberg-catalog.md)
+* [ Iceberg Catalog](./catalogs/iceberg-catalog.mdx)
 
 * [ JDBC Catalog](./catalogs/jdbc-catalog-overview.md)
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/catalog-overview.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/catalog-overview.md
index 94580d77652..f57c3c319cf 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/catalog-overview.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/catalog-overview.md
@@ -24,7 +24,7 @@ Doris 中的数据目录分为两种:
 | 数据集成 | ZeroETL 方案,直接访问不同数据源生成结果数据,或让数据在不同数据源中便捷流转。 |
 | 数据写回 | 通过 Doris 进行数据加工处理后,写回到外部数据源。                |
 
-本文以 [Iceberg Catalog](./catalogs/iceberg-catalog.md) 
为例,重点介绍数据目录的基础操作。不同数据目录的详细介绍,请参阅对应的数据目录文档。
+本文以 [Iceberg Catalog](./catalogs/iceberg-catalog.mdx) 
为例,重点介绍数据目录的基础操作。不同数据目录的详细介绍,请参阅对应的数据目录文档。
 
 ## 创建数据目录
 
@@ -184,7 +184,7 @@ CREATE CATALOG mysql_catalog properties(
 之后通过 SQL 对 Iceberg 表和 MySQL 表进行关联查询:
 
 ```sql
-SELECT * FROM FROM
+SELECT * FROM
 iceberg_catalog.iceberg_db.table1 tbl1 JOIN mysql_catalog.mysql_db.dim_table 
tbl2
 ON tbl1.id = tbl2.id;
 ```
@@ -211,9 +211,9 @@ SELECT * FROM iceberg_catalog.iceberg_db.table1;
 
 Doris 支持通过 `INSERT` 语句直接将数据写回到外部数据源。具体参阅:
 
-* [ Hive Catalog ](./catalogs/hive-catalog.md)
+* [ Hive Catalog ](./catalogs/hive-catalog.mdx)
 
-* [ Iceberg Catalog](./catalogs/iceberg-catalog.md)
+* [ Iceberg Catalog](./catalogs/iceberg-catalog.mdx)
 
 * [ JDBC Catalog](./catalogs/jdbc-catalog-overview.md)
 
diff --git a/versioned_docs/version-2.1/lakehouse/catalog-overview.md 
b/versioned_docs/version-2.1/lakehouse/catalog-overview.md
index 087cf4bce94..d9bbc0c389f 100644
--- a/versioned_docs/version-2.1/lakehouse/catalog-overview.md
+++ b/versioned_docs/version-2.1/lakehouse/catalog-overview.md
@@ -24,7 +24,7 @@ Catalogs are mainly applicable to the following three 
scenarios, but different c
 | Data Integration | ZeroETL solution, directly accessing different data 
sources to generate result data, or facilitating data flow between different 
data sources. |
 | Data Write-back | After data processing via Doris, write back to external 
data sources.                |
 
-This document uses [Iceberg Catalog](./catalogs/iceberg-catalog.md) as an 
example to focus on the basic operations of catalogs. For detailed descriptions 
of different catalogs, please refer to the documentation of the corresponding 
catalog.
+This document uses [Iceberg Catalog](./catalogs/iceberg-catalog.mdx) as an 
example to focus on the basic operations of catalogs. For detailed descriptions 
of different catalogs, please refer to the documentation of the corresponding 
catalog.
 
 ## Creating Catalog
 
@@ -184,7 +184,7 @@ CREATE CATALOG mysql_catalog properties(
 Then, perform a join query between Iceberg tables and MySQL tables using SQL:
 
 ```sql
-SELECT * FROM FROM
+SELECT * FROM
 iceberg_catalog.iceberg_db.table1 tbl1 JOIN mysql_catalog.mysql_db.dim_table 
tbl2
 ON tbl1.id = tbl2.id;
 ```
@@ -211,8 +211,8 @@ SELECT * FROM iceberg_catalog.iceberg_db.table1;
 
 Doris supports writing data back to external data sources using the `INSERT` 
statement. For more details, refer to:
 
-* [Hive Catalog](./catalogs/hive-catalog.md)
-* [Iceberg Catalog](./catalogs/iceberg-catalog.md)
+* [Hive Catalog](./catalogs/hive-catalog.mdx)
+* [Iceberg Catalog](./catalogs/iceberg-catalog.mdx)
 * [JDBC Catalog](./catalogs/jdbc-catalog-overview.md)
 
 ## Refreshing Catalog
diff --git a/versioned_docs/version-3.x/lakehouse/catalog-overview.md 
b/versioned_docs/version-3.x/lakehouse/catalog-overview.md
index 087cf4bce94..d9bbc0c389f 100644
--- a/versioned_docs/version-3.x/lakehouse/catalog-overview.md
+++ b/versioned_docs/version-3.x/lakehouse/catalog-overview.md
@@ -24,7 +24,7 @@ Catalogs are mainly applicable to the following three 
scenarios, but different c
 | Data Integration | ZeroETL solution, directly accessing different data 
sources to generate result data, or facilitating data flow between different 
data sources. |
 | Data Write-back | After data processing via Doris, write back to external 
data sources.                |
 
-This document uses [Iceberg Catalog](./catalogs/iceberg-catalog.md) as an 
example to focus on the basic operations of catalogs. For detailed descriptions 
of different catalogs, please refer to the documentation of the corresponding 
catalog.
+This document uses [Iceberg Catalog](./catalogs/iceberg-catalog.mdx) as an 
example to focus on the basic operations of catalogs. For detailed descriptions 
of different catalogs, please refer to the documentation of the corresponding 
catalog.
 
 ## Creating Catalog
 
@@ -184,7 +184,7 @@ CREATE CATALOG mysql_catalog properties(
 Then, perform a join query between Iceberg tables and MySQL tables using SQL:
 
 ```sql
-SELECT * FROM FROM
+SELECT * FROM
 iceberg_catalog.iceberg_db.table1 tbl1 JOIN mysql_catalog.mysql_db.dim_table 
tbl2
 ON tbl1.id = tbl2.id;
 ```
@@ -211,8 +211,8 @@ SELECT * FROM iceberg_catalog.iceberg_db.table1;
 
 Doris supports writing data back to external data sources using the `INSERT` 
statement. For more details, refer to:
 
-* [Hive Catalog](./catalogs/hive-catalog.md)
-* [Iceberg Catalog](./catalogs/iceberg-catalog.md)
+* [Hive Catalog](./catalogs/hive-catalog.mdx)
+* [Iceberg Catalog](./catalogs/iceberg-catalog.mdx)
 * [JDBC Catalog](./catalogs/jdbc-catalog-overview.md)
 
 ## Refreshing Catalog


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to