This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new fd40edc1635 update 1.7.0 to next version (#797)
fd40edc1635 is described below
commit fd40edc16356fd6a14ed82ef3b29c87a9d78f9a1
Author: peacewong <[email protected]>
AuthorDate: Mon Jul 8 12:04:07 2024 +0800
update 1.7.0 to next version (#797)
---
src/pages/versions/config.json | 28 +++++++++++++++++-----------
1 file changed, 17 insertions(+), 11 deletions(-)
diff --git a/src/pages/versions/config.json b/src/pages/versions/config.json
index 73066a889e7..7e9b23af27a 100644
--- a/src/pages/versions/config.json
+++ b/src/pages/versions/config.json
@@ -12,10 +12,16 @@
"source": "源代码",
"release": "Release Note",
"latestData": [
+ {
+ "versionLabel": "1.6.0",
+ "downloadUrl": "/zh-CN/download/release-notes-1.6.0",
+ "docUrl": "/zh-CN/docs/latest/about/introduction",
+ "sourceTag":"1.6.0"
+ },
{
"versionLabel": "1.5.0",
"downloadUrl": "/zh-CN/download/release-notes-1.5.0",
- "docUrl": "/zh-CN/docs/latest/about/introduction",
+ "docUrl": "/zh-CN/docs/1.5.0/about/introduction",
"sourceTag":"1.5.0"
},
{
@@ -23,21 +29,21 @@
"downloadUrl": "/zh-CN/download/release-notes-1.4.0",
"docUrl": "/zh-CN/docs/1.4.0/about/introduction",
"sourceTag":"1.4.0"
- },
- {
- "versionLabel": "1.3.2",
- "downloadUrl": "/zh-CN/download/release-notes-1.3.2",
- "docUrl": "/zh-CN/docs/1.3.2/about/introduction",
- "sourceTag":"1.3.2"
}
],
"nextData": [
{
- "versionLabel": "Next-1.6.0(WIP)",
- "docUrl": "/zh-CN/docs/1.6.0/about/introduction"
+ "versionLabel": "Next-1.7.0(WIP)",
+ "docUrl": "/zh-CN/docs/1.7.0/about/introduction"
}
],
"historyData": [
+ {
+ "versionLabel": "1.3.2",
+ "downloadUrl": "/zh-CN/download/release-notes-1.3.2",
+ "docUrl": "/zh-CN/docs/1.3.2/about/introduction",
+ "sourceTag": "1.3.2"
+ },
{
"versionLabel": "1.3.1",
"downloadUrl": "/zh-CN/download/release-notes-1.3.1",
@@ -129,8 +135,8 @@
],
"nextData": [
{
- "versionLabel": "Next-1.5.0(WIP)",
- "docUrl": "/docs/1.5.0/about/introduction"
+ "versionLabel": "Next-1.7.0(WIP)",
+ "docUrl": "/docs/1.7.0/about/introduction"
}
],
"historyData": [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]