Compare commits
2 Commits
dev
...
doc-new-re
| Author | SHA1 | Date |
|---|---|---|
|
|
c7ccf5b524 | |
|
|
c70cd6ef5e |
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue