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

kassiez 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 bd18304393c [fix] Fix deadlink of complex data type (#1507)
bd18304393c is described below

commit bd18304393ca71fb2a90a707ca376e95c9901de3
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Thu Dec 12 10:14:18 2024 +0800

    [fix] Fix deadlink of complex data type (#1507)
    
    ## Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/query-data/complex-type.md                                      | 4 ++--
 .../current/query-data/complex-type.md                               | 2 +-
 .../version-2.1/query-data/complex-type.md                           | 2 +-
 .../version-3.0/query-data/complex-type.md                           | 2 +-
 versioned_docs/version-2.1/query-data/complex-type.md                | 5 +++--
 versioned_docs/version-3.0/query-data/complex-type.md                | 5 +++--
 6 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/docs/query-data/complex-type.md b/docs/query-data/complex-type.md
index f9b4c61fef2..92dd4862cf7 100644
--- a/docs/query-data/complex-type.md
+++ b/docs/query-data/complex-type.md
@@ -28,6 +28,6 @@ Doris supports complex types such as Array, Map, Struct, and 
JSON.
 
 Doris provides various functions specifically designed for these complex types.
 
-For detailed information on the supported functions, please refer to the SQL 
manual- [Array 
functions](../../sql-manual/sql-functions/array-functions/array), [SQL 
manual-Struct 
functions](../../sql-manual/sql-functions/struct-functions/struct), and [SQL 
manual-JSON 
functions](../../sql-manual/sql-functions/json-functions/json-parse).
+For detailed information on the supported functions, please refer to the SQL 
manual- [Array functions](../sql-manual/sql-functions/array-functions/array), 
[SQL manual-Struct 
functions](../sql-manual/sql-functions/struct-functions/struct), and [SQL 
manual-JSON functions](../sql-manual/sql-functions/json-functions/json-parse).
 
-To check the support for Map functions, you can refer to the SQL manual docs 
under the section for the 
[MAP](../../sql-manual/sql-data-types/semi-structured/MAP) data type.
+To check the support for Map functions, you can refer to the SQL manual docs 
under the section for the 
[MAP](../sql-manual/sql-data-types/semi-structured/MAP) data type.
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/query-data/complex-type.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/query-data/complex-type.md
index 82691e7595b..8f4d4ea1300 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/query-data/complex-type.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/query-data/complex-type.md
@@ -29,5 +29,5 @@ Doris 支持 Array,Map,Struct,JSON 等复杂类型。
 
 Doris 提供了针对以上复杂类型的各类函数。
 
-详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 
[数组函数](../../sql-manual/sql-functions/array-functions/array)、[Struct 
函数](../../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 
函数](../../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 
SQL 手册 / 数据类型 / [MAP](../../sql-manual/sql-data-types/semi-structured/MAP)。
+详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 
[数组函数](../sql-manual/sql-functions/array-functions/array)、[Struct 
函数](../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 
函数](../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 SQL 
手册 / 数据类型 / [MAP](../sql-manual/sql-data-types/semi-structured/MAP)。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query-data/complex-type.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query-data/complex-type.md
index 82691e7595b..8f4d4ea1300 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query-data/complex-type.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/query-data/complex-type.md
@@ -29,5 +29,5 @@ Doris 支持 Array,Map,Struct,JSON 等复杂类型。
 
 Doris 提供了针对以上复杂类型的各类函数。
 
-详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 
[数组函数](../../sql-manual/sql-functions/array-functions/array)、[Struct 
函数](../../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 
函数](../../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 
SQL 手册 / 数据类型 / [MAP](../../sql-manual/sql-data-types/semi-structured/MAP)。
+详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 
[数组函数](../sql-manual/sql-functions/array-functions/array)、[Struct 
函数](../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 
函数](../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 SQL 
手册 / 数据类型 / [MAP](../sql-manual/sql-data-types/semi-structured/MAP)。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/query-data/complex-type.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/query-data/complex-type.md
index 82691e7595b..8f4d4ea1300 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/query-data/complex-type.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/query-data/complex-type.md
@@ -29,5 +29,5 @@ Doris 支持 Array,Map,Struct,JSON 等复杂类型。
 
 Doris 提供了针对以上复杂类型的各类函数。
 
-详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 
[数组函数](../../sql-manual/sql-functions/array-functions/array)、[Struct 
函数](../../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 
函数](../../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 
SQL 手册 / 数据类型 / [MAP](../../sql-manual/sql-data-types/semi-structured/MAP)。
+详细的函数支持,请查看 SQL 手册 / SQL 函数 下的 
[数组函数](../sql-manual/sql-functions/array-functions/array)、[Struct 
函数](../sql-manual/sql-functions/struct-functions/struct) 和 [JSON 
函数](../sql-manual/sql-functions/json-functions/json-parse),Map 函数支持情况,直接查看 SQL 
手册 / 数据类型 / [MAP](../sql-manual/sql-data-types/semi-structured/MAP)。
 
diff --git a/versioned_docs/version-2.1/query-data/complex-type.md 
b/versioned_docs/version-2.1/query-data/complex-type.md
index f9b4c61fef2..0dbf7496c94 100644
--- a/versioned_docs/version-2.1/query-data/complex-type.md
+++ b/versioned_docs/version-2.1/query-data/complex-type.md
@@ -28,6 +28,7 @@ Doris supports complex types such as Array, Map, Struct, and 
JSON.
 
 Doris provides various functions specifically designed for these complex types.
 
-For detailed information on the supported functions, please refer to the SQL 
manual- [Array 
functions](../../sql-manual/sql-functions/array-functions/array), [SQL 
manual-Struct 
functions](../../sql-manual/sql-functions/struct-functions/struct), and [SQL 
manual-JSON 
functions](../../sql-manual/sql-functions/json-functions/json-parse).
 
-To check the support for Map functions, you can refer to the SQL manual docs 
under the section for the 
[MAP](../../sql-manual/sql-data-types/semi-structured/MAP) data type.
+For detailed information on the supported functions, please refer to the SQL 
manual- [Array functions](../sql-manual/sql-functions/array-functions/array), 
[SQL manual-Struct 
functions](../sql-manual/sql-functions/struct-functions/struct), and [SQL 
manual-JSON functions](../sql-manual/sql-functions/json-functions/json-parse).
+
+To check the support for Map functions, you can refer to the SQL manual docs 
under the section for the 
[MAP](../sql-manual/sql-data-types/semi-structured/MAP) data type.
\ No newline at end of file
diff --git a/versioned_docs/version-3.0/query-data/complex-type.md 
b/versioned_docs/version-3.0/query-data/complex-type.md
index f9b4c61fef2..0dbf7496c94 100644
--- a/versioned_docs/version-3.0/query-data/complex-type.md
+++ b/versioned_docs/version-3.0/query-data/complex-type.md
@@ -28,6 +28,7 @@ Doris supports complex types such as Array, Map, Struct, and 
JSON.
 
 Doris provides various functions specifically designed for these complex types.
 
-For detailed information on the supported functions, please refer to the SQL 
manual- [Array 
functions](../../sql-manual/sql-functions/array-functions/array), [SQL 
manual-Struct 
functions](../../sql-manual/sql-functions/struct-functions/struct), and [SQL 
manual-JSON 
functions](../../sql-manual/sql-functions/json-functions/json-parse).
 
-To check the support for Map functions, you can refer to the SQL manual docs 
under the section for the 
[MAP](../../sql-manual/sql-data-types/semi-structured/MAP) data type.
+For detailed information on the supported functions, please refer to the SQL 
manual- [Array functions](../sql-manual/sql-functions/array-functions/array), 
[SQL manual-Struct 
functions](../sql-manual/sql-functions/struct-functions/struct), and [SQL 
manual-JSON functions](../sql-manual/sql-functions/json-functions/json-parse).
+
+To check the support for Map functions, you can refer to the SQL manual docs 
under the section for the 
[MAP](../sql-manual/sql-data-types/semi-structured/MAP) data type.
\ No newline at end of file


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

Reply via email to