This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 6152c135c0d6 [docs](fix) Fix sidebar of uuid_to_int & int_to_uuid
(#500)
6152c135c0d6 is described below
commit 6152c135c0d60d5ee076871b40377ef9abb34fcc
Author: KassieZ <[email protected]>
AuthorDate: Mon Apr 1 17:02:27 2024 +0800
[docs](fix) Fix sidebar of uuid_to_int & int_to_uuid (#500)
---
.../current/sql-manual/sql-functions/string-functions/uuid.md | 2 +-
sidebars.json | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/string-functions/uuid.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/string-functions/uuid.md
index 8b86863c75c0..5555484e3ee4 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/string-functions/uuid.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/sql-functions/string-functions/uuid.md
@@ -37,7 +37,7 @@ uuid
`VARCHAR uuid()`
-返回一个随机的uuid字符串
+返回一个随机的 uuid 字符串
### example
diff --git a/sidebars.json b/sidebars.json
index ae41a1417b4e..848919bd2088 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -528,6 +528,8 @@
"sql-manual/sql-functions/string-functions/convert-to",
"sql-manual/sql-functions/string-functions/extract-url-parameter",
"sql-manual/sql-functions/string-functions/uuid",
+
"sql-manual/sql-functions/string-functions/uuid-to-int",
+
"sql-manual/sql-functions/string-functions/int-to-uuid",
"sql-manual/sql-functions/string-functions/space",
"sql-manual/sql-functions/string-functions/sleep",
"sql-manual/sql-functions/string-functions/esquery",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]