This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 2fb7aba9bc [docs](docs)Rename Title and URL of IP Functions (#22741)
2fb7aba9bc is described below
commit 2fb7aba9bcfa1bbd7b8f5f4358547f1e758426e1
Author: KassieZ <[email protected]>
AuthorDate: Wed Aug 9 15:52:35 2023 +0800
[docs](docs)Rename Title and URL of IP Functions (#22741)
---
.../sql-functions/ip-functions/{INET_NTOA.md => inet-ntoa.md} | 0
.../ip-functions/{IPV4-NUM-TO-STRING.md => ipv4-num-to-string.md} | 4 ++--
docs/sidebars.json | 4 ++--
.../sql-functions/ip-functions/{INET_NTOA.md => inet-ntoa.md} | 0
.../ip-functions/{IPV4-NUM-TO-STRING.md => ipv4-num-to-string.md} | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/en/docs/sql-manual/sql-functions/ip-functions/INET_NTOA.md
b/docs/en/docs/sql-manual/sql-functions/ip-functions/inet-ntoa.md
similarity index 100%
rename from docs/en/docs/sql-manual/sql-functions/ip-functions/INET_NTOA.md
rename to docs/en/docs/sql-manual/sql-functions/ip-functions/inet-ntoa.md
diff --git
a/docs/en/docs/sql-manual/sql-functions/ip-functions/IPV4-NUM-TO-STRING.md
b/docs/en/docs/sql-manual/sql-functions/ip-functions/ipv4-num-to-string.md
similarity index 97%
rename from
docs/en/docs/sql-manual/sql-functions/ip-functions/IPV4-NUM-TO-STRING.md
rename to
docs/en/docs/sql-manual/sql-functions/ip-functions/ipv4-num-to-string.md
index 2f517da00a..df2aca4b99 100644
--- a/docs/en/docs/sql-manual/sql-functions/ip-functions/IPV4-NUM-TO-STRING.md
+++ b/docs/en/docs/sql-manual/sql-functions/ip-functions/ipv4-num-to-string.md
@@ -1,6 +1,6 @@
---
{
-"title": "IPV4NUMTOSTRING",
+"title": "IPV4_NUM_TO_STRING",
"language": "en"
}
---
@@ -67,4 +67,4 @@ mysql> select num,ipv4numtostring(num) from ipv4_bi;
### keywords
-IPV4NUMTOSTRING, IP
\ No newline at end of file
+IPV4NUMTOSTRING, IP
diff --git a/docs/sidebars.json b/docs/sidebars.json
index 03ea2750f2..def0616a63 100644
--- a/docs/sidebars.json
+++ b/docs/sidebars.json
@@ -750,8 +750,8 @@
"type": "category",
"label": "IP Functions",
"items": [
-
"sql-manual/sql-functions/ip-functions/IPV4-NUM-TO-STRING",
-
"sql-manual/sql-functions/ip-functions/INET_NTOA"
+
"sql-manual/sql-functions/ip-functions/ipv4-num-to-string",
+
"sql-manual/sql-functions/ip-functions/inet-ntoa"
]
},
"sql-manual/sql-functions/cast",
diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/INET_NTOA.md
b/docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/inet-ntoa.md
similarity index 100%
rename from docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/INET_NTOA.md
rename to docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/inet-ntoa.md
diff --git
a/docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/IPV4-NUM-TO-STRING.md
b/docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/ipv4-num-to-string.md
similarity index 97%
rename from
docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/IPV4-NUM-TO-STRING.md
rename to
docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/ipv4-num-to-string.md
index 157ac4dc4a..d238d5c28f 100644
---
a/docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/IPV4-NUM-TO-STRING.md
+++
b/docs/zh-CN/docs/sql-manual/sql-functions/ip-functions/ipv4-num-to-string.md
@@ -1,6 +1,6 @@
---
{
-"title": "IPV4NUMTOSTRING",
+"title": "IPV4_NUM_TO_STRING",
"language": "zh-CN"
}
---
@@ -68,4 +68,4 @@ mysql> select num,ipv4numtostring(num) from ipv4_bi;
### keywords
-IPV4NUMTOSTRING, IP
\ No newline at end of file
+IPV4NUMTOSTRING, IP
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]