Skip to content

Commit 5cba103

Browse files
authored
Update info.txt
1 parent c0d54a1 commit 5cba103

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

info.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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
#拷贝中文新版本文档
1515
cd 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/
8888
web->linkis-web
8989

9090
assembly-combined-package
91-
->
91+
->

0 commit comments

Comments
 (0)