This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4e627ab89f8 fix description error (#19)
4e627ab89f8 is described below
commit 4e627ab89f8588ec69b51c746a0dde304ef85ea9
Author: timey <[email protected]>
AuthorDate: Thu Jul 28 08:35:20 2022 +0800
fix description error (#19)
---
docs/install/source-install/compilation.md | 2 +-
.../current/developer-guide/fe-idea-dev.md | 2 +-
.../current/install/source-install/compilation.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/install/source-install/compilation.md
b/docs/install/source-install/compilation.md
index 2b17a377958..1bae27a9969 100644
--- a/docs/install/source-install/compilation.md
+++ b/docs/install/source-install/compilation.md
@@ -137,7 +137,7 @@ This document focuses on how to code Doris through source
code.
>
> `build-env-ldb-toolchain-latest` and later, use the following command:
>
- > ` sh build --clean --be --fe`
+ > ` sh build.sh --clean --be --fe`
>
> This is because from build-env-for-0.15.0, we upgraded thrift (0.9 ->
0.13), you need to use the --clean command to force the use of the new version
of thrift to generate code files, otherwise incompatible code will appear.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-idea-dev.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-idea-dev.md
index b4e352c1939..b4f032e12ea 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-idea-dev.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-idea-dev.md
@@ -57,7 +57,7 @@ JDK1.8+, IntelliJ IDEA
3. `brew install [email protected]`
参考链接:
`https://gist.github.com/tonydeng/02e571f273d6cce4230dc8d5f394493c`
-4. 如果是Mac 或者 Linux 环境 可以通过 如下命令生成自动生成代码:
+4. 如果是Mac 或者 Linux 环境 可以通过 如下命令自动生成代码:
```
cd fe
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation.md
index e52e5a1d8c2..5e37b676112 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation.md
@@ -139,7 +139,7 @@ under the License.
>`build-env-ldb-toolchain-latest` 及之后的版本,使用如下命令:
>
>```
- >sh build --clean --be --fe
+ >sh build.sh --clean --be --fe
>```
>
>这是因为 build-env-for-0.15.0 版本镜像升级了 thrift(0.9 -> 0.13),需要通过 --clean
命令强制使用新版本的 thrift 生成代码文件,否则会出现不兼容的代码。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]