Added download links
diff --git a/website/sidebars.json b/website/sidebars.json
index 4b2ed98..ca7db59 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -57,6 +57,7 @@
       ],
     "Project Info": [
       "contributor-guide",
+	  "downloads",
       "../help",
       "../blog"
     ]
diff --git a/website/siteConfig.js b/website/siteConfig.js
index c3bbf82..1d64fbe 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -41,6 +41,7 @@
     {doc: 'milagro-intro', label: 'Docs'},
     {page: 'help', label: 'Support'},
     {doc: 'contributor-guide', label: 'Contributing'},
+	{doc: 'downloads', label: 'Downloads'},
     {blog: true, label: 'Status'},
   ],