File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,23 @@ https://www.apache.org/foundation/marks/pmcs#websites
66
77
88创建新版本
9- 基于当前的1.2 .0 创建1.1.3
9+ 基于当前的1.6 .0 创建1.7.0
1010
11- #存档1.2 .0 版本文档
12- npm run docusaurus docs:version 1.2 .0
11+ #存档1.6 .0 版本文档
12+ npm run docusaurus docs:version 1.6 .0
1313
1414#拷贝中文新版本文档
1515cd i18n/zh-CN/docusaurus-plugin-content-docs
16- cp -r current version-1.2 .0
17- cp -r current.json version-1.2 .0.json
18- 修改 current.json version-1.2 .0.json "version.label":
16+ cp -r current version-1.6 .0
17+ cp -r current.json version-1.6 .0.json
18+ 修改 current.json version-1.6 .0.json "version.label":
1919
2020修改配置docusaurus.config.js
2121
2222 versions: {
2323 current: {
24- path: '1.2 .0',
25- label: 'Next(1.2 .0)'
24+ path: '1.7 .0',
25+ label: 'Next(1.8 .0)'
2626 },
2727 '1.1.1': {
2828 path: 'latest',
@@ -40,7 +40,7 @@ cp -r current.json version-1.2.0.json
4040 }
4141
4242 items: [
43- {label: 'Next(1.7 .0)', to: '/docs/1.7.0/introduction'},
43+ {label: 'Next(1.8 .0)', to: '/docs/1.7.0/introduction'},
4444 {label: '1.1.3', to: '/docs/latest/about/introduction'},
4545 {label: '1.2.0', to: '/docs/1.2.0/introduction'},
4646 {label: '1.1.1', to: '/docs/1.1.1/introduction'},
@@ -88,4 +88,4 @@ linkis-engineconn-plugins/
8888web->linkis-web
8989
9090assembly-combined-package
91- ->
91+ ->
You can’t perform that action at this time.
0 commit comments