This is an automated email from the ASF dual-hosted git repository.
leojie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new f79357b9e5a Fix hbase engine docs,
https://github.com/apache/linkis/pull/4891 (#772)
f79357b9e5a is described below
commit f79357b9e5aa6725e51e77bb18c4561336946716
Author: weixiao <[email protected]>
AuthorDate: Fri Dec 1 01:02:10 2023 -0600
Fix hbase engine docs, https://github.com/apache/linkis/pull/4891 (#772)
Co-authored-by: Longping Jie <[email protected]>
---
docs/engine-usage/hbase.md | 2 +-
.../docusaurus-plugin-content-docs/current/engine-usage/hbase.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/engine-usage/hbase.md b/docs/engine-usage/hbase.md
index 9284db1f478..04e7066b3df 100644
--- a/docs/engine-usage/hbase.md
+++ b/docs/engine-usage/hbase.md
@@ -22,7 +22,7 @@ echo ${JAVA_HOME}
### 2.1 Engine plugin preparation [non-default engine](./overview.md)
-Method 2: Compile the engine plug-in separately (requires a `maven`
environment)
+Compile the engine plug-in separately (requires a `maven` environment)
```
# compile
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/hbase.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/hbase.md
index cba264831c3..fb09c8905f6 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/hbase.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/engine-usage/hbase.md
@@ -19,9 +19,9 @@ echo ${JAVA_HOME}
## 2. 引擎插件安装
-### 2.1 引擎插件准备(二选一)[非默认引擎](./overview.md)
+### 2.1 引擎插件准备 [非默认引擎](./overview.md)
-方式一:单独编译引擎插件(需要有 `maven` 环境)
+单独编译引擎插件(需要有 `maven` 环境)
```
# 编译
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]