From 9b4605cbdd5a2c35cabb657d66c53746f1d0d4b5 Mon Sep 17 00:00:00 2001 From: Kerwin <37063904+zhuangchong@users.noreply.github.com> Date: Sat, 25 Feb 2023 11:24:43 +0800 Subject: [PATCH] [Release][3.1.4] add 3.1.4 release doc (#13621) --- README.md | 3 ++- README_zh_CN.md | 4 +++- docs/configs/index.md.jsx | 2 ++ docs/configs/site.js | 6 +++--- docs/docs/en/history-versions.md | 4 ++++ docs/docs/zh/history-versions.md | 4 ++++ 6 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d01bece5c5..a8dbe1c912 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,14 @@ Dolphin Scheduler Official Website ================================================================== [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![codecov](https://codecov.io/gh/apache/dolphinscheduler/branch/dev/graph/badge.svg)](https://codecov.io/gh/apache/dolphinscheduler/branch/dev) +[![codecov](https://codecov.io/gh/apache/dolphinscheduler/branch/dev/graph/badge.svg)]() [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=apache-dolphinscheduler&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache-dolphinscheduler) [![Twitter Follow](https://img.shields.io/twitter/follow/dolphinschedule.svg?style=social&label=Follow)](https://twitter.com/dolphinschedule) [![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://s.apache.org/dolphinscheduler-slack) [![Stargazers over time](https://starchart.cc/apache/dolphinscheduler.svg)](https://starchart.cc/apache/dolphinscheduler) +[![CN doc](https://img.shields.io/badge/文档-中文版-blue.svg)](README_zh_CN.md) [![EN doc](https://img.shields.io/badge/document-English-blue.svg)](README.md) ## Features diff --git a/README_zh_CN.md b/README_zh_CN.md index 4153ef5b05..c9e2e0f0a3 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -3,8 +3,10 @@ Dolphin Scheduler Official Website ================================================================== [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) -[![codecov](https://codecov.io/gh/apache/dolphinscheduler/branch/dev/graph/badge.svg)](https://codecov.io/gh/apache/dolphinscheduler/branch/dev) +[![codecov](https://codecov.io/gh/apache/dolphinscheduler/branch/dev/graph/badge.svg)]() [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=apache-dolphinscheduler&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache-dolphinscheduler) +[![Twitter Follow](https://img.shields.io/twitter/follow/dolphinschedule.svg?style=social&label=Follow)](https://twitter.com/dolphinschedule) +[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://s.apache.org/dolphinscheduler-slack) [![Stargazers over time](https://starchart.cc/apache/dolphinscheduler.svg)](https://starchart.cc/apache/dolphinscheduler) diff --git a/docs/configs/index.md.jsx b/docs/configs/index.md.jsx index 0cef82fc30..b3ca65f093 100644 --- a/docs/configs/index.md.jsx +++ b/docs/configs/index.md.jsx @@ -53,6 +53,7 @@ import docs310Config from '../../../site_config/docs3-1-0'; import docs311Config from '../../../site_config/docs3-1-1'; import docs312Config from '../../../site_config/docs3-1-2'; import docs313Config from '../../../site_config/docs3-1-3'; +import docs314Config from '../../../site_config/docs3-1-4'; import docsDevConfig from '../../../site_config/docsdev'; const docsSource = { @@ -82,6 +83,7 @@ const docsSource = { '3.1.1': docs311Config, '3.1.2': docs312Config, '3.1.3': docs313Config, + '3.1.4': docs314Config, dev: docsDevConfig, }; diff --git a/docs/configs/site.js b/docs/configs/site.js index 640b8bf1ec..9c7a2989f7 100644 --- a/docs/configs/site.js +++ b/docs/configs/site.js @@ -24,7 +24,7 @@ export default { port: 8080, domain: 'dolphinscheduler.apache.org', copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', '.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'], - docsLatest: '3.1.3', + docsLatest: '3.1.4', defaultSearch: 'google', // default search engine defaultLanguage: 'en-us', 'en-us': { @@ -45,7 +45,7 @@ export default { children: [ { key: 'docs0', - text: 'latest(3.1.3)', + text: 'latest(3.1.4)', link: '/en-us/docs/latest/user_doc/about/introduction.html', }, { @@ -173,7 +173,7 @@ export default { children: [ { key: 'docs0', - text: '最新版本latest(3.1.3)', + text: '最新版本latest(3.1.4)', link: '/zh-cn/docs/latest/user_doc/about/introduction.html', }, { diff --git a/docs/docs/en/history-versions.md b/docs/docs/en/history-versions.md index 3899fd96b0..8376719763 100644 --- a/docs/docs/en/history-versions.md +++ b/docs/docs/en/history-versions.md @@ -4,6 +4,10 @@ #### Setup instructions, are available for each stable version of Apache DolphinScheduler below: +### Versions: 3.1.4 + +#### Links: [3.1.4 Document](../3.1.4/user_doc/about/introduction.md) + ### Versions: 3.1.3 #### Links: [3.1.3 Document](../3.1.3/user_doc/about/introduction.md) diff --git a/docs/docs/zh/history-versions.md b/docs/docs/zh/history-versions.md index 142ba1a1cb..2465dfaf26 100644 --- a/docs/docs/zh/history-versions.md +++ b/docs/docs/zh/history-versions.md @@ -4,6 +4,10 @@ #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。 +### Versions: 3.1.4 + +#### Links: [3.1.4 Document](../3.1.4/user_doc/about/introduction.md) + ### Versions: 3.1.3 #### Links: [3.1.3 Document](../3.1.3/user_doc/about/introduction.md)