You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/08/20 09:31:04 UTC

[incubator-linkis-website] branch dev updated: update docs (#487)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new cf6335d336 update docs (#487)
cf6335d336 is described below

commit cf6335d336dee883b4d715e482429ad40b548b65
Author: Casion <ca...@gmail.com>
AuthorDate: Sat Aug 20 17:31:00 2022 +0800

    update docs (#487)
---
 README.md                                          | 24 +++++++++++++++++--
 README_ZH.md                                       | 22 ++++++++++++++++--
 community/how-to-release.md                        |  4 ++--
 download/release-notes-1.2.0.md                    | 16 +++++++++----
 .../current/how-to-release.md                      |  4 ++--
 .../current/how-to-verify.md                       |  2 +-
 .../current/release-notes-1.2.0.md                 | 27 ++++++++++++++--------
 7 files changed, 76 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md
index 633dc53de6..bd5ccd655d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,25 @@
-# Apache Linkis Website
-[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+<h2 align="center">
+  Apache Linkis Website
+</h2>
+
+<p align="center">
+  <strong>Linkis builds a computation middleware layer to decouple the upper applications and the underlying data engines, 
+  provides standardized interfaces (REST, JDBC, WebSocket etc.) to easily connect to various underlying engines (Spark, Presto, Flink, etc.), 
+  while enables cross engine context sharing, unified job& engine governance and orchestration.</strong>
+</p>
+<p align="center">
+  <a href="https://linkis.apache.org/">https://linkis.apache.org/</a>
+</p>
+
+<p align="center">
+  <a href="https://linkis.apache.org/docs/latest/introduction/" >
+    <img src="https://img.shields.io/badge/document-English-blue.svg" alt="EN docs" />
+  </a>
+  <a href="https://linkis.apache.org/zh-CN/docs/latest/introduction/">
+    <img src="https://img.shields.io/badge/文档-简体中文-blue.svg" alt="简体中文文档" />
+  </a>
+</p>
+------
 
 [English](README.md) | [中文](README_ZH.md)
 
diff --git a/README_ZH.md b/README_ZH.md
index cf69d4922f..21c08b0f3f 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,6 +1,24 @@
-# Apache Linkis Website
-[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+<h2 align="center">
+  Apache Linkis Website
+</h2>
 
+<p align="center">
+  <strong>Linkis 在上层应用和底层引擎之间构建了一层计算中间件。通过使用Linkis 提供的REST/WebSocket/JDBC 等标准接口,
+  上层应用可以方便地连接访问Spark, Presto, Flink 等底层引擎,同时实现跨引擎上下文共享、统一的计算任务和引擎治理与编排能力</strong>
+</p>
+<p align="center">
+  <a href="https://linkis.apache.org/">https://linkis.apache.org/</a>
+</p>
+
+<p align="center">
+  <a href="https://linkis.apache.org/docs/latest/introduction/" >
+    <img src="https://img.shields.io/badge/document-English-blue.svg" alt="EN docs" />
+  </a>
+  <a href="https://linkis.apache.org/zh-CN/docs/latest/introduction/">
+    <img src="https://img.shields.io/badge/文档-简体中文-blue.svg" alt="简体中文文档" />
+  </a>
+</p>
+------
 [English](README.md) | [中文](README_ZH.md)
 
 这是包含 `https://linkis.apache.org` 的所有源代码的存储库。
diff --git a/community/how-to-release.md b/community/how-to-release.md
index bc099335a6..b1a81a4eed 100644
--- a/community/how-to-release.md
+++ b/community/how-to-release.md
@@ -318,7 +318,7 @@ Download Node.js to the local and install it. Download link: [http://nodejs.cn/d
 Execute the following commands in the terminal command line:
 ```shell
 #Enter the project WEB root directory
-$ cd incubator-linkis/web
+$ cd incubator-linkis/linkis-web
 #Required dependencies for installation project
 $ npm install
 ```
@@ -765,7 +765,7 @@ cp linkis-dist/target/apache-linkis-$release_version-incubating-bin.tar.gz dist/
 
 #step3 Package the web (if you need to publish the front end)
 
-cd web
+cd linkis-web
 #Installation dependencies
 npm install
 npm run build
diff --git a/download/release-notes-1.2.0.md b/download/release-notes-1.2.0.md
index d71c5fe720..0334a37392 100644
--- a/download/release-notes-1.2.0.md
+++ b/download/release-notes-1.2.0.md
@@ -1,5 +1,5 @@
 ---
-title: Release Notes 1.2.0
+title: Release Notes 1.2.0-RC1
 sidebar_position: 0.18
 ---
 
@@ -9,8 +9,12 @@ Apache Linkis(incubating) 1.2.0 includes all of [Project Linkis-1.2.0](https://g
 This release mainly supports Presto and ElasticSearch engines for Linkis 1.X architecture, enhances JDBC engine to support configuration multiple data source, supports displaying historical engine information on web, reduced and optimized Linkis modules, improved test cases for some engines, and made a lot of bug fixes and feature improvements.
 
 The main functions are as follows:
-+ Supports Presto and ElasticSearch engines for Linkis 1.X architecture
-+ ...
+
+* Added support for Presto engine
+* Added support for ElasticSearch engine
+* Added features to JDBC engine to support data source mode
+* Reduce and optimize Linkis modules
+* Data source module interface optimization
 
 Abbreviations:
 - COMMON: Linkis Common
@@ -140,4 +144,8 @@ Abbreviations:
 + \[CG][[LINKIS-2452]](https://github.com/apache/incubator-linkis/issues/2452) Upgrade oshi-core version
 
 ## Thanks
-The release of Apache Linkis(incubating) 1.2.0 is inseparable from the contributors of the Linkis community. Thanks to all the community contributors, including but not limited to the following Contributors (in no particular order): CCweixiao, Dlimeng, QuintinTao, WenxiangFan, aiceflower, barry8023, binbinCheng, casionone, duhanmin, gabeng1996, huangKai-2323, huapan123456, huiyuanjjjjuice, hunter-cloud09, jackxu2011, legendtkl, liangqilang, liuyou2, mindflow94, peacewong, ruY9527, seedsc [...]
\ No newline at end of file
+The release of Apache Linkis(incubating) 1.2.0 is inseparable from the contributors of the Linkis community. 
+Thanks to all the community contributors, including but not limited to the following Contributors 
+(in no particular order): CCweixiao, Dlimeng, QuintinTao, WenxiangFan, aiceflower, barry8023, binbinCheng,
+ casionone, duhanmin, gabeng1996, huangKai-2323, huapan123456, huiyuanjjjjuice, hunter-cloud09, jackxu2011, 
+ legendtkl, liangqilang, liuyou2, mindflow94, peacewong, ruY9527, seedscoder, wForget, yyuser5201314
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
index d18dc77dff..cb0a697e14 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
@@ -376,7 +376,7 @@ $ cp  linkis-dist/target/apache-linkis-1.1.2-incubating-bin.tar.gz   dist/apache
 在终端命令行中执行以下指令:
 ```
 #进入项目WEB根目录
-$ cd incubator-linkis/web
+$ cd incubator-linkis/linkis-web
 #安装项目所需依赖
 $ npm install
 ```
@@ -947,7 +947,7 @@ cp  linkis-dist/target/apache-linkis-$release_version-incubating-bin.tar.gz   di
 
 #step3 打包web(如果需要发布前端)
 
-cd web
+cd linkis-web
 #安装依赖
 npm install
 npm run build
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
index 624e53e7ea..df392da6f7 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
@@ -219,7 +219,7 @@ $ npm install
 
 
 ### 2.5 检查二进制包
->如果上传了项目的二进制包/web的编译包
+>如果上传了项目的二进制包/linkis-web的编译包
 
 解压缩`apache-linkis-${release_version}-incubating-bin.tar.gz`,
 
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.2.0.md b/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.2.0.md
index dfdfca2f6f..40f4145008 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.2.0.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.2.0.md
@@ -1,19 +1,23 @@
 ---
-title: Release Notes 1.2.0
+title: Release Notes 1.2.0-RC1
 sidebar_position: 0.18
 ---
 
 Apache Linkis(incubating) 1.2.0 包括所有 [Project Linkis-1.2.0](https://github.com/apache/incubator-linkis/projects/12).
 
-
-Linkis 1.2.0 版本发布主要支持Presto和ElasticSearch引擎,同时增强了JDBC引擎,支持配置多数据源,支持在web上显示引擎的历史信息,减少和优化Linkis模块,改进部分引擎的测试用例,并进行了大量的bug修复和功能改进。
+Linkis 1.2.0 版本发布主要支持Presto和ElasticSearch引擎;对JDBC引擎新增特性,以支持数据源模式;减少和优化Linkis模块;数据源功能优化;改进部分引擎的测试用例,并进行了大量的bug修复和功能改进。
 
 主要功能如下:
-* 支持 Presto 引擎和 ElasticSearch 引擎
-* 增强了 JDBC 引擎,支持配置多数据源
-* 支持在 web 上显示引擎的历史信息
-+ ...
-
+* 新增对 Presto 引擎的支持 
+* 新增对 ElasticSearch 引擎的支持
+* JDBC引擎新增特性:支持数据源模式
+* 减少和优化Linkis部分模块
+* 数据源功能模块接口优化
+* 集成swagger,http 接口新增swagger注解说明 
+* entrance支持Route标签租户隔离 
+* 支持SDK客户端任务重试 
+* 新增单个Entrance任务统计接口 
+* 管理台资源管理页面支持查看历史引擎信息
 缩写:
 - COMMON: Linkis Common
 - EC: Engineconn
@@ -32,7 +36,7 @@ Linkis 1.2.0 版本发布主要支持Presto和ElasticSearch引擎,同时增强
 + \[ECP-PRESTO][[LINKIS-1631]](https://github.com/apache/incubator-linkis/issues/1631) 增强Presto引擎,适配Linkis 1.X 架构
 + \[ECP-ES][[LINKIS-1632]](https://github.com/apache/incubator-linkis/issues/1632) 增强ElasticSearch引擎, 适配Linkis 1.X 架构
 + \[ECP-JDBC][[LINKIS-2092]](https://github.com/apache/incubator-linkis/issues/2092) Linkis JDBC引擎支持多个数据源链接
-+ \[COMMON][[LINKIS-2191]](https://github.com/apache/incubator-linkis/issues/2191) 为所有服务添加离线公共rest api
++ \[COMMON][[LINKIS-2191]](https://github.com/apache/incubator-linkis/issues/2191) 为所有服务添加offline的公共通用接口
 + \[CG][[LINKIS-2222]](https://github.com/apache/incubator-linkis/issues/2222) 单链路入口任务指标收集
 + \[CG][[LINKIS-2227]](https://github.com/apache/incubator-linkis/issues/2227) 添加ECR历史查询接口
 + \[WEB][[LINKIS-2227]](https://github.com/apache/incubator-linkis/issues/2227) 支持显示引擎历史信息
@@ -142,4 +146,7 @@ Linkis 1.2.0 版本发布主要支持Presto和ElasticSearch引擎,同时增强
 + \[CG][[LINKIS-2452]](https://github.com/apache/incubator-linkis/issues/2452) oshi-core 版本升级
 
 ## 致谢
-Apache Linkis(incubating) 1.2.0的发布离不开Linkis社区的贡献者,感谢所有的社区贡献者,包括但不仅限于以下Contributors(排名不发先后): CCweixiao, Dlimeng, QuintinTao, WenxiangFan, aiceflower, barry8023, binbinCheng, casionone, duhanmin, gabeng1996, huangKai-2323, huapan123456, huiyuanjjjjuice, hunter-cloud09, jackxu2011, legendtkl, liangqilang, liuyou2, mindflow94, peacewong, ruY9527, seedscoder, wForget, yyuser5201314
\ No newline at end of file
+Apache Linkis(incubating) 1.2.0的发布离不开Linkis社区的贡献者,感谢所有的社区贡献者,包括但不仅限于以下Contributors(排名不发先后): 
+CCweixiao, Dlimeng, QuintinTao, WenxiangFan, aiceflower, barry8023, binbinCheng, casionone,
+ duhanmin, gabeng1996, huangKai-2323, huapan123456, huiyuanjjjjuice, hunter-cloud09, jackxu2011,
+legendtkl, liangqilang, liuyou2, mindflow94, peacewong, ruY9527, seedscoder, wForget, yyuser5201314
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org