Skip to content

Commit 9b4605c

Browse files
authored
[Release][3.1.4] add 3.1.4 release doc (#13621)
1 parent 6516240 commit 9b4605c

6 files changed

Lines changed: 18 additions & 5 deletions

File tree

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ Dolphin Scheduler Official Website
33
==================================================================
44

55
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
6-
[![codecov](https://codecov.io/gh/apache/dolphinscheduler/branch/dev/graph/badge.svg)](https://codecov.io/gh/apache/dolphinscheduler/branch/dev)
6+
[![codecov](https://codecov.io/gh/apache/dolphinscheduler/branch/dev/graph/badge.svg)]()
77
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=apache-dolphinscheduler&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache-dolphinscheduler)
88
[![Twitter Follow](https://img.shields.io/twitter/follow/dolphinschedule.svg?style=social&label=Follow)](https://twitter.com/dolphinschedule)
99
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://s.apache.org/dolphinscheduler-slack)
1010

1111
[![Stargazers over time](https://starchart.cc/apache/dolphinscheduler.svg)](https://starchart.cc/apache/dolphinscheduler)
1212

13+
[![CN doc](https://img.shields.io/badge/文档-中文版-blue.svg)](README_zh_CN.md)
1314
[![EN doc](https://img.shields.io/badge/document-English-blue.svg)](README.md)
1415

1516
## Features

‎README_zh_CN.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ Dolphin Scheduler Official Website
33
==================================================================
44

55
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
6-
[![codecov](https://codecov.io/gh/apache/dolphinscheduler/branch/dev/graph/badge.svg)](https://codecov.io/gh/apache/dolphinscheduler/branch/dev)
6+
[![codecov](https://codecov.io/gh/apache/dolphinscheduler/branch/dev/graph/badge.svg)]()
77
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=apache-dolphinscheduler&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache-dolphinscheduler)
8+
[![Twitter Follow](https://img.shields.io/twitter/follow/dolphinschedule.svg?style=social&label=Follow)](https://twitter.com/dolphinschedule)
9+
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://s.apache.org/dolphinscheduler-slack)
810

911
[![Stargazers over time](https://starchart.cc/apache/dolphinscheduler.svg)](https://starchart.cc/apache/dolphinscheduler)
1012

‎docs/configs/index.md.jsx‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ import docs310Config from '../../../site_config/docs3-1-0';
5353
import docs311Config from '../../../site_config/docs3-1-1';
5454
import docs312Config from '../../../site_config/docs3-1-2';
5555
import docs313Config from '../../../site_config/docs3-1-3';
56+
import docs314Config from '../../../site_config/docs3-1-4';
5657
import docsDevConfig from '../../../site_config/docsdev';
5758

5859
const docsSource = {
@@ -82,6 +83,7 @@ const docsSource = {
8283
'3.1.1': docs311Config,
8384
'3.1.2': docs312Config,
8485
'3.1.3': docs313Config,
86+
'3.1.4': docs314Config,
8587
dev: docsDevConfig,
8688
};
8789

‎docs/configs/site.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
port: 8080,
2525
domain: 'dolphinscheduler.apache.org',
2626
copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', '.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'],
27-
docsLatest: '3.1.3',
27+
docsLatest: '3.1.4',
2828
defaultSearch: 'google', // default search engine
2929
defaultLanguage: 'en-us',
3030
'en-us': {
@@ -45,7 +45,7 @@ export default {
4545
children: [
4646
{
4747
key: 'docs0',
48-
text: 'latest(3.1.3)',
48+
text: 'latest(3.1.4)',
4949
link: '/en-us/docs/latest/user_doc/about/introduction.html',
5050
},
5151
{
@@ -173,7 +173,7 @@ export default {
173173
children: [
174174
{
175175
key: 'docs0',
176-
text: '最新版本latest(3.1.3)',
176+
text: '最新版本latest(3.1.4)',
177177
link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
178178
},
179179
{

‎docs/docs/en/history-versions.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
#### Setup instructions, are available for each stable version of Apache DolphinScheduler below:
66

7+
### Versions: 3.1.4
8+
9+
#### Links: [3.1.4 Document](../3.1.4/user_doc/about/introduction.md)
10+
711
### Versions: 3.1.3
812

913
#### Links: [3.1.3 Document](../3.1.3/user_doc/about/introduction.md)

‎docs/docs/zh/history-versions.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
66

7+
### Versions: 3.1.4
8+
9+
#### Links: [3.1.4 Document](../3.1.4/user_doc/about/introduction.md)
10+
711
### Versions: 3.1.3
812

913
#### Links: [3.1.3 Document](../3.1.3/user_doc/about/introduction.md)

0 commit comments

Comments
 (0)