You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2022/10/21 12:18:08 UTC

[incubator-uniffle-website] branch master updated: Fix Download page (#9)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c2d3879  Fix Download page (#9)
c2d3879 is described below

commit c2d387900682e7550e01583fc8f5f7d61ab92f99
Author: roryqi <je...@gmail.com>
AuthorDate: Fri Oct 21 20:18:04 2022 +0800

    Fix Download page (#9)
    
    * Add href
    
    * Fix doc
    
    * fix
    
    * fix
    
    Co-authored-by: roryqi <ro...@tencent.com>
---
 docusaurus.config.js                                   | 9 +++++++++
 download/index.md                                      | 2 +-
 i18n/zh-CN/docusaurus-plugin-content-download/.gitkeep | 0
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index a192df6..a486c0e 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -35,6 +35,15 @@ const config = {
                 sidebarPath: require.resolve('./sidebars.js'),
             },
         ],
+        [
+            '@docusaurus/plugin-content-docs',
+            {
+                id: 'download',
+                path: 'download',
+                routeBasePath: 'download',
+                sidebarPath: require.resolve('./sidebars.js'),
+            },
+        ]
     ],
 
     presets: [
diff --git a/download/index.md b/download/index.md
index 0b668b7..d5bf6f7 100644
--- a/download/index.md
+++ b/download/index.md
@@ -44,7 +44,7 @@ We are pleased to announce our 0.6.0 release as below.
             <td><a href="https://downloads.apache.org/incubator/uniffle/0.6.0/apache-uniffle-0.6.0-incubating-src.tar.gz">tar.gz</a></td>
             <td><a href="https://downloads.apache.org/incubator/uniffle/0.6.0/apache-uniffle-0.6.0-incubating-src.tar.gz.sha512">SHA-512</a></td>
             <td><a href="https://downloads.apache.org/incubator/uniffle/0.6.0/apache-uniffle-0.6.0-incubating-src.tar.gz.asc">ASC</a></td>
-            <td><a href="release-notes-0.6.0.md">Release Notes</a></td>
+            <td><a href="https://uniffle.apache.org/download/release-notes-0.6.0">Release Notes</a></td>
         </tr>
     </tbody>
 </table>
diff --git a/i18n/zh-CN/docusaurus-plugin-content-download/.gitkeep b/i18n/zh-CN/docusaurus-plugin-content-download/.gitkeep
new file mode 100644
index 0000000..e69de29