diff --git a/docs/dev.json b/docs/dev.json index 6f82a5eadf..e7432579dd 100644 --- a/docs/dev.json +++ b/docs/dev.json @@ -11,9 +11,9 @@ "message": "Doris 介绍", "description": "The label for category Doris Introduction in sidebar docs" }, - "sidebar.docs.category.Install And Deploy": { + "sidebar.docs.category.Install and Deploy": { "message": "安装部署", - "description": "The label for category Install And Deploy in sidebar docs" + "description": "The label for category Install and Deploy in sidebar docs" }, "sidebar.docs.category.Docker Deployment": { "message": "Docker 部署", @@ -147,9 +147,9 @@ "message": "Bitwise 函数", "description": "The label for category Bitwise Functions in sidebar docs" }, - "sidebar.docs.category.Condition Functions": { + "sidebar.docs.category.Conditional Functions": { "message": "条件函数", - "description": "The label for category Condition Functions in sidebar docs" + "description": "The label for category Conditional Functions in sidebar docs" }, "sidebar.docs.category.JSON Functions": { "message": "JSON 函数", @@ -163,9 +163,9 @@ "message": "HLL 函数", "description": "The label for category HLL Functions in sidebar docs" }, - "sidebar.docs.category.Math Functions": { + "sidebar.docs.category.Numeric Functions": { "message": "数学函数", - "description": "The label for category Math Functions in sidebar docs" + "description": "The label for category Numeric Functions in sidebar docs" }, "sidebar.docs.category.Encryption Functions": { "message": "加密和信息摘要函数", @@ -306,5 +306,9 @@ "sidebar.docs.category.External Table": { "message": "外部表", "description": "The label for category Lakehouse.External Table in sidebar docs" + }, + "sidebar.docs.category.Release notes": { + "message": "版本发布", + "description": "The label for category Release notes in sidebar docs" } } diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group_bit_xor.md b/docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group-bit-xor.md similarity index 100% rename from docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group_bit_xor.md rename to docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group-bit-xor.md diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group_bitmap_xor.md b/docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group-bitmap-xor.md similarity index 100% rename from docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group_bitmap_xor.md rename to docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group-bitmap-xor.md diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group_concat.md b/docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group-concat.md similarity index 100% rename from docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group_concat.md rename to docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/group-concat.md diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array.md b/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array.md index f9149108d1..f421f8b4e0 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/array.md @@ -1,6 +1,6 @@ --- { - "title": "array", + "title": "ARRAY", "language": "zh-CN" } --- diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/arrays_overlap.md b/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/arrays-overlap.md similarity index 98% rename from docs/zh-CN/docs/sql-manual/sql-functions/array-functions/arrays_overlap.md rename to docs/zh-CN/docs/sql-manual/sql-functions/array-functions/arrays-overlap.md index f14fe8efed..50472b3d4d 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/arrays_overlap.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/arrays-overlap.md @@ -1,6 +1,6 @@ --- { - "title": "arrays_overlap", + "title": "ARRAYS_OVERLAP", "language": "zh-CN" } --- diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/countequal.md b/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/countequal.md index 6b49b021d9..f6cd8c8c03 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/countequal.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/countequal.md @@ -1,6 +1,6 @@ --- { - "title": "countequal", + "title": "COUNTEQUAL", "language": "zh-CN" } --- diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/element_at.md b/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/element-at.md similarity index 98% rename from docs/zh-CN/docs/sql-manual/sql-functions/array-functions/element_at.md rename to docs/zh-CN/docs/sql-manual/sql-functions/array-functions/element-at.md index 47dd610f28..f88a6f9f97 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/element_at.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/array-functions/element-at.md @@ -1,6 +1,6 @@ --- { - "title": "element_at", + "title": "ELEMENT_AT", "language": "zh-CN" } ---