docs: add release docs
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 5c8a08f..d6c215b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -196,9 +196,19 @@
position: 'right',
},
{
- to: 'https://downloads.apache.org/incubator/devlake',
- label: 'Release Download',
+ type: 'dropdown',
+ label: 'Download',
position: 'right',
+ items: [
+ {
+ label: 'Latest Release',
+ to: 'https://dist.apache.org/repos/dist/release/incubator/devlake',
+ },
+ {
+ label: 'Older Releases',
+ to: 'https://archive.apache.org/dist/incubator/devlake',
+ }
+ ],
},
{
type: 'dropdown',