Merge pull request #25 from apache/minor_tweaks

Minor tweaks
diff --git a/README.md b/README.md
index 0f45c43..069c26c 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@
 What's New
 ============================
 
+* [apache-milagro-dta-0.1.0-incubating](https://github.com/apache/incubator-milagro-dta/releases/tag/0.1.0)- Initial release of the Decentralized Trust Authority server
 * [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
 
diff --git a/docs/d-ta-overview.md b/docs/d-ta-overview.md
index 2e80e12..966c2d2 100644
--- a/docs/d-ta-overview.md
+++ b/docs/d-ta-overview.md
@@ -3,16 +3,16 @@
 title: Decentralized Trust Authority Overview
 sidebar_label: D-TA Overview
 ---
-### VERSION: ALPHA RELEASE
+### VERSION: ALPHA RELEASE 0.1.0
 
 :::important The Alpha Release of the D-TA is not for production use.
 :::
 
 #### Release Schedule:
 
-Beta Release: 1st week October 2019
+Beta Release: Q4 2019
 
-RC1 Release: 1st week November 2019
+RC1 Release: Q1 2020
 
 # Introduction
 The Apache Milagro (Incubating) Decentralized Trust Authority (D-TA) is a collaborative key management server. It has two primary functions. 
diff --git a/docs/downloads.md b/docs/downloads.md
index 107f19a..70daab1 100644
--- a/docs/downloads.md
+++ b/docs/downloads.md
@@ -14,6 +14,23 @@
 
 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 Decentralized Trust Authority Incubating v0.1.0 (Alpha Release)
+
+This is the initial release of the Apache Milagro Decentralized Trust Authority server.
+
+### Source Release
+
+|[tar.gz](http://www.apache.org/dyn/closer.cgi/incubator/milagro/apache-milagro-dta-0.1.0-incubating/apache-milagro-dta-0.1.0-incubating-src.tar.gz)|[sha512](https://www.apache.org/dist/incubator/milagro/apache-milagro-dta-0.1.0-incubating/apache-milagro-dta-0.1.0-incubating-src.tar.gz.sha512)|[signature](https://www.apache.org/dist/incubator/milagro/apache-milagro-dta-0.1.0-incubating/apache-milagro-dta-0.1.0-incubating-src.tar.gz.asc)|
+| ----- | ----- | ----- |
+
+### Release Notes
+
+The latest release notes can be found [here](https://github.com/apache/incubator-milagro-dta/releases/tag/0.1.0)
+
+### Previous Releases
+
+None
+
 ## Apache Milagro Crypto C Incubating v1.0.0
 
 This is the initial release of the Apache Milagro Crypto C library.
@@ -31,6 +48,7 @@
 
 None
 
+
 ## Apache Milagro Crypto JS Incubating v1.0.0
 
 This is the initial release of the Apache Milagro Crypto JS library.
diff --git a/docs/milagro-intro.md b/docs/milagro-intro.md
index fdab6f6..c4f70cf 100644
--- a/docs/milagro-intro.md
+++ b/docs/milagro-intro.md
@@ -18,7 +18,7 @@
 
 [Pairing-Based Cryptography (PBC)](https://en.wikipedia.org/wiki/Pairing-based_cryptography) is emerging as a solution to complex problems that proved intractable to the standard mathematics of Public-Key Cryptography such as Identity-Based Encryption (IBE), whereby the identity of a client can be used as their public key.
 
-In certain use cases, this removes the need for a PKI infrastructure as the main reason to issue certificates is to bind a public / private key pair to an identity - a function not required when using IBE.
+In certain use cases, this removes the need for a PKI infrastructure, since the main reason to issue certificates is to bind a public / private key pair to an identity - a function not required when using IBE.
 
 Removing the certificate management burden enables the identity management and key lifecycle to take place within the decentralized cryptosystem itself.
 
diff --git a/docs/support.md b/docs/support.md
new file mode 100644
index 0000000..2f1c99e
--- /dev/null
+++ b/docs/support.md
@@ -0,0 +1,25 @@
+---
+id: support
+title: Support
+sidebar_label: Support
+---
+## Issues
+Please report any bugs or feature requests using the "Issues" tab on our GitHub repositories.  
+
+See our [Contributing](contributor-guide.md) page for a current list.
+## Get Involved
+To join the Milagro developer's mailing list, please send an email to:
+<a href="mailto:dev-subscribe@milagro.apache.org?Subject=Subscribe" target="_top">dev-subscribe @ milagro.apache.org</a>
+
+## Milagro Overview
+Learn more about Milagro.  [Read the docs.](milagro-intro.md)
+
+## Like cutting-edge crypto?
+Join us.  [Become a contributor.](contributor-guide.md)
+
+## Need Status?
+We blog. [No, really.](http://milagro.apache.org/blog/)
+
+<!--
+Supported admonition types are: caution, note, important, tip, warning.
+-->
\ No newline at end of file
diff --git a/website/core/Footer.js b/website/core/Footer.js
index 2ef0282..e7cc7b9 100644
--- a/website/core/Footer.js
+++ b/website/core/Footer.js
@@ -53,7 +53,7 @@
           <div>
             <h5>Community</h5>
             <a
-              href="../help">
+              href="../docs/support">
               Support
             </a>
             <a
diff --git a/website/sidebars.json b/website/sidebars.json
index ca5d63c..1d99b29 100644
--- a/website/sidebars.json
+++ b/website/sidebars.json
@@ -72,6 +72,7 @@
     "Project Info": [
       "contributor-guide",
 	  "downloads",
+	  "support",
       "../help",
       "../blog"
     ]
diff --git a/website/siteConfig.js b/website/siteConfig.js
index 4442109..98dc2e7 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -40,7 +40,7 @@
   // For no header links in the top nav bar -> headerLinks: [],
   headerLinks: [
     {doc: 'milagro-intro', label: 'Docs'},
-    {page: 'help', label: 'Support'},
+    {doc: 'support', label: 'Support'},
     {doc: 'contributor-guide', label: 'Contributing'},
 	{doc: 'downloads', label: 'Downloads'},
     {blog: true, label: 'Status'},