Skip to content

Commit

Permalink
[typo](docs) Fix Sidebar Category Name of CN Version and Capitalize F…
Browse files Browse the repository at this point in the history
…iles Name (#23050)
  • Loading branch information
KassieZ authored Aug 24, 2023
1 parent 320eda7 commit adafcc1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
16 changes: 10 additions & 6 deletions docs/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 部署",
Expand Down Expand Up @@ -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 函数",
Expand All @@ -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": "加密和信息摘要函数",
Expand Down Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "array",
"title": "ARRAY",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "arrays_overlap",
"title": "ARRAYS_OVERLAP",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "countequal",
"title": "COUNTEQUAL",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "element_at",
"title": "ELEMENT_AT",
"language": "zh-CN"
}
---
Expand Down

0 comments on commit adafcc1

Please sign in to comment.