Updated milagro-intro text (issue 19).  Replaced help.js with support.md and added 'issues' (issue 20)
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'},