Compare commits

...

2 Commits

Author SHA1 Message Date
Jiajie Zhong c7ccf5b524 correct the doc link 2022-04-15 21:33:33 +08:00
Jiajie Zhong c70cd6ef5e [doc] Add new release for 3.0.0-alpha 2022-04-15 19:07:29 +08:00
4 changed files with 17 additions and 7 deletions

View File

@ -42,6 +42,7 @@ import docs201Config from '../../../site_config/docs2-0-1';
import docs202Config from '../../../site_config/docs2-0-2';
import docs203Config from '../../../site_config/docs2-0-3';
import docs205Config from '../../../site_config/docs2-0-5';
import docs300Config from '../../../site_config/docs3-0-0';
import docsDevConfig from '../../../site_config/docsdev';
const docsSource = {
@ -60,6 +61,7 @@ const docsSource = {
'2.0.2': docs202Config,
'2.0.3': docs203Config,
'2.0.5': docs205Config,
'3.0.0': docs300Config,
dev: docsDevConfig,
};

View File

@ -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: '2.0.5',
docsLatest: '3.0.0',
defaultSearch: 'google', // default search engine
defaultLanguage: 'en-us',
'en-us': {
@ -41,12 +41,12 @@ export default {
{
key: 'docs',
text: 'DOCS',
link: '/en-us/docs/latest/user_doc/guide/quick-start.html',
link: '/en-us/docs/latest/user_doc/about/introduction.html',
children: [
{
key: 'docs0',
text: 'latest(2.0.5)',
link: '/en-us/docs/latest/user_doc/guide/quick-start.html',
text: 'latest(3.0.0-alpha)',
link: '/en-us/docs/latest/user_doc/about/introduction.html',
},
{
key: 'docs1',
@ -227,12 +227,12 @@ export default {
{
key: 'docs',
text: '',
link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html',
link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
children: [
{
key: 'docs0',
text: 'latest(2.0.5)',
link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html',
text: 'latest(3.0.0-alpha)',
link: '/zh-cn/docs/latest/user_doc/about/introduction.html',
},
{
key: 'docs1',

View File

@ -4,6 +4,10 @@
#### Setup instructions, are available for each stable version of Apache DolphinScheduler below:
### Versions: 3.0.0-alpha
#### Links [3.0.0-alpha Document](../3.0.0/user_doc/guide/quick-start.md)
### Versions: 2.0.5
#### Links [2.0.5 Document](../2.0.5/user_doc/guide/quick-start.md)

View File

@ -3,6 +3,10 @@
# 历史版本:
#### 以下是Apache DolphinScheduler每个稳定版本的设置说明。
### Versions: 3.0.0-alpha
#### Links [3.0.0-alpha 文档](../3.0.0/user_doc/guide/quick-start.md)
### 版本2.0.5
#### 地址:[2.0.5 文档](../2.0.5/user_doc/guide/quick-start.md)