Update for Geode 1.8
diff --git a/website/content/docs/index.html b/website/content/docs/index.html
index fb8f434..e067a81 100644
--- a/website/content/docs/index.html
+++ b/website/content/docs/index.html
@@ -33,14 +33,17 @@
     <div class="container">
 	<div class="row">
 	    <div class="col-md-4">
-    		<h3 style="color: #1275ff;">User Documentation<br /></h3>
-    		<p>Installation instructions, User Guide, and other product docs</p>
+    		<h3>User Documentation<br /></h3>
+    		<p>User Guides, including installation instructions, by version:</p>
 		<p>
 		  <ul>
 		    <li>
 		      <a href="guide/18/about_geode.html">Apache Geode 1.8 User Guide</a>
 		    </li>
 		    <li>
+		      <a href="nc-guide/18/about_geode.html">Apache Geode Native Client 1.8 User Guide</a>
+		    </li>
+		    <li>
 		      <a href="guide/17/about_geode.html">Apache Geode 1.7 User Guide</a>
 		    </li>
 		    <li>
@@ -57,7 +60,9 @@
 	    </div>
 	    <div class="col-md-4">
 	    	<h3>API Docs</h3>
-	    	<p><a href="http://geode.apache.org/releases/latest/javadoc/index.html" style="color: #1275ff;">Apache Geode API Reference</a><p>
+	    	<p><a href="http://geode.apache.org/releases/latest/javadoc/index.html" style="color: #1275ff;">Apache Geode API Reference</a></p>
+                <p><a href="http://geode.apache.org/releases/latest/cppdocs/index.html" style="color: #1275ff;">Apache Geode Native Client C++ API Reference</a></p>
+                <p><a href="http://geode.apache.org/releases/latest/dotnetdocs/index.html" style="color: #1275ff;">Apache Geode Native Client .NET API Reference</a></p>
 	    </div>
 	    <div class="col-md-4">
 	    	<h3><a href="https://cwiki.apache.org/confluence/display/GEODE/Index" style="color: #1275ff;">Wiki</a></h3>