mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 18:58:05 +08:00
[Release][3.1.4] add 3.1.4 release doc (#13621)
This commit is contained in:
parent
6516240e0c
commit
9b4605cbdd
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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,
|
||||
};
|
||||
|
||||
|
@ -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',
|
||||
},
|
||||
{
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user