diff --git a/www/index.html b/www/index.html
index df2c1f704c..f1d984a522 100644
--- a/www/index.html
+++ b/www/index.html
@@ -63,6 +63,7 @@
             <div class="col-lg-6 col-md-6 col-sm-6">
                 <div class="docs-link-sections">
                     <h3 id="install-guides"><i class="fa fa-cogs"></i> Install Guides</h3>
+                    <p>Getting started with the most commonly used OpenStack services</p>
                     <a href="/liberty/install-guide-obs/">Installation Guide for openSUSE 13.2 and SUSE Linux Enterprise Server 12</a>
                     <a href="/liberty/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux 7 and CentOS 7</a>
                     <a href="/liberty/install-guide-ubuntu/">Installation Guide for Ubuntu 14.04 (LTS)</a>
@@ -72,6 +73,7 @@
                 <div class="docs-link-sections">
                     <h3 id="configuration-guides"><i class="fa fa-wrench"></i> Configuration Guides</h3>
                     <a href="/liberty/config-reference/content/">Configuration Reference</a>
+                    <p>Installation and configuration options for OpenStack</p>
                 </div>
                 {% include 'templates/ops_and_admin_guides.tmpl' %}
             </div>
diff --git a/www/juno/index.html b/www/juno/index.html
index b5aa9cb365..81ca6247b2 100644
--- a/www/juno/index.html
+++ b/www/juno/index.html
@@ -64,6 +64,7 @@
                 <div class="col-lg-6 col-md-6 col-sm-6">
                     <div class="docs-link-sections">
                         <h3><i class="fa fa-cogs"></i> Install Guides</h3>
+                        <p>Getting started with the most commonly used OpenStack services</p>
                         <a href="/juno/install-guide/install/zypper/content/">Installation Guide for openSUSE 13.1 and SUSE Linux Enterprise Server 11</a>
                         <a href="/juno/install-guide/install/yum/content/">Installation Guide for Red Hat Enterprise Linux 7, CentOS 7, and Fedora 20</a>
                         <a href="/juno/install-guide/install/apt/content/">Installation Guide for Ubuntu 14.04 (LTS)</a>
@@ -72,6 +73,7 @@
                     <div class="docs-link-sections">
                         <h3><i class="fa fa-wrench"></i> Configuration Guides</h3>
                         <a href="/juno/config-reference/content/">Configuration Reference</a>
+                        <p>Installation and configuration options for OpenStack</p>
                     </div>
                     {% include 'templates/ops_and_admin_guides.tmpl' %}
                 </div>
diff --git a/www/kilo/index.html b/www/kilo/index.html
index 70c81c2996..9dba063ce1 100644
--- a/www/kilo/index.html
+++ b/www/kilo/index.html
@@ -63,6 +63,7 @@
             <div class="col-lg-6 col-md-6 col-sm-6">
                 <div class="docs-link-sections">
                     <h3 id="install-guides"><i class="fa fa-cogs"></i> Install Guides</h3>
+                    <p>Getting started with the most commonly used OpenStack services</p>
                     <a href="/kilo/install-guide/install/zypper/content/">Installation Guide for openSUSE 13.2 and SUSE Linux Enterprise Server 12</a>
                     <a href="/kilo/install-guide/install/yum/content/">Installation Guide for Red Hat Enterprise Linux 7, CentOS 7, and Fedora 21</a>
                     <a href="/kilo/install-guide/install/apt/content/">Installation Guide for Ubuntu 14.04 (LTS)</a>
@@ -71,6 +72,7 @@
                 <div class="docs-link-sections">
                     <h3 id="configuration-guides"><i class="fa fa-wrench"></i> Configuration Guides</h3>
                     <a href="/kilo/config-reference/content/">Configuration Reference</a>
+                    <p>Installation and configuration options for OpenStack</p>
                 </div>
                 {% include 'templates/ops_and_admin_guides.tmpl' %}
             </div>
diff --git a/www/liberty/index.html b/www/liberty/index.html
index 386539326f..ff51dfe475 100644
--- a/www/liberty/index.html
+++ b/www/liberty/index.html
@@ -63,6 +63,7 @@
             <div class="col-lg-6 col-md-6 col-sm-6">
                 <div class="docs-link-sections">
                     <h3 id="install-guides"><i class="fa fa-cogs"></i> Install Guides</h3>
+                    <p>Getting started with the most commonly used OpenStack services</p>
                     <a href="/liberty/install-guide-obs/">Installation Guide for openSUSE 13.2 and SUSE Linux Enterprise Server 12</a>
                     <a href="/liberty/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux 7 and CentOS 7</a>
                     <a href="/liberty/install-guide-ubuntu/">Installation Guide for Ubuntu 14.04 (LTS)</a>
@@ -72,6 +73,7 @@
                 <div class="docs-link-sections">
                     <h3 id="configuration-guides"><i class="fa fa-wrench"></i> Configuration Guides</h3>
                     <a href="/liberty/config-reference/content/">Configuration Reference</a>
+                    <p>Installation and configuration options for OpenStack</p>
                 </div>
                 {% include 'templates/ops_and_admin_guides.tmpl' %}
             </div>
diff --git a/www/static/common/css/combined.css b/www/static/common/css/combined.css
index 3cfc3bbde7..dd08eaf296 100644
--- a/www/static/common/css/combined.css
+++ b/www/static/common/css/combined.css
@@ -3816,6 +3816,12 @@ input.docs-main-search:-ms-input-placeholder {
 .docs-link-sections {
   margin: 0 0 80px; }
 
+.docs-link-sections p {
+  color: gray;
+  font-size:90%;
+  padding-left:20px
+}
+
 .docs-contribute-wrapper {
   padding-bottom: 80px;
   text-align: center; }
diff --git a/www/templates/api_guides.tmpl b/www/templates/api_guides.tmpl
index 895784871c..90a50fee5f 100644
--- a/www/templates/api_guides.tmpl
+++ b/www/templates/api_guides.tmpl
@@ -1,5 +1,7 @@
                 <div class="docs-link-sections">
                     <h3 id="api-guides"><i class="fa fa-book"></i> API Guides</h3>
                     <a href="http://developer.openstack.org/api-ref.html">API Complete References</a>
+                    <p>Comprehensive OpenStack API reference</p>
                     <a href="http://developer.openstack.org/api-guide/quick-start/">API Guide</a>
+                    <p>Introduction to using the OpenStack API</p>
                 </div>
diff --git a/www/templates/contributor_guides.tmpl b/www/templates/contributor_guides.tmpl
index 2f0e5abaeb..2cb2339de9 100644
--- a/www/templates/contributor_guides.tmpl
+++ b/www/templates/contributor_guides.tmpl
@@ -1,17 +1,27 @@
                     <div class="docs-link-sections">
                         <h3 id="contributor-guides"><i class="fa fa-pencil"></i> Contributor Guides</h3>
                         <a href="http://docs.openstack.org/contributor-guide/index.html">OpenStack Documentation Contributor Guide</a>
+                        <p>Documentation workflow and conventions</p>
                         <a href="/developer/openstack-projects.html">Python Developer Documentation</a>
+                        <p>Documentation for OpenStack developers</p>
                         <a href="/developer/language-bindings.html">Language Bindings and Python Clients</a>
+                        <p>Documentation for the OpenStack Python bindings</p>
                         <a href="http://specs.openstack.org/">OpenStack Project specifications</a>
+                        <p>Specifications for future project features</p>
                         <a href="/project-team-guide/">OpenStack Project Team Guide</a>
-                        <a href="/infra/">OpenStack Developer and
-                        Community Infrastructure Documentation</a>
+                        <p>Guide to the OpenStack project and community</p>
+                        <a href="/infra/">OpenStack Developer and Community Infrastructure Documentation</a>
+                        <p>Development and infrastructure documentation</p>
                         <a href="/infra/manual/">OpenStack Infrastructure User Manual</a>
+                        <p>Guide to OpenStack software development infrastructure</p>
                         <a href="/developer/i18n/">OpenStack I18n Guide</a>
+                        <p>Internationalization workflow and conventions</p>
                         <a href="/developer/tempest">Tempest Test Suite for OpenStack</a>
-                        <a href="http://governance.openstack.org">OpenStack Technical Committee Governance
-                        Documents</a>
+                        <p>Documentation for the Tempest test project</p>
+                        <a href="http://governance.openstack.org">OpenStack Technical Committee Governance Documents</a>
+                        <p>OpenStack Technical Committee reference documents and official resolutions</p>
                         <a href="https://www.openstack.org/join/">Join the OpenStack Foundation</a>
+                        <p>How to join the OpenStack Foundation</p>
                         <a href="https://www.openstack.org/user-survey/">Take the Deployment Survey</a>
+                        <p>Influence the future of OpenStack</p>
                     </div>
diff --git a/www/templates/ops_and_admin_guides.tmpl b/www/templates/ops_and_admin_guides.tmpl
index a8af7d845d..7398a93dc6 100644
--- a/www/templates/ops_and_admin_guides.tmpl
+++ b/www/templates/ops_and_admin_guides.tmpl
@@ -1,10 +1,17 @@
                 <div class="docs-link-sections">
                     <h3 id="ops-and-admin-guides"><i class="fa fa-users"></i> Operations and Administration Guides</h3>
                     <a href="/admin-guide-cloud/">Cloud Administrator Guide</a>
+                    <p>Manage and troubleshoot an OpenStack cloud</p>
                     <a href="/ha-guide/">High Availability Guide</a>
+                    <p>Install and configure OpenStack for high availability</p>
                     <a href="/networking-guide/">Networking Guide</a>
+                    <p>Deploy and manage OpenStack Networking (neutron)</p>
                     <a href="/ops/">Operations Guide</a>
+                    <p>Design, create, and administer a production OpenStack cloud</p>
                     <a href="/security-guide/">Security Guide</a>
+                    <p>Guidelines and scenarios for creating more secure OpenStack clouds</p>
                     <a href="/image-guide/content/">Virtual Machine Image Guide</a>
+                    <p>Obtain, create, and modify OpenStack-compatible virtual machine images</p>
                     <a href="/arch-design/content/">Architecture Design Guide</a>
+                    <p>Guidelines for designing an OpenStack cloud</p>
                 </div>
diff --git a/www/templates/training_guides.tmpl b/www/templates/training_guides.tmpl
index 8bc0c50cd2..ced5993e86 100644
--- a/www/templates/training_guides.tmpl
+++ b/www/templates/training_guides.tmpl
@@ -1,4 +1,5 @@
                 <div class="docs-link-sections">
                     <h3 id="training-guides"><i class="fa fa-university"></i> Training Guides</h3>
                     <a href="/upstream-training/">Upstream training</a>
+                    <p>Resources for the OpenStack Upstream Training program</p>
                 </div>
diff --git a/www/templates/user_guides.tmpl b/www/templates/user_guides.tmpl
index 81de81af64..ed869c7911 100644
--- a/www/templates/user_guides.tmpl
+++ b/www/templates/user_guides.tmpl
@@ -1,8 +1,13 @@
                 <div class="docs-link-sections">
                     <h3 id="user-guides"><i class="fa fa-cloud"></i> User Guides</h3>
                     <a href="http://developer.openstack.org/api-guide/quick-start/">API Guide</a>
+                    <p>Introduction to using the OpenStack API</p>
                     <a href="/user-guide/">End User Guide (includes Python SDK)</a>
+                    <p>Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK</p>
                     <a href="/user-guide-admin/">Admin User Guide</a>
+                    <p>Manage projects, images, and users in an OpenStack environment</p>
                     <a href="/cli-reference/content/">Command-Line Interface Reference</a>
+                    <p>Comprehensive OpenStack command-line reference</p>
                     <a href="http://developer.openstack.org">Open source software for application development</a>
+                    <p>Resources for application development on OpenStack clouds</p>
                 </div>