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 577cd51fde [docs](docs) Capitalize Ecosystem Files Name and Titles 
(#22515)
577cd51fde is described below

commit 577cd51fdeb8462192b5901b3df04668b52b3e9f
Author: KassieZ <[email protected]>
AuthorDate: Fri Aug 4 19:32:39 2023 +0800

    [docs](docs) Capitalize Ecosystem Files Name and Titles (#22515)
---
 docs/en/docs/ecosystem/audit-plugin.md                                | 4 ++--
 docs/en/docs/ecosystem/datax.md                                       | 4 ++--
 docs/en/docs/ecosystem/logstash.md                                    | 2 +-
 .../docs/ecosystem/udaf/remote-user-defined-aggregation-function.md   | 2 +-
 docs/zh-CN/docs/ecosystem/datax.md                                    | 2 +-
 .../docs/ecosystem/udaf/remote-user-defined-aggregation-function.md   | 2 +-
 docs/zh-CN/docs/ecosystem/udf/remote-user-defined-function.md         | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/en/docs/ecosystem/audit-plugin.md 
b/docs/en/docs/ecosystem/audit-plugin.md
index 90e784a994..753cd734b3 100644
--- a/docs/en/docs/ecosystem/audit-plugin.md
+++ b/docs/en/docs/ecosystem/audit-plugin.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Audit log plugin",
+    "title": "Audit Log Plugin",
     "language": "en"
 }
 ---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Audit log plugin
+# Audit Log Plugin
 
 Doris's audit log plugin was developed based on FE's plugin framework. Is an 
optional plugin. Users can install or uninstall this plugin at runtime.
 
diff --git a/docs/en/docs/ecosystem/datax.md b/docs/en/docs/ecosystem/datax.md
index dacbb81aaf..0a422e79ae 100644
--- a/docs/en/docs/ecosystem/datax.md
+++ b/docs/en/docs/ecosystem/datax.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "DataX doriswriter",
+    "title": "DataX Doriswriter",
     "language": "en"
 }
 ---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# DataX doriswriter
+# DataX Doriswriter
 
 [DataX](https://github.com/alibaba/DataX) doriswriter plug-in, used to 
synchronize data from other data sources to Doris through DataX.
 
diff --git a/docs/en/docs/ecosystem/logstash.md 
b/docs/en/docs/ecosystem/logstash.md
index 2e3fda77b2..9db71bc2e9 100644
--- a/docs/en/docs/ecosystem/logstash.md
+++ b/docs/en/docs/ecosystem/logstash.md
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Doris output plugin
+# Doris Output Plugin
 
 This plugin is used to output data to Doris for logstash, use the HTTP 
protocol to interact with the Doris FE Http interface, and import data through 
Doris's stream load.
 
diff --git 
a/docs/en/docs/ecosystem/udaf/remote-user-defined-aggregation-function.md 
b/docs/en/docs/ecosystem/udaf/remote-user-defined-aggregation-function.md
index d0400a5be8..88a0382e48 100644
--- a/docs/en/docs/ecosystem/udaf/remote-user-defined-aggregation-function.md
+++ b/docs/en/docs/ecosystem/udaf/remote-user-defined-aggregation-function.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Remote User Defined  Aggregation Function Service",
+    "title": "Remote User Defined Aggregation Function Service",
     "language": "en"
 }
 ---
diff --git a/docs/zh-CN/docs/ecosystem/datax.md 
b/docs/zh-CN/docs/ecosystem/datax.md
index 8e16859d64..6aa9abc600 100644
--- a/docs/zh-CN/docs/ecosystem/datax.md
+++ b/docs/zh-CN/docs/ecosystem/datax.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "DataX doriswriter",
+    "title": "DataX Doriswriter",
     "language": "zh-CN"
 }
 ---
diff --git 
a/docs/zh-CN/docs/ecosystem/udaf/remote-user-defined-aggregation-function.md 
b/docs/zh-CN/docs/ecosystem/udaf/remote-user-defined-aggregation-function.md
index f8d5c8b551..78361bea62 100644
--- a/docs/zh-CN/docs/ecosystem/udaf/remote-user-defined-aggregation-function.md
+++ b/docs/zh-CN/docs/ecosystem/udaf/remote-user-defined-aggregation-function.md
@@ -2,7 +2,7 @@
 
 {
 
-"title": "远程UDAF",
+"title": "远程 UDAF",
 
 "language": "zh-CN"
 
diff --git a/docs/zh-CN/docs/ecosystem/udf/remote-user-defined-function.md 
b/docs/zh-CN/docs/ecosystem/udf/remote-user-defined-function.md
index 70acd24022..a157b32fa7 100644
--- a/docs/zh-CN/docs/ecosystem/udf/remote-user-defined-function.md
+++ b/docs/zh-CN/docs/ecosystem/udf/remote-user-defined-function.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "远程UDF",
+    "title": "远程 UDF",
     "language": "zh-CN"
 }
 ---


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to