mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 11:17:54 +08:00
parent
ccad56e88e
commit
2c952139b4
@ -48,6 +48,7 @@ import docs300Config from '../../../site_config/docs3-0-0';
|
||||
import docs301Config from '../../../site_config/docs3-0-1';
|
||||
import docs302Config from '../../../site_config/docs3-0-2';
|
||||
import docs303Config from '../../../site_config/docs3-0-3';
|
||||
import docs304Config from '../../../site_config/docs3-0-4';
|
||||
import docs310Config from '../../../site_config/docs3-1-0';
|
||||
import docs311Config from '../../../site_config/docs3-1-1';
|
||||
import docs312Config from '../../../site_config/docs3-1-2';
|
||||
@ -75,6 +76,7 @@ const docsSource = {
|
||||
'3.0.1': docs301Config,
|
||||
'3.0.2': docs302Config,
|
||||
'3.0.3': docs303Config,
|
||||
'3.0.4': docs304Config,
|
||||
'3.1.0': docs310Config,
|
||||
'3.1.1': docs311Config,
|
||||
'3.1.2': docs312Config,
|
||||
|
@ -50,8 +50,8 @@ export default {
|
||||
},
|
||||
{
|
||||
key: 'docs1',
|
||||
text: '3.0.3',
|
||||
link: '/en-us/docs/3.0.3/user_doc/about/introduction.html',
|
||||
text: '3.0.4',
|
||||
link: '/en-us/docs/3.0.4/user_doc/about/introduction.html',
|
||||
},
|
||||
{
|
||||
key: 'docs2',
|
||||
@ -178,8 +178,8 @@ export default {
|
||||
},
|
||||
{
|
||||
key: 'docs1',
|
||||
text: '3.0.3',
|
||||
link: '/zh-cn/docs/3.0.3/user_doc/about/introduction.html',
|
||||
text: '3.0.4',
|
||||
link: '/zh-cn/docs/3.0.4/user_doc/about/introduction.html',
|
||||
},
|
||||
{
|
||||
key: 'docs2',
|
||||
|
@ -480,7 +480,7 @@ Website should be present before you send the announce mail this section will te
|
||||
the release version is `<VERSION>`, the following updates are required(note it will take effect immediately when the PR is merged):
|
||||
|
||||
- Repository **apache/dolphinscheduler-website**:
|
||||
- `download/en-us/download.md` and `download/zh-cn/download.md`: add the download of the `<VERSION>` release package
|
||||
- `config/download.json`: add the download of the `<VERSION>` release package
|
||||
- `scripts/conf.sh`: Add new release version `<VERSION>` key-value pair to variable `DEV_RELEASE_DOCS_VERSIONS`
|
||||
- Repository **apache/dolphinscheduler** (dev branch):
|
||||
- `docs/configs/site.js`:
|
||||
|
@ -16,7 +16,11 @@
|
||||
|
||||
#### Links: [3.1.0 Document](../3.1.0/user_doc/about/introduction.md)
|
||||
|
||||
### Versions: 3.0.2
|
||||
### Versions: 3.0.4
|
||||
|
||||
#### Links: [3.0.4 Document](../3.0.4/user_doc/about/introduction.md)
|
||||
|
||||
### Versions: 3.0.3
|
||||
|
||||
#### Links: [3.0.3 Document](../3.0.3/user_doc/about/introduction.md)
|
||||
|
||||
|
@ -482,7 +482,7 @@ git push --delete "${GH_REMOTE}" "${VERSION}-prepare"
|
||||
官网应该在您发送通知邮件之前完成更新,本节将告诉您如何更改网站。假设发版的版本是 `<VERSION>`,需要进行以下更新(注意,当修改 pull requests 被 merge 后就会生效):
|
||||
|
||||
- **apache/dolphinscheduler-website** 仓库:
|
||||
- `download/en-us/download.md` 和 `download/zh-cn/download.md`: 增加 `<VERSION>` 版本发布包的下载
|
||||
- `config/download.json`: 增加 `<VERSION>` 版本发布包的下载
|
||||
- `scripts/conf.sh`: 在变量 `DEV_RELEASE_DOCS_VERSIONS` 中增加版本为 `<VERSION>` 的新键值对
|
||||
- **apache/dolphinscheduler** 仓库 (dev 分支):
|
||||
- `docs/configs/site.js`:
|
||||
|
@ -16,6 +16,10 @@
|
||||
|
||||
#### Links: [3.1.0 文档](../3.1.0/user_doc/about/introduction.md)
|
||||
|
||||
### Versions: 3.0.4
|
||||
|
||||
#### Links: [3.0.4 文档](../3.0.4/user_doc/about/introduction.md)
|
||||
|
||||
### Versions: 3.0.3
|
||||
|
||||
#### Links: [3.0.3 文档](../3.0.3/user_doc/about/introduction.md)
|
||||
|
Loading…
Reference in New Issue
Block a user