Browse Source

[Release][3.1.4] add 3.1.4 release doc (#13621)

3.2.0-release
Kerwin 2 years ago committed by GitHub
parent
commit
9b4605cbdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md
  2. 4
      README_zh_CN.md
  3. 2
      docs/configs/index.md.jsx
  4. 6
      docs/configs/site.js
  5. 4
      docs/docs/en/history-versions.md
  6. 4
      docs/docs/zh/history-versions.md

3
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) [![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) [![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) [![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) [![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) [![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) [![EN doc](https://img.shields.io/badge/document-English-blue.svg)](README.md)
## Features ## Features

4
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) [![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) [![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) [![Stargazers over time](https://starchart.cc/apache/dolphinscheduler.svg)](https://starchart.cc/apache/dolphinscheduler)

2
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 docs311Config from '../../../site_config/docs3-1-1';
import docs312Config from '../../../site_config/docs3-1-2'; import docs312Config from '../../../site_config/docs3-1-2';
import docs313Config from '../../../site_config/docs3-1-3'; import docs313Config from '../../../site_config/docs3-1-3';
import docs314Config from '../../../site_config/docs3-1-4';
import docsDevConfig from '../../../site_config/docsdev'; import docsDevConfig from '../../../site_config/docsdev';
const docsSource = { const docsSource = {
@ -82,6 +83,7 @@ const docsSource = {
'3.1.1': docs311Config, '3.1.1': docs311Config,
'3.1.2': docs312Config, '3.1.2': docs312Config,
'3.1.3': docs313Config, '3.1.3': docs313Config,
'3.1.4': docs314Config,
dev: docsDevConfig, dev: docsDevConfig,
}; };

6
docs/configs/site.js

@ -24,7 +24,7 @@ export default {
port: 8080, port: 8080,
domain: 'dolphinscheduler.apache.org', domain: 'dolphinscheduler.apache.org',
copyToDist: ['asset', 'img', 'file', '.asf.yaml', 'sitemap.xml', '.nojekyll', '.htaccess', 'googled0df7b96f277a143.html'], 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 defaultSearch: 'google', // default search engine
defaultLanguage: 'en-us', defaultLanguage: 'en-us',
'en-us': { 'en-us': {
@ -45,7 +45,7 @@ export default {
children: [ children: [
{ {
key: 'docs0', key: 'docs0',
text: 'latest(3.1.3)', text: 'latest(3.1.4)',
link: '/en-us/docs/latest/user_doc/about/introduction.html', link: '/en-us/docs/latest/user_doc/about/introduction.html',
}, },
{ {
@ -173,7 +173,7 @@ export default {
children: [ children: [
{ {
key: 'docs0', key: 'docs0',
text: '最新版本latest(3.1.3)', text: '最新版本latest(3.1.4)',
link: '/zh-cn/docs/latest/user_doc/about/introduction.html', link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
}, },
{ {

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

@ -4,6 +4,10 @@
#### Setup instructions, are available for each stable version of Apache DolphinScheduler below: #### 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 ### Versions: 3.1.3
#### Links: [3.1.3 Document](../3.1.3/user_doc/about/introduction.md) #### Links: [3.1.3 Document](../3.1.3/user_doc/about/introduction.md)

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

@ -4,6 +4,10 @@
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。 #### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
### Versions: 3.1.4
#### Links: [3.1.4 Document](../3.1.4/user_doc/about/introduction.md)
### Versions: 3.1.3 ### Versions: 3.1.3
#### Links: [3.1.3 Document](../3.1.3/user_doc/about/introduction.md) #### Links: [3.1.3 Document](../3.1.3/user_doc/about/introduction.md)

Loading…
Cancel
Save