[www] Add versioning to networking guide

Add versioning to the networking guide as follows:

1) Remove the networking guide from the template that
   includes similar continuous-release guides.
2) Add the networking guide below the template to the
   index.html, liberty/index.html, kilo/index.html, and
   juno/index.html files using specific releases.
3) Move the <div> tags from the template to the index.html
   files.

Note: The juno/index.html file references the Kilo version
      of the networking guide.

Change-Id: Ib3465beb3969fb1411e43286794f40695a3768ce
This commit is contained in:
Matthew Kassawara 2016-01-04 13:04:24 -07:00
parent f6e6c955b8
commit 8614f66ab7
5 changed files with 20 additions and 8 deletions

View File

@ -75,7 +75,11 @@
<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 class="docs-link-sections">
{% include 'templates/ops_and_admin_guides.tmpl' %}
<a href="/liberty/networking-guide/">Networking Guide</a>
<p>Deploy and manage OpenStack Networking (neutron)</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}

View File

@ -75,7 +75,11 @@
<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 class="docs-link-sections">
{% include 'templates/ops_and_admin_guides.tmpl' %}
<a href="/kilo/networking-guide/">Networking Guide</a>
<p>Deploy and manage OpenStack Networking (neutron)</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}

View File

@ -74,7 +74,11 @@
<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 class="docs-link-sections">
{% include 'templates/ops_and_admin_guides.tmpl' %}
<a href="/kilo/networking-guide/">Networking Guide</a>
<p>Deploy and manage OpenStack Networking (neutron)</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}

View File

@ -75,7 +75,11 @@
<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 class="docs-link-sections">
{% include 'templates/ops_and_admin_guides.tmpl' %}
<a href="/liberty/networking-guide/">Networking Guide</a>
<p>Deploy and manage OpenStack Networking (neutron)</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}

View File

@ -1,11 +1,8 @@
<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>
@ -14,4 +11,3 @@
<p>Obtain, create, and modify OpenStack-compatible virtual machine images</p>
<a href="/arch-design/">Architecture Design Guide</a>
<p>Guidelines for designing an OpenStack cloud</p>
</div>