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 1d2046de64 [docs](docs)Rename Title of zh-CN Docs (#22662)
1d2046de64 is described below

commit 1d2046de64fb511deb4984ad482fbb44c52eba8f
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Tue Aug 8 14:31:28 2023 +0800

    [docs](docs)Rename Title of zh-CN Docs (#22662)
---
 docs/sidebars.json                                                    | 2 +-
 docs/zh-CN/docs/advanced/best-practice/debug-log.md                   | 2 +-
 docs/zh-CN/docs/advanced/is-being-synced.md                           | 2 +-
 docs/zh-CN/docs/advanced/orthogonal-bitmap-manual.md                  | 2 +-
 docs/zh-CN/docs/advanced/using-hll.md                                 | 2 +-
 docs/zh-CN/docs/benchmark/ssb.md                                      | 2 +-
 docs/zh-CN/docs/data-operate/import/import-scenes/kafka-load.md       | 2 +-
 docs/zh-CN/docs/data-operate/import/import-way/load-json-format.md    | 2 +-
 docs/zh-CN/docs/data-operate/import/import-way/mysql-load-manual.md   | 2 +-
 docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md  | 2 +-
 docs/zh-CN/docs/data-table/hit-the-rollup.md                          | 2 +-
 docs/zh-CN/docs/data-table/index/bloomfilter.md                       | 2 +-
 docs/zh-CN/docs/data-table/index/ngram-bloomfilter-index.md           | 2 +-
 docs/zh-CN/docs/install/source-install/compilation-arm.md             | 4 ++--
 docs/zh-CN/docs/install/source-install/compilation-mac.md             | 4 ++--
 docs/zh-CN/docs/install/source-install/compilation-win.md             | 2 +-
 .../docs/install/source-install/compilation-with-ldb-toolchain.md     | 4 ++--
 17 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/docs/sidebars.json b/docs/sidebars.json
index 5318df7b86..b676d6b944 100644
--- a/docs/sidebars.json
+++ b/docs/sidebars.json
@@ -10,7 +10,7 @@
         },
         {
             "type": "category",
-            "label": "Install And Deploy",
+            "label": "Install and Deploy",
             "items": [
                 "install/standard-deployment",
                 {
diff --git a/docs/zh-CN/docs/advanced/best-practice/debug-log.md 
b/docs/zh-CN/docs/advanced/best-practice/debug-log.md
index 801f9b5e48..e90ded282b 100644
--- a/docs/zh-CN/docs/advanced/best-practice/debug-log.md
+++ b/docs/zh-CN/docs/advanced/best-practice/debug-log.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "如何开启Debug日志",
+    "title": "如何开启 Debug 日志",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/docs/advanced/is-being-synced.md 
b/docs/zh-CN/docs/advanced/is-being-synced.md
index 1d98a3b4e9..8edf605bff 100644
--- a/docs/zh-CN/docs/advanced/is-being-synced.md
+++ b/docs/zh-CN/docs/advanced/is-being-synced.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "is_being_synced属性",
+    "title": "IS_BEING_SYNCED 属性",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/docs/advanced/orthogonal-bitmap-manual.md 
b/docs/zh-CN/docs/advanced/orthogonal-bitmap-manual.md
index 1cdf4ba15f..077db0003c 100644
--- a/docs/zh-CN/docs/advanced/orthogonal-bitmap-manual.md
+++ b/docs/zh-CN/docs/advanced/orthogonal-bitmap-manual.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "BITMAP精准去重",
+    "title": "BITMAP 精准去重",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/docs/advanced/using-hll.md 
b/docs/zh-CN/docs/advanced/using-hll.md
index 28676a0f63..b2a48ce18e 100644
--- a/docs/zh-CN/docs/advanced/using-hll.md
+++ b/docs/zh-CN/docs/advanced/using-hll.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "使用HLL近似去重",
+    "title": "使用 HLL 近似去重",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/docs/benchmark/ssb.md b/docs/zh-CN/docs/benchmark/ssb.md
index 118c28537d..dc181b6af4 100644
--- a/docs/zh-CN/docs/benchmark/ssb.md
+++ b/docs/zh-CN/docs/benchmark/ssb.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Star-Schema-Benchmark",
+    "title": "Star Schema Benchmark",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/docs/data-operate/import/import-scenes/kafka-load.md 
b/docs/zh-CN/docs/data-operate/import/import-scenes/kafka-load.md
index ae87455279..86c841ecb3 100644
--- a/docs/zh-CN/docs/data-operate/import/import-scenes/kafka-load.md
+++ b/docs/zh-CN/docs/data-operate/import/import-scenes/kafka-load.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "订阅Kafka日志",
+    "title": "订阅 Kafka 日志",
     "language": "zh-CN"
 }
 
diff --git a/docs/zh-CN/docs/data-operate/import/import-way/load-json-format.md 
b/docs/zh-CN/docs/data-operate/import/import-way/load-json-format.md
index 74db3adc54..080990c496 100644
--- a/docs/zh-CN/docs/data-operate/import/import-way/load-json-format.md
+++ b/docs/zh-CN/docs/data-operate/import/import-way/load-json-format.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "JSON格式数据导入",
+    "title": "JSON 格式数据导入",
     "language": "zh-CN"
 }
 ---
diff --git 
a/docs/zh-CN/docs/data-operate/import/import-way/mysql-load-manual.md 
b/docs/zh-CN/docs/data-operate/import/import-way/mysql-load-manual.md
index 8c316d599f..1f3f60df1b 100644
--- a/docs/zh-CN/docs/data-operate/import/import-way/mysql-load-manual.md
+++ b/docs/zh-CN/docs/data-operate/import/import-way/mysql-load-manual.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "MySql load",
+    "title": "MySql Load",
     "language": "zh-CN"
 }
 ---
diff --git 
a/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md 
b/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md
index 01cecb5d94..69016a5c06 100644
--- a/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md
+++ b/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Stream load",
+    "title": "Stream Load",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/docs/data-table/hit-the-rollup.md 
b/docs/zh-CN/docs/data-table/hit-the-rollup.md
index fd2168c4c8..0304fc2908 100644
--- a/docs/zh-CN/docs/data-table/hit-the-rollup.md
+++ b/docs/zh-CN/docs/data-table/hit-the-rollup.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Rollup与查询",
+    "title": "Rollup 与查询",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/docs/data-table/index/bloomfilter.md 
b/docs/zh-CN/docs/data-table/index/bloomfilter.md
index 3d15676616..ef8c4a5e4e 100644
--- a/docs/zh-CN/docs/data-table/index/bloomfilter.md
+++ b/docs/zh-CN/docs/data-table/index/bloomfilter.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "BloomFilter索引",
+    "title": "BloomFilter 索引",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/docs/data-table/index/ngram-bloomfilter-index.md 
b/docs/zh-CN/docs/data-table/index/ngram-bloomfilter-index.md
index 27e2b23592..0549db8d62 100644
--- a/docs/zh-CN/docs/data-table/index/ngram-bloomfilter-index.md
+++ b/docs/zh-CN/docs/data-table/index/ngram-bloomfilter-index.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "NGram BloomFilter索引",
+    "title": "NGram BloomFilter 索引",
     "language": "zh-CN"
 }
 ---
diff --git a/docs/zh-CN/docs/install/source-install/compilation-arm.md 
b/docs/zh-CN/docs/install/source-install/compilation-arm.md
index afcca34a17..4cf7e5564e 100644
--- a/docs/zh-CN/docs/install/source-install/compilation-arm.md
+++ b/docs/zh-CN/docs/install/source-install/compilation-arm.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "在ARM平台上编译",
+    "title": "在 Arm 平台上编译",
     "language": "zh-CN"
 }
 ---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Apache Doris ARM 架构编译
+# Apache Doris Arm 架构编译
 
 本文档介绍如何在 ARM64 平台上编译 Doris。
 
diff --git a/docs/zh-CN/docs/install/source-install/compilation-mac.md 
b/docs/zh-CN/docs/install/source-install/compilation-mac.md
index 211d451f67..b843116526 100644
--- a/docs/zh-CN/docs/install/source-install/compilation-mac.md
+++ b/docs/zh-CN/docs/install/source-install/compilation-mac.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "在macOS平台上编译",
+    "title": "在 MacOS 平台上编译",
     "language": "zh-CN"
 }
 ---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# 在macOS平台上编译
+# 在 MacOS 平台上编译
 
 本文介绍如何在 macOS 平台上编译源码。
 
diff --git a/docs/zh-CN/docs/install/source-install/compilation-win.md 
b/docs/zh-CN/docs/install/source-install/compilation-win.md
index c445e23d09..f6f1e4b277 100644
--- a/docs/zh-CN/docs/install/source-install/compilation-win.md
+++ b/docs/zh-CN/docs/install/source-install/compilation-win.md
@@ -1,6 +1,6 @@
 ---
 {
-"title": "在Windows平台上编译",
+"title": "在 Windows 平台上编译",
 "language": "zh-CN"
 }
 ---
diff --git 
a/docs/zh-CN/docs/install/source-install/compilation-with-ldb-toolchain.md 
b/docs/zh-CN/docs/install/source-install/compilation-with-ldb-toolchain.md
index 2596b5d59d..7450702192 100644
--- a/docs/zh-CN/docs/install/source-install/compilation-with-ldb-toolchain.md
+++ b/docs/zh-CN/docs/install/source-install/compilation-with-ldb-toolchain.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "使用 LDB toolchain 编译",
+    "title": "使用 LDB Toolchain 编译",
     "language": "zh-CN"
 }
 ---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# 使用 LDB toolchain 编译
+# 使用 LDB Toolchain 编译
 
 本文档主要介绍如何使用 LDB toolchain 编译 Doris。该方式目前作为 Docker 编译方式的补充,方便没有 Docker 
环境的开发者和用户编译 Doris 源码。
 Doris目前推荐的LDB toolchain版本为 0.17, 其中含有clang-16和gcc-11。


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to