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 fcf7bdc9e0e [typo](docs) Rename Import Advanced to CN Version (#25374)
fcf7bdc9e0e is described below

commit fcf7bdc9e0e1a65e1bda0694092ce4dfb040d718
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Thu Oct 19 10:18:30 2023 +0800

    [typo](docs) Rename Import Advanced to CN Version (#25374)
---
 docs/dev.json                                                       | 6 +++++-
 .../data-operate/import/import-advanced/min-load-replica-num.md     | 4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/dev.json b/docs/dev.json
index 646bbdeed64..4caad6c57cd 100644
--- a/docs/dev.json
+++ b/docs/dev.json
@@ -47,6 +47,10 @@
     "message": "按方式导入",
     "description": "The label for category Import Way in sidebar docs"
   },
+  "sidebar.docs.category.Import Advanced": {
+    "message": "高级导入",
+    "description": "The label for category Import Advanced in sidebar docs"
+  },
   "sidebar.docs.category.Export": {
     "message": "导出",
     "description": "The label for category Export in sidebar docs"
@@ -311,4 +315,4 @@
     "message": "版本发布",
     "description": "The label for category Release notes in sidebar docs"
   }
-}
\ No newline at end of file
+}
diff --git 
a/docs/zh-CN/docs/data-operate/import/import-advanced/min-load-replica-num.md 
b/docs/zh-CN/docs/data-operate/import/import-advanced/min-load-replica-num.md
index 827f6baf9f3..f629268d913 100644
--- 
a/docs/zh-CN/docs/data-operate/import/import-advanced/min-load-replica-num.md
+++ 
b/docs/zh-CN/docs/data-operate/import/import-advanced/min-load-replica-num.md
@@ -1,6 +1,6 @@
 ---
 {
-    "title": "Min Load Replica Num",
+    "title": "最小写入副本数",
     "language": "zh-CN"
 }
 ---
@@ -24,7 +24,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Min Load Replica Num
+# 最小写入副本数
 
 默认情况下,数据导入要求至少有超过半数的副本写入成功,导入才算成功。然而,这种方式不够灵活,在某些场景会带来不便。
 


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

Reply via email to