[typo](docs) Fix Sidebar Category Name of CN Version and Capitalize Files Name (#23050)
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
{
|
||||
"title": "array",
|
||||
"title": "ARRAY",
|
||||
"language": "zh-CN"
|
||||
}
|
||||
---
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
{
|
||||
"title": "arrays_overlap",
|
||||
"title": "ARRAYS_OVERLAP",
|
||||
"language": "zh-CN"
|
||||
}
|
||||
---
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
{
|
||||
"title": "countequal",
|
||||
"title": "COUNTEQUAL",
|
||||
"language": "zh-CN"
|
||||
}
|
||||
---
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
---
|
||||
{
|
||||
"title": "element_at",
|
||||
"title": "ELEMENT_AT",
|
||||
"language": "zh-CN"
|
||||
}
|
||||
---
|
||||
Reference in New Issue
Block a user