You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/11/16 06:50:49 UTC

[incubator-inlong-website] branch master updated: [INLONG-1802] Optimize document version management (#186)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c8b339f  [INLONG-1802] Optimize document version management (#186)
c8b339f is described below

commit c8b339fc0d6a4fd99498911408ab29a886928ddb
Author: lizhwang <88...@users.noreply.github.com>
AuthorDate: Tue Nov 16 14:50:44 2021 +0800

    [INLONG-1802] Optimize document version management (#186)
---
 docusaurus.config.js        | 2 +-
 src/pages/versions/index.js | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index b637941..9ffaa35 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -74,7 +74,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
             items: [
               {
                 label: "latest",
-                to: "/docs/user_guide/quick_start",
+                to: "/docs/next/user_guide/quick_start",
               },
               {
                 label: "0.11.0",
diff --git a/src/pages/versions/index.js b/src/pages/versions/index.js
index 84b1353..94d4823 100644
--- a/src/pages/versions/index.js
+++ b/src/pages/versions/index.js
@@ -57,9 +57,11 @@ export default function() {
                         <td>
                             <a href={dataSource.table.releaseUrlOne}>{dataSource.table.release}</a>
                         </td>
+                        <td>
+                            <a href="https://github.com/apache/incubator-inlong">{dataSource.table.source}</a>
+                        </td>
                     </tr>
                 </table>
-
             </div>
         </Layout>
     );