[www] Add PDF links to doc landing pages

Add PDF links for supported books to the docs
landing page and the Install Guide indexes for each
distro. Applies to draft and Ocata.

Change-Id: Ie0395b7f048f71b8195147303a4cfd99266f2e68
Closes-Bug: #1427246
Depends-On: I4ed3939d1b8fa6d19d2b629334024c48063e4eb2
This commit is contained in:
Brian Moss 2017-03-01 15:00:38 +10:00
parent 93123807d8
commit 6a709d8bd5
12 changed files with 39 additions and 9 deletions

View File

@ -76,7 +76,7 @@
</div>
<div class="docs-link-sections">
<h3 id="ops-and-admin-guides"><i class="fa fa-users"></i>Draft Operations and Administration Guides</h3>
<a href="/draft/networking-guide/">Networking Guide</a>
<a href="/draft/networking-guide/">Networking Guide</a><a href="/draft/networking-guide/NetworkingGuide.pdf">[PDF]</a>
<a href="/draft/ha-guide-draft/">Draft High Availability Guide</a>
</div>
<div class="docs-link-sections">

View File

@ -79,7 +79,7 @@
</div>
<div class="docs-link-sections">
{% include 'templates/ops_and_admin_guides.tmpl' %}
<a href="/ocata/networking-guide/">Networking Guide</a>
<a href="/ocata/networking-guide/">Networking Guide</a><a href="/ocata/networking-guide/NetworkingGuide.pdf">[PDF]</a>
<p>Deploy and manage OpenStack Networking (neutron)</p>
</div>
<div class="docs-link-sections">

View File

@ -79,7 +79,7 @@
</div>
<div class="docs-link-sections">
{% include 'templates/ops_and_admin_guides.tmpl' %}
<a href="/ocata/networking-guide/">Networking Guide</a>
<a href="/ocata/networking-guide/">Networking Guide</a><a href="/ocata/networking-guide/NetworkingGuide.pdf">[PDF]</a>
<p>Deploy and manage OpenStack Networking (neutron)</p>
</div>
<div class="docs-link-sections">

View File

@ -33,6 +33,11 @@
openSUSE and SUSE Linux Enterprise
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide-obs/InstallGuide.pdf">
PDF Download
</a>
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">

View File

@ -34,6 +34,11 @@
Red Hat Enterprise Linux and CentOS
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide-rdo/InstallGuide.pdf">
PDF Download
</a>
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">

View File

@ -33,6 +33,11 @@
Ubuntu
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/draft/install-guide-ubuntu/InstallGuide.pdf">
PDF Download
</a>
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">

View File

@ -33,6 +33,11 @@
openSUSE and SUSE Linux Enterprise
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/ocata/install-guide-obs/InstallGuide.pdf">
PDF Download
</a>
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">

View File

@ -34,6 +34,11 @@
Red Hat Enterprise Linux and CentOS
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/ocata/install-guide-rdo/InstallGuide.pdf">
PDF Download
</a>
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">

View File

@ -33,6 +33,11 @@
Ubuntu
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;" href="/ocata/install-guide-ubuntu/InstallGuide.pdf">
PDF Download
</a>
</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">

View File

@ -3811,7 +3811,7 @@ input.docs-main-search:-ms-input-placeholder {
line-height: 1.3;
font-weight: 400;
color: #4c97c3;
display: block;
display: inline-block;
padding: 10px; }
.docs-toc p a {

View File

@ -1,13 +1,13 @@
<h3 id="ops-and-admin-guides"><i class="fa fa-users"></i> Operations and Administration Guides</h3>
<a href="/admin-guide/">Administrator Guide</a>
<p>Manage and troubleshoot an OpenStack cloud</p>
<a href="/ha-guide/">High Availability Guide</a>
<a href="/ha-guide/">High Availability Guide</a><a href="/ha-guide/HAGuide.pdf">[PDF]</a>
<p>Install and configure OpenStack for high availability</p>
<a href="/ops-guide/">Operations Guide</a>
<a href="/ops-guide/">Operations Guide</a><a href="/ops-guide/OpsGuide.pdf">[PDF]</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/">Virtual Machine Image Guide</a>
<a href="/image-guide/">Virtual Machine Image Guide</a><a href="/image-guide/ImageGuide.pdf">[PDF]</a>
<p>Obtain, create, and modify OpenStack-compatible virtual machine images</p>
<a href="/arch-design/">Architecture Design Guide</a>
<a href="/arch-design/">Architecture Design Guide</a><a href="/arch-design/ArchGuide.pdf">[PDF]</a>
<p>Guidelines for designing an OpenStack cloud</p>

View File

@ -1,6 +1,6 @@
<div class="docs-link-sections">
<h3 id="user-guides"><i class="fa fa-cloud"></i> User Guides</h3>
<a href="/user-guide/">End User Guide (includes Python SDK)</a>
<a href="/user-guide/">End User Guide (includes Python SDK)</a><a href="/user-guide/UserGuide.pdf">[PDF]</a>
<p>Create and manage resources using the OpenStack dashboard, command-line client, and Python SDK</p>
<a href="/cli-reference/">Command-Line Interface Reference</a>
<p>Comprehensive OpenStack command-line reference</p>