This is an automated email from the ASF dual-hosted git repository.
diwu 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 712fa8c538 [typo](docs) Fixed some display errors caused by MD syntax
errors (#16395)
712fa8c538 is described below
commit 712fa8c538f0682bda97c1783b0e0d3709f128ec
Author: yagagagaga <[email protected]>
AuthorDate: Sat Feb 4 18:12:05 2023 +0800
[typo](docs) Fixed some display errors caused by MD syntax errors (#16395)
---
docs/en/docs/data-operate/import/import-scenes/local-file-load.md | 3 ++-
docs/zh-CN/docs/data-operate/import/import-scenes/local-file-load.md | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/data-operate/import/import-scenes/local-file-load.md
b/docs/en/docs/data-operate/import/import-scenes/local-file-load.md
index 2d51907d67..25e619d298 100644
--- a/docs/en/docs/data-operate/import/import-scenes/local-file-load.md
+++ b/docs/en/docs/data-operate/import/import-scenes/local-file-load.md
@@ -209,9 +209,10 @@ public class DorisStreamLoader {
````
> Note: The version of http client here is 4.5.13
->
+> ```xml
> <dependency>
> <groupId>org.apache.httpcomponents</groupId>
> <artifactId>httpclient</artifactId>
> <version>4.5.13</version>
> </dependency>
+> ```
diff --git
a/docs/zh-CN/docs/data-operate/import/import-scenes/local-file-load.md
b/docs/zh-CN/docs/data-operate/import/import-scenes/local-file-load.md
index 35753e1ec0..a973ed0c2d 100644
--- a/docs/zh-CN/docs/data-operate/import/import-scenes/local-file-load.md
+++ b/docs/zh-CN/docs/data-operate/import/import-scenes/local-file-load.md
@@ -212,9 +212,10 @@ public class DorisStreamLoader {
>注意:这里 http client 的版本要是4.5.13
->
+> ```xml
><dependency>
> <groupId>org.apache.httpcomponents</groupId>
> <artifactId>httpclient</artifactId>
> <version>4.5.13</version>
></dependency>
+> ```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]