You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/01/29 07:03:24 UTC

[incubator-linkis-website] branch dev updated: update docs version page

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/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1194728  update docs version page
     new a6652ad  Merge pull request #137 from casionone/dev
1194728 is described below

commit 1194728e4664fbc09d059aa5ef65a1edb9c45e98
Author: casionone <ca...@gmail.com>
AuthorDate: Sat Jan 29 15:02:13 2022 +0800

    update docs version page
---
 docusaurus.config.js           |  2 +-
 src/pages/versions/config.json | 40 +++++++++++++++++++++++-----------------
 2 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 4e09dad..cf7e443 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -169,7 +169,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
                 to: "/docs/1.1.0/introduction",
               },
               {
-                label: "1.0.3 (WIP)",
+                label: "1.0.3",
                 to: "/docs/1.0.3/introduction",
               },
               {
diff --git a/src/pages/versions/config.json b/src/pages/versions/config.json
index 1ae856e..303aed8 100644
--- a/src/pages/versions/config.json
+++ b/src/pages/versions/config.json
@@ -13,25 +13,28 @@
       "release": "Release Note",
       "latestData": [
         {
-        "versionLabel": "1.0.2",
-        "downloadUrl": "/zh-CN/download/release-1.0.2",
-        "docUrl": "/zh-CN/docs/latest/introduction",
-        "sourceTag":"1.0.2"
+          "versionLabel": "1.0.3",
+          "downloadUrl": "/zh-CN/download/release-1.0.3",
+          "docUrl": "/zh-CN/docs/1.0.3/introduction",
+          "sourceTag":"1.0.3"
         }
       ],
       "nextData": [
         {
-        "versionLabel": "1.0.3(WIP)",
-        "docUrl": "/zh-CN/docs/1.0.3/introduction"
-        },
-        {
           "versionLabel": "Next-1.1.0(WIP)",
           "docUrl": "/zh-CN/docs/1.1.0/introduction"
         }
       ],
       "historyData": [
         {
+          "versionLabel": "1.0.2",
+          "downloadUrl": "/zh-CN/download/release-1.0.2",
+          "docUrl": "/zh-CN/docs/latest/introduction",
+          "sourceTag":"1.0.2"
+        },
+        {
           "versionLabel": "0.11.0",
+          "downloadUrl": "https://github.com/apache/incubator-linkis/releases/tag/0.11.0",
           "docUrl": "/zh-CN/docs/0.11.0/introduction",
           "sourceTag":"0.11.0"
         }
@@ -52,25 +55,28 @@
       "release": "Release Note",
       "latestData": [
         {
-          "versionLabel": "1.0.2",
-          "downloadUrl": "/download/release-1.0.2",
-          "docUrl": "/docs/latest/introduction",
-          "sourceTag":"1.0.2"
+          "versionLabel": "1.0.3",
+          "docUrl": "/docs/1.0.3/introduction",
+          "downloadUrl": "/download/release-1.0.3",
+          "sourceTag":"1.0.3"
         }
       ],
       "nextData": [
         {
-          "versionLabel": "1.0.3",
-          "docUrl": "/docs/1.0.3/introduction"
-        },
-        {
-          "versionLabel": "1.1.0",
+          "versionLabel": "Next-1.1.0(WIP)",
           "docUrl": "/docs/1.1.0/introduction"
         }
       ],
       "historyData": [
         {
+          "versionLabel": "1.0.2",
+          "downloadUrl": "/download/release-1.0.2",
+          "docUrl": "/docs/latest/introduction",
+          "sourceTag":"1.0.2"
+        },
+        {
           "versionLabel": "0.11.0",
+          "downloadUrl": "https://github.com/apache/incubator-linkis/releases/tag/0.11.0",
           "docUrl": "/docs/0.11.0/introduction",
           "sourceTag":"0.11.0"
         }

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org