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 861c0833eb5 [fix] Fix typo of sql function sidebar (#1806)
861c0833eb5 is described below

commit 861c0833eb59bc4aa1686bf552c5e7192ed7523e
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Thu Jan 16 13:37:06 2025 +0800

    [fix] Fix typo of sql function sidebar (#1806)
    
    ## Versions
    
    - [ ] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../docusaurus-plugin-content-docs/current.json    | 102 +++++++-----
 .../version-2.1.json                               | 174 ++++++++++++---------
 .../version-3.0.json                               | 174 ++++++++++++---------
 sidebars.json                                      |   4 +-
 versioned_sidebars/version-2.1-sidebars.json       |   4 +-
 versioned_sidebars/version-3.0-sidebars.json       |   4 +-
 6 files changed, 261 insertions(+), 201 deletions(-)

diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
index f0d93a2b316..7dd04f00171 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
@@ -363,69 +363,89 @@
     "message": "SQL 类型",
     "description": "The label for category SQL Types in sidebar docs"
   },
-  "sidebar.docs.category.Array Functions": {
-    "message": "数组函数",
-    "description": "The label for category Array Functions in sidebar docs"
+  "sidebar.docs.category.Scalar Functions": {
+    "message": "标量函数",
+    "description": "The label for category Scalar Functions in sidebar docs"
+  },
+  "sidebar.docs.category.String Functions": {
+    "message": "字符串函数",
+    "description": "The label for category String Functions in sidebar docs"
   },
   "sidebar.docs.category.Date Functions": {
-    "message": "日期函数",
+    "message": "时间日期函数",
     "description": "The label for category Date Functions in sidebar docs"
   },
+  "sidebar.docs.category.Numeric Functions": {
+    "message": "数值函数",
+    "description": "The label for category Numeric Functions in sidebar docs"
+  },
   "sidebar.docs.category.GIS Functions": {
     "message": "地理位置函数",
     "description": "The label for category GIS Functions in sidebar docs"
   },
-  "sidebar.docs.category.String Functions": {
-    "message": "字符串函数",
-    "description": "The label for category String Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Fuzzy Match": {
-    "message": "模糊匹配",
-    "description": "The label for category Fuzzy Match in sidebar docs"
-  },
-  "sidebar.docs.category.Regular Match": {
-    "message": "正则匹配",
-    "description": "The label for category Regular Match in sidebar docs"
-  },
-  "sidebar.docs.category.Aggregate Functions": {
-    "message": "聚合函数",
-    "description": "The label for category Aggregate Functions in sidebar docs"
+  "sidebar.docs.category.Encryption Functions": {
+    "message": "加密和信息摘要函数",
+    "description": "The label for category Encryption Functions in sidebar 
docs"
   },
-  "sidebar.docs.category.Bitmap Functions": {
-    "message": "Bitmap 函数",
-    "description": "The label for category Bitmap Functions in sidebar docs"
+  "sidebar.docs.category.Vector Distance Functions": {
+    "message": "向量函数",
+    "description": "The label for category Encryption Functions in sidebar 
docs"
   },
   "sidebar.docs.category.Bitwise Functions": {
-    "message": "Bitwise 函数",
+    "message": "位处理函数",
     "description": "The label for category Bitwise Functions in sidebar docs"
   },
-  "sidebar.docs.category.Conditional Functions": {
-    "message": "条件函数",
-    "description": "The label for category Conditional Functions in sidebar 
docs"
+  "sidebar.docs.category.Array Functions": {
+    "message": "ARRAY 函数",
+    "description": "The label for category Array Functions in sidebar docs"
+  },
+  "sidebar.docs.category.MAP Functions": {
+    "message": "MAP 函数",
+    "description": "The label for category MAP Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Struct Functions": {
+    "message": "STRUCT 函数",
+    "description": "The label for category Struct Functions in sidebar docs"
   },
   "sidebar.docs.category.JSON Functions": {
     "message": "JSON 函数",
     "description": "The label for category JSON Functions in sidebar docs"
   },
-  "sidebar.docs.category.MAP Functions": {
-    "message": "MAP 函数",
-    "description": "The label for category MAP Functions in sidebar docs"
+  "sidebar.docs.category.IP Functions": {
+    "message": "IP 函数",
+    "description": "The label for category JSON Functions in sidebar docs"
   },
-  "sidebar.docs.category.Hash Functions": {
-    "message": "Hash 函数",
-    "description": "The label for category Hash Functions in sidebar docs"
+  "sidebar.docs.category.Bitmap Functions": {
+    "message": "BITMAPs 函数",
+    "description": "The label for category Bitmap Functions in sidebar docs"
   },
   "sidebar.docs.category.HLL Functions": {
     "message": "HLL 函数",
     "description": "The label for category HLL Functions in sidebar docs"
   },
-  "sidebar.docs.category.Numeric Functions": {
-    "message": "数学函数",
-    "description": "The label for category Numeric Functions in sidebar docs"
+  "sidebar.docs.category.System Functions": {
+    "message": "系统函数",
+    "description": "The label for category System Functions in sidebar docs"
   },
-  "sidebar.docs.category.Encryption Functions": {
-    "message": "加密和信息摘要函数",
-    "description": "The label for category Encryption Functions in sidebar 
docs"
+  "sidebar.docs.category.Other Functions": {
+    "message": "其他函数",
+    "description": "The label for category Other Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Quantile Functions": {
+    "message": "QUANTILE 函数",
+    "description": "The label for category Quantile Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Conditional Functions": {
+    "message": "条件函数",
+    "description": "The label for category Conditional Functions in sidebar 
docs"
+  },
+  "sidebar.docs.category.Aggregate Functions": {
+    "message": "聚合函数",
+    "description": "The label for category Aggregate Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Combinators": {
+    "message": "函数 Combinators",
+    "description": "The label for category Combinators in sidebar docs"
   },
   "sidebar.docs.category.Table Functions": {
     "message": "表函数",
@@ -435,8 +455,8 @@
     "message": "表值函数",
     "description": "The label for category Table Valued Functions in sidebar 
docs"
   },
-  "sidebar.docs.category.Analytic(Window) Functions": {
-    "message": "分析(窗口)函数",
+  "sidebar.docs.category.Analytic (Window) Functions": {
+    "message": "分析函数 (窗口函数)",
     "description": "The label for category Analytic(Window) Functions in 
sidebar docs"
   },
   "sidebar.docs.category.Debug Functions": {
@@ -583,4 +603,4 @@
     "message": "备份与恢复",
     "description": "The label for category Backup & Restore in sidebar docs"
   }
-}
+}
\ No newline at end of file
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 58fcd665043..1c39660cdb5 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
@@ -323,6 +323,102 @@
     "message": "SQL 语句",
     "description": "The label for category SQL Statements in sidebar docs"
   },
+  "sidebar.docs.category.Scalar Functions": {
+    "message": "标量函数",
+    "description": "The label for category Scalar Functions in sidebar docs"
+  },
+  "sidebar.docs.category.String Functions": {
+    "message": "字符串函数",
+    "description": "The label for category String Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Date Functions": {
+    "message": "时间日期函数",
+    "description": "The label for category Date Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Numeric Functions": {
+    "message": "数值函数",
+    "description": "The label for category Numeric Functions in sidebar docs"
+  },
+  "sidebar.docs.category.GIS Functions": {
+    "message": "地理位置函数",
+    "description": "The label for category GIS Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Encryption Functions": {
+    "message": "加密和信息摘要函数",
+    "description": "The label for category Encryption Functions in sidebar 
docs"
+  },
+  "sidebar.docs.category.Vector Distance Functions": {
+    "message": "向量函数",
+    "description": "The label for category Encryption Functions in sidebar 
docs"
+  },
+  "sidebar.docs.category.Bitwise Functions": {
+    "message": "位处理函数",
+    "description": "The label for category Bitwise Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Array Functions": {
+    "message": "ARRAY 函数",
+    "description": "The label for category Array Functions in sidebar docs"
+  },
+  "sidebar.docs.category.MAP Functions": {
+    "message": "MAP 函数",
+    "description": "The label for category MAP Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Struct Functions": {
+    "message": "STRUCT 函数",
+    "description": "The label for category Struct Functions in sidebar docs"
+  },
+  "sidebar.docs.category.JSON Functions": {
+    "message": "JSON 函数",
+    "description": "The label for category JSON Functions in sidebar docs"
+  },
+  "sidebar.docs.category.IP Functions": {
+    "message": "IP 函数",
+    "description": "The label for category JSON Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Bitmap Functions": {
+    "message": "BITMAP 函数",
+    "description": "The label for category Bitmap Functions in sidebar docs"
+  },
+  "sidebar.docs.category.HLL Functions": {
+    "message": "HLL 函数",
+    "description": "The label for category HLL Functions in sidebar docs"
+  },
+  "sidebar.docs.category.System Functions": {
+    "message": "系统函数",
+    "description": "The label for category System Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Other Functions": {
+    "message": "其他函数",
+    "description": "The label for category Other Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Quantile Functions": {
+    "message": "QUANTILE 函数",
+    "description": "The label for category Quantile Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Conditional Functions": {
+    "message": "条件函数",
+    "description": "The label for category Conditional Functions in sidebar 
docs"
+  },
+  "sidebar.docs.category.Aggregate Functions": {
+    "message": "聚合函数",
+    "description": "The label for category Aggregate Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Combinators": {
+    "message": "函数 Combinators",
+    "description": "The label for category Combinators in sidebar docs"
+  },
+  "sidebar.docs.category.Table Functions": {
+    "message": "表函数",
+    "description": "The label for category Table Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Table Valued Functions": {
+    "message": "表值函数",
+    "description": "The label for category Table Valued Functions in sidebar 
docs"
+  },
+  "sidebar.docs.category.Analytic (Window) Functions": {
+    "message": "分析函数 (窗口函数)",
+    "description": "The label for category Analytic(Window) Functions in 
sidebar docs"
+  },
   "sidebar.docs.category.Data Modification": {
     "message": "数据修改",
     "description": "The label for category Data Modification in sidebar docs"
@@ -487,82 +583,6 @@
     "message": "IP 类型",
     "description": "The label for category Data Types in sidebar docs"
   },
-  "sidebar.docs.category.Array Functions": {
-    "message": "数组函数",
-    "description": "The label for category Array Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Date Functions": {
-    "message": "日期函数",
-    "description": "The label for category Date Functions in sidebar docs"
-  },
-  "sidebar.docs.category.GIS Functions": {
-    "message": "地理位置函数",
-    "description": "The label for category GIS Functions in sidebar docs"
-  },
-  "sidebar.docs.category.String Functions": {
-    "message": "字符串函数",
-    "description": "The label for category String Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Fuzzy Match": {
-    "message": "模糊匹配",
-    "description": "The label for category Fuzzy Match in sidebar docs"
-  },
-  "sidebar.docs.category.Regular Match": {
-    "message": "正则匹配",
-    "description": "The label for category Regular Match in sidebar docs"
-  },
-  "sidebar.docs.category.Aggregate Functions": {
-    "message": "聚合函数",
-    "description": "The label for category Aggregate Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Bitmap Functions": {
-    "message": "Bitmap 函数",
-    "description": "The label for category Bitmap Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Bitwise Functions": {
-    "message": "Bitwise 函数",
-    "description": "The label for category Bitwise Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Conditional Functions": {
-    "message": "条件函数",
-    "description": "The label for category Conditional Functions in sidebar 
docs"
-  },
-  "sidebar.docs.category.JSON Functions": {
-    "message": "JSON 函数",
-    "description": "The label for category JSON Functions in sidebar docs"
-  },
-  "sidebar.docs.category.MAP Functions": {
-    "message": "MAP 函数",
-    "description": "The label for category MAP Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Hash Functions": {
-    "message": "Hash 函数",
-    "description": "The label for category Hash Functions in sidebar docs"
-  },
-  "sidebar.docs.category.HLL Functions": {
-    "message": "HLL 函数",
-    "description": "The label for category HLL Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Numeric Functions": {
-    "message": "数学函数",
-    "description": "The label for category Numeric Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Encryption Functions": {
-    "message": "加密和信息摘要函数",
-    "description": "The label for category Encryption Functions in sidebar 
docs"
-  },
-  "sidebar.docs.category.Table Functions": {
-    "message": "表函数",
-    "description": "The label for category Table Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Table Valued Functions": {
-    "message": "表值函数",
-    "description": "The label for category Table Valued Functions in sidebar 
docs"
-  },
-  "sidebar.docs.category.Analytic(Window) Functions": {
-    "message": "分析(窗口)函数",
-    "description": "The label for category Analytic(Window) Functions in 
sidebar docs"
-  },
   "sidebar.docs.category.Cluster management": {
     "message": "集群管理",
     "description": "The label for category Cluster management in sidebar docs"
@@ -679,4 +699,4 @@
     "message": "备份与恢复",
     "description": "The label for category Backup & Restore in sidebar docs"
   }
-}
+}
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0.json 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0.json
index 974fa4ea5db..b20f4c3e41a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0.json
@@ -327,6 +327,102 @@
     "message": "SQL 语句",
     "description": "The label for category SQL Statements in sidebar docs"
   },
+  "sidebar.docs.category.Scalar Functions": {
+    "message": "标量函数",
+    "description": "The label for category Scalar Functions in sidebar docs"
+  },
+  "sidebar.docs.category.String Functions": {
+    "message": "字符串函数",
+    "description": "The label for category String Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Date Functions": {
+    "message": "时间日期函数",
+    "description": "The label for category Date Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Numeric Functions": {
+    "message": "数值函数",
+    "description": "The label for category Numeric Functions in sidebar docs"
+  },
+  "sidebar.docs.category.GIS Functions": {
+    "message": "地理位置函数",
+    "description": "The label for category GIS Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Encryption Functions": {
+    "message": "加密和信息摘要函数",
+    "description": "The label for category Encryption Functions in sidebar 
docs"
+  },
+  "sidebar.docs.category.Vector Distance Functions": {
+    "message": "向量函数",
+    "description": "The label for category Encryption Functions in sidebar 
docs"
+  },
+  "sidebar.docs.category.Bitwise Functions": {
+    "message": "位处理函数",
+    "description": "The label for category Bitwise Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Array Functions": {
+    "message": "ARRAY 函数",
+    "description": "The label for category Array Functions in sidebar docs"
+  },
+  "sidebar.docs.category.MAP Functions": {
+    "message": "MAP 函数",
+    "description": "The label for category MAP Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Struct Functions": {
+    "message": "STRUCT 函数",
+    "description": "The label for category Struct Functions in sidebar docs"
+  },
+  "sidebar.docs.category.JSON Functions": {
+    "message": "JSON 函数",
+    "description": "The label for category JSON Functions in sidebar docs"
+  },
+  "sidebar.docs.category.IP Functions": {
+    "message": "IP 函数",
+    "description": "The label for category JSON Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Bitmap Functions": {
+    "message": "BITMAP 函数",
+    "description": "The label for category Bitmap Functions in sidebar docs"
+  },
+  "sidebar.docs.category.HLL Functions": {
+    "message": "HLL 函数",
+    "description": "The label for category HLL Functions in sidebar docs"
+  },
+  "sidebar.docs.category.System Functions": {
+    "message": "系统函数",
+    "description": "The label for category System Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Other Functions": {
+    "message": "其他函数",
+    "description": "The label for category Other Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Quantile Functions": {
+    "message": "QUANTILE 函数",
+    "description": "The label for category Quantile Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Conditional Functions": {
+    "message": "条件函数",
+    "description": "The label for category Conditional Functions in sidebar 
docs"
+  },
+  "sidebar.docs.category.Aggregate Functions": {
+    "message": "聚合函数",
+    "description": "The label for category Aggregate Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Combinators": {
+    "message": "函数 Combinators",
+    "description": "The label for category Combinators in sidebar docs"
+  },
+  "sidebar.docs.category.Table Functions": {
+    "message": "表函数",
+    "description": "The label for category Table Functions in sidebar docs"
+  },
+  "sidebar.docs.category.Table Valued Functions": {
+    "message": "表值函数",
+    "description": "The label for category Table Valued Functions in sidebar 
docs"
+  },
+  "sidebar.docs.category.Analytic (Window) Functions": {
+    "message": "分析函数 (窗口函数)",
+    "description": "The label for category Analytic(Window) Functions in 
sidebar docs"
+  },
   "sidebar.docs.category.Data Modification": {
     "message": "数据修改",
     "description": "The label for category Data Modification in sidebar docs"
@@ -479,82 +575,6 @@
     "message": "IP 类型",
     "description": "The label for category Data Types in sidebar docs"
   },
-  "sidebar.docs.category.Array Functions": {
-    "message": "数组函数",
-    "description": "The label for category Array Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Date Functions": {
-    "message": "日期函数",
-    "description": "The label for category Date Functions in sidebar docs"
-  },
-  "sidebar.docs.category.GIS Functions": {
-    "message": "地理位置函数",
-    "description": "The label for category GIS Functions in sidebar docs"
-  },
-  "sidebar.docs.category.String Functions": {
-    "message": "字符串函数",
-    "description": "The label for category String Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Fuzzy Match": {
-    "message": "模糊匹配",
-    "description": "The label for category Fuzzy Match in sidebar docs"
-  },
-  "sidebar.docs.category.Regular Match": {
-    "message": "正则匹配",
-    "description": "The label for category Regular Match in sidebar docs"
-  },
-  "sidebar.docs.category.Aggregate Functions": {
-    "message": "聚合函数",
-    "description": "The label for category Aggregate Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Bitmap Functions": {
-    "message": "Bitmap 函数",
-    "description": "The label for category Bitmap Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Bitwise Functions": {
-    "message": "Bitwise 函数",
-    "description": "The label for category Bitwise Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Conditional Functions": {
-    "message": "条件函数",
-    "description": "The label for category Conditional Functions in sidebar 
docs"
-  },
-  "sidebar.docs.category.JSON Functions": {
-    "message": "JSON 函数",
-    "description": "The label for category JSON Functions in sidebar docs"
-  },
-  "sidebar.docs.category.MAP Functions": {
-    "message": "MAP 函数",
-    "description": "The label for category MAP Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Hash Functions": {
-    "message": "Hash 函数",
-    "description": "The label for category Hash Functions in sidebar docs"
-  },
-  "sidebar.docs.category.HLL Functions": {
-    "message": "HLL 函数",
-    "description": "The label for category HLL Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Numeric Functions": {
-    "message": "数学函数",
-    "description": "The label for category Numeric Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Encryption Functions": {
-    "message": "加密和信息摘要函数",
-    "description": "The label for category Encryption Functions in sidebar 
docs"
-  },
-  "sidebar.docs.category.Table Functions": {
-    "message": "表函数",
-    "description": "The label for category Table Functions in sidebar docs"
-  },
-  "sidebar.docs.category.Table Valued Functions": {
-    "message": "表值函数",
-    "description": "The label for category Table Valued Functions in sidebar 
docs"
-  },
-  "sidebar.docs.category.Analytic(Window) Functions": {
-    "message": "分析(窗口)函数",
-    "description": "The label for category Analytic(Window) Functions in 
sidebar docs"
-  },
   "sidebar.docs.category.Cluster management": {
     "message": "集群管理",
     "description": "The label for category Cluster management in sidebar docs"
@@ -703,4 +723,4 @@
     "message": "备份与恢复",
     "description": "The label for category Backup & Restore in sidebar docs"
   }
-}
+}
\ No newline at end of file
diff --git a/sidebars.json b/sidebars.json
index cfbfffb8b57..f723584af99 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -870,7 +870,7 @@
                     "items": [
                         {
                             "type": "category",
-                            "label": "Scala Functions",
+                            "label": "Scalar Functions",
                             "items": [
                                 {
                                     "type": "category",
@@ -1505,7 +1505,7 @@
                         },
                         {
                             "type": "category",
-                            "label": "Analytic(Window) Functions",
+                            "label": "Analytic (Window) Functions",
                             "items": [
                                 
"sql-manual/sql-functions/window-functions/window-function",
                                 
"sql-manual/sql-functions/window-functions/rank",
diff --git a/versioned_sidebars/version-2.1-sidebars.json 
b/versioned_sidebars/version-2.1-sidebars.json
index 015a1b37fb1..349827c4a89 100644
--- a/versioned_sidebars/version-2.1-sidebars.json
+++ b/versioned_sidebars/version-2.1-sidebars.json
@@ -788,7 +788,7 @@
                     "items": [
                         {
                             "type": "category",
-                            "label": "Scala Functions",
+                            "label": "Scalar Functions",
                             "items": [
                                 {
                                     "type": "category",
@@ -1403,7 +1403,7 @@
                         },
                         {
                             "type": "category",
-                            "label": "Analytic(Window) Functions",
+                            "label": "Analytic (Window) Functions",
                             "items": [
                                 
"sql-manual/sql-functions/window-functions/window-function",
                                 
"sql-manual/sql-functions/window-functions/rank",
diff --git a/versioned_sidebars/version-3.0-sidebars.json 
b/versioned_sidebars/version-3.0-sidebars.json
index 19de7e1a2bf..f3304bc84e5 100644
--- a/versioned_sidebars/version-3.0-sidebars.json
+++ b/versioned_sidebars/version-3.0-sidebars.json
@@ -833,7 +833,7 @@
                     "items": [
                         {
                             "type": "category",
-                            "label": "Scala Functions",
+                            "label": "Scalar Functions",
                             "items": [
                                 {
                                     "type": "category",
@@ -1462,7 +1462,7 @@
                         },
                         {
                             "type": "category",
-                            "label": "Analytic(Window) Functions",
+                            "label": "Analytic (Window) Functions",
                             "items": [
                                 
"sql-manual/sql-functions/window-functions/window-function",
                                 
"sql-manual/sql-functions/window-functions/rank",


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

Reply via email to