This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1ebb865  minor improvement
1ebb865 is described below

commit 1ebb865447e700ce6142d1de593c6d7f6c50604c
Author: benjobs <[email protected]>
AuthorDate: Wed Oct 4 12:50:21 2023 +0800

    minor improvement
---
 docs/components/data.js                                              | 2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current/components/data.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/components/data.js b/docs/components/data.js
index eff55c8..e868a20 100644
--- a/docs/components/data.js
+++ b/docs/components/data.js
@@ -105,7 +105,7 @@ export default {
         {name: 'OS', version: 'Linux', required: false, other: 'Supports 
Windows, recommended to use Mac/Linux.'},
         {name: 'IDE', version: 'Intellij IDEA', required: false, other: 
'Recommended to use Intellij IDEA'},
         {name: 'JAVA', version: '1.8 +', required: true, other: null},
-        {name: 'Scala', version: '2.12.x', required: true, other: null},
+        {name: 'Scala', version: '2.12.x', required: true, other: 'install 
scala-plugin in Intellij IDEA'},
         {name: 'Nodejs', version: '5.6 +', required: true, other: 'Node 
>=16.15.1 <= 18, https://nodejs.org'},
         {name: 'pnpm', version: '7.11.2', required: true, other: 'npm install 
-g pnpm'},
         {name: 'Flink', version: '1.12.0 +', required: true, other: 'Flink >= 
1.12, just download and unpack it.'},
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/components/data.js 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/components/data.js
index 5bce52d..0a5b77c 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/components/data.js
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/components/data.js
@@ -109,7 +109,7 @@ export default {
         {name: '操作系统', version: 'Linux', required: false, other: '支持 Windows, 
推荐使用 Mac/Linux.'},
         {name: 'IDE', version: 'Intellij IDEA', required: false, other: '推荐使用 
Intellij IDEA'},
         {name: 'JAVA', version: '1.8 +', required: true, other: null},
-        {name: 'Scala', version: '2.12.x', required: true, other: null},
+        {name: 'Scala', version: '2.12.x', required: true, other: '如果 IDE 是 
Intellij IDEA 直接安装Scala插件即可'},
         {name: 'Nodejs', version: '5.6 +', required: true, other: 'Node 
>=16.15.1 <= 18, https://nodejs.org'},
         {name: 'pnpm', version: '7.11.2', required: true, other: 'npm install 
-g pnpm'},
         {name: 'Flink', version: '1.12.0 +', required: true, other: 'Flink >= 
1.12, 只需要从Flink官网下载解绑即可'},

Reply via email to