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 ccb4d4e22bf fix extra space and backslash (#56)
ccb4d4e22bf is described below
commit ccb4d4e22bfc14d3c1bf73badf14ca1f35f81874
Author: timey <[email protected]>
AuthorDate: Mon Aug 22 08:56:32 2022 +0800
fix extra space and backslash (#56)
fix extra space and backslash
---
.../current/developer-guide/fe-eclipse-dev.md | 2 +-
src/pages/download/index.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-eclipse-dev.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-eclipse-dev.md
index dc2b155982b..b3179e6d084 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-eclipse-dev.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/developer-guide/fe-eclipse-dev.md
@@ -38,7 +38,7 @@ FE 模块需要部分生成代码,如 Thrift、Protobuf, jflex, cup 等框架
#### windows下开发获取生成代码步骤
-1. 在 Linux 下, 进入 `fe 目录下执行以下命令:
+1. 在 Linux 下, 进入 fe 目录下执行以下命令:
```
mvn generate-sources
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index e5d58bf0ec9..7ce8392dda0 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -169,7 +169,7 @@ export default function Download(): JSX.Element {
If the CPU does not support the avx2
instruction set, select the no avx2 version. You
can check whether it is supported by
</Translate>
- <code>cat /proc/cpu info</code>
+ <code>cat /proc/cpuinfo</code>
<Translate
id="download.quick.download.intr.suffix">
. The avx2 instruction will improve the
computational efficiency of data structures such
as bloom filter.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]