This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch add-release-download
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/add-release-download by this
push:
new ca93f6b6c4 docs: add source release download link
ca93f6b6c4 is described below
commit ca93f6b6c4c548ea5018b3dcad731d2673d442b5
Author: abeizn <[email protected]>
AuthorDate: Wed Jan 17 19:21:00 2024 +0800
docs: add source release download link
---
docusaurus.config.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 94b050151b..5c8a08fc90 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -194,6 +194,11 @@ const versions = require('./versions.json');
to: 'https://github.com/apache/incubator-devlake',
label: 'GitHub',
position: 'right',
+ },
+ {
+ to: 'https://downloads.apache.org/incubator/devlake',
+ label: 'Release Download',
+ position: 'right',
},
{
type: 'dropdown',