This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new 08f5c3c fix download link (#117)
08f5c3c is described below
commit 08f5c3ca8baf1bbabb0e7c40672ae8d462d86dd6
Author: Shawn Yang <[email protected]>
AuthorDate: Sat May 4 10:30:40 2024 +0800
fix download link (#117)
---
docs/start/install.md | 2 +-
docusaurus.config.ts | 4 +---
{docs => src/pages}/download.md | 8 +++++++-
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/docs/start/install.md b/docs/start/install.md
index 640709f..84d4002 100644
--- a/docs/start/install.md
+++ b/docs/start/install.md
@@ -6,7 +6,7 @@ sidebar_position: 0
The official Apache Fury releases are provided as source artifacts.
-For source download, please see Fury [download](/docs/download/) page.
+For source download, please see Fury [download](/download/) page.
### Java
To add a dependency on Fury using Maven, use the following:
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 28daa95..8faf6a5 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -85,10 +85,8 @@ const config: Config = {
label: 'Specification',
},
{
- type: 'doc',
- docId: 'download',
position: 'right',
- to: 'docs/download',
+ to: 'download',
label: 'Download',
},
{to: '/blog', label: 'Blog', position: 'right'},
diff --git a/docs/download.md b/src/pages/download.md
similarity index 76%
rename from docs/download.md
rename to src/pages/download.md
index 806d39d..3e740d5 100644
--- a/docs/download.md
+++ b/src/pages/download.md
@@ -3,13 +3,19 @@ id: download
title: Apache Fury(incubating) Download
---
+# Download
+
The official Apache Fury releases are provided as source artifacts.
For binary install, please see Fury [install](/docs/start/install/) document.
## The latest release
-The latest source release is
[0.5.0](https://www.apache.org/dyn/closer.lua/incubator/fury/0.5.0/apache-fury-0.5.0-incubating-src.tar.gz?action=download)
([asc](https://downloads.apache.org/incubator/fury/0.5.0/apache-fury-0.5.0-incubating-src.tar.gz.asc),
[sha512](https://downloads.apache.org/incubator/fury/0.5.0/apache-fury-0.5.0-incubating-src.tar.gz.sha512)).
+The latest source release is 0.5.0:
+
+| Version | Date | Source | Release Notes |
+|---------|------------|--------|---------------|
+| 0.5.0 |2024-05-03 |
[apache-fury-0.5.0-incubating-src.tar.gz](https://www.apache.org/dyn/closer.lua/incubator/fury/0.5.0/apache-fury-0.5.0-incubating-src.tar.gz?action=download)
([asc](https://downloads.apache.org/incubator/fury/0.5.0/apache-fury-0.5.0-incubating-src.tar.gz.asc),
[sha512](https://downloads.apache.org/incubator/fury/0.5.0/apache-fury-0.5.0-incubating-src.tar.gz.sha512))
| [release
notes](https://github.com/apache/incubator-fury/releases/tag/v0.5.0) |
## All archived releases
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]