Merge pull request #16 from apache/develop

ROCK N ROLL
diff --git a/README.md b/README.md
index f4c7512..40a2445 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@
 
 For the time being, only the C and JavaScript libraries are being supported going forward.
 
+What's New
+============================
+
+* [apache-milagro-crypto-js-1.0.0-incubating](https://github.com/apache/incubator-milagro-crypto-js/releases/tag/1.0.0)- Initial release of the Crypto JS Library
+* [apache-milagro-crypto-c-1.0.0-incubating](https://github.com/apache/incubator-milagro-crypto-c/releases/tag/1.0.0)- Initial release of the Crypto C Library
+
 Website Detail
 ============================
 
diff --git a/docs/downloads.md b/docs/downloads.md
new file mode 100644
index 0000000..107f19a
--- /dev/null
+++ b/docs/downloads.md
@@ -0,0 +1,53 @@
+---
+id: downloads
+title: Downloads
+sidebar_label: Downloads
+---
+
+# Project Downloads
+
+This page will be updated with all official Apache Software Foundation releases from the Apache Milagro (incubating) project.
+
+## Verifying Releases
+
+You can find instructions for checking hashes and signatures on the [Verifying Apache Software Foundation Releases](http://www.apache.org/info/verification.html) page. The Milagro committer’s pgp signatures can be found [here](https://www.apache.org/dist/incubator/milagro/KEYS).   
+
+For fast downloads, current source distributions are hosted on mirror servers; older source distributions are in the archive. For security, public keys, hashes and signature files are always hosted at Apache.
+
+## Apache Milagro Crypto C Incubating v1.0.0
+
+This is the initial release of the Apache Milagro Crypto C library.
+
+### Source Release
+
+|[tar.gz](http://www.apache.org/dyn/closer.cgi/incubator/milagro/apache-milagro-crypto-c-1.0.0-incubating/apache-milagro-crypto-c-1.0.0-incubating-src.tar.gz)|[sha512](https://www.apache.org/dist/incubator/milagro/apache-milagro-crypto-c-1.0.0-incubating/apache-milagro-crypto-c-1.0.0-incubating-src.tar.gz.sha512)|[signature](https://www.apache.org/dist/incubator/milagro/apache-milagro-crypto-c-1.0.0-incubating/apache-milagro-crypto-c-1.0.0-incubating-src.tar.gz.asc)|
+| ----- | ----- | ----- |
+
+### Release Notes
+
+The latest release notes can be found [here](https://github.com/apache/incubator-milagro-crypto-c/releases/tag/1.0.0)
+
+### Previous Releases
+
+None
+
+## Apache Milagro Crypto JS Incubating v1.0.0
+
+This is the initial release of the Apache Milagro Crypto JS library.
+
+### Source Release
+
+|[tar.gz](http://www.apache.org/dyn/closer.cgi/incubator/milagro/apache-milagro-crypto-js-1.0.0-incubating/apache-milagro-crypto-js-1.0.0-incubating-src.tar.gz)|[sha512](https://www.apache.org/dist/incubator/milagro/apache-milagro-crypto-js-1.0.0-incubating/apache-milagro-crypto-js-1.0.0-incubating-src.tar.gz.sha512)|[signature](https://www.apache.org/dist/incubator/milagro/apache-milagro-crypto-js-1.0.0-incubating/apache-milagro-crypto-js-1.0.0-incubating-src.tar.gz.asc)|
+| ----- | ----- | ----- |
+
+### Release Notes
+
+The latest release notes can be found [here](https://github.com/apache/incubator-milagro-crypto-js/releases/tag/1.0.0)
+
+### Previous Releases
+
+None
+
+<!--
+Supported admonition types are: caution, note, important, tip, warning.
+-->
\ No newline at end of file
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'},
   ],