[www] Link to all built guides for Newton and Ocata

See also: I173ecabeb3aa74a3d2ddc6b4ba898d881dcf752d

Change-Id: Id194f19f29c9a04399257f416b4c0b7629c44871
Implements: blueprint retention-policy
Depends-On: Ia73b6c30db178efda9578ef206fba9c86bc90925
Depends-On: I9a0aea36a25f5cd298a92601a8f6de14476f2e21
This commit is contained in:
Petr Kovar 2017-12-12 17:41:32 +01:00
parent 212076b253
commit 904d278b72
13 changed files with 173 additions and 51 deletions

View File

@ -27,11 +27,10 @@
to the individual project documentation
trees</a> during the Pike release. Because of
the timing of that change, the Mitaka version
of the version of the administrator guides may
be out of date. If you encounter problems,
please refer either to the version of the
guides created for Pike, or the most recent
series in development, instead.
of the administrator guides may be out of date.
If you encounter problems, please refer either
to the version of the guides created for Pike,
or the most recent series in development, instead.
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"

View File

@ -17,7 +17,7 @@
<a href="/releasenotes/openstack-manuals/mitaka.html">OpenStack Documentation Release Notes</a>
</div>
<div class="docs-link-sections">
<h3 id="install-guides"><i class="fa fa-cogs"></i>Install Guides</h3>
<h3 id="install-guides"><i class="fa fa-cogs"></i>Installation Guides</h3>
<p>Getting started with the most commonly used OpenStack services</p>
<a href="/mitaka/install-guide-obs/">Installation Guide for openSUSE Leap 42.1 and SUSE Linux Enterprise Server 12 SP1</a>
<a href="/mitaka/install-guide-rdo/">Installation Guide for Red Hat Enterprise Linux 7 and CentOS 7</a>

View File

@ -27,7 +27,7 @@
was <a href="http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html">moved
to the individual project documentation
trees</a>. Because of the timing of that
change, the Mikata version of the user guides
change, the Mitaka version of the user guides
may be out of date. If you encounter problems,
please refer either to the version of the
guides created for Pike, or the most recent

View File

@ -19,11 +19,6 @@
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections services-section">
<p class="attention docs-important">
IMPORTANT: If you are taking the COA exam, the
administrator's guide you are looking for has
moved. See below for details.
</p>
<p>
The central administration guides managed by
the OpenStack Documentation team were
@ -31,13 +26,17 @@
was <a href="http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html">moved
to the individual project documentation
trees</a> during the Pike release. Because of
the timing of that change, and the fact that
the content was never version-specific, there
is no separate {{SERIES_TITLE}} version of the
administrator guides. Please refer either to
the version of the guides created for Pike, or
the most recent series in development,
instead.
the timing of that change, the Newton version
of the administrator guides may be out of date.
If you encounter problems, please refer either
to the version of the guides created for Pike,
or the most recent series in development, instead.
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
href="/newton/admin-guide/">
Newton Admininistrator Guide
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"

View File

@ -14,7 +14,7 @@
<h3 id="release-notes"><i class="fa fa-refresh"></i>Release Notes</h3>
<p>New features, upgrade and deprecation notes, known issues, and bug fixes</p>
<a href="https://releases.openstack.org/newton/index.html">OpenStack Projects Release Notes</a>
<a href="https://docs.openstack.org/releasenotes/openstack-manuals/newton.html">OpenStack Documentation Release Notes</a>
<a href="/releasenotes/openstack-manuals/newton.html">OpenStack Documentation Release Notes</a>
</div>
<div class="docs-link-sections">
<h3 id="install-guides"><i class="fa fa-cogs"></i>Installation Guides</h3>
@ -40,7 +40,13 @@
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}
{% include 'templates/project_guides.tmpl' %}
<div class="docs-link-sections">
<h3 id="services-libraries"><i class="fa fa-leaf"></i>Project-specific Guides</h3>
<a href="projects.html">Services and Libraries</a>
<p>Documentation for OpenStack services and libraries</p>
<a href="language-bindings.html">Language Bindings and Python Clients</a>
<p>Documentation for the OpenStack Python bindings and clients</p>
</div>
{% include 'templates/contributor_guides.tmpl' %}
{% include 'templates/training_guides.tmpl' %}
</div>

View File

@ -0,0 +1,54 @@
{% set projects = PROJECT_DATA[SERIES] %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}{{SERIES_TITLE}} Language bindings{% endblock %}
{% block title %}
<a href="https://docs.openstack.org/">Documentation</a> &gt; Language Bindings and Python Clients
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8">
<h1>OpenStack {{SERIES_TITLE}} API Bindings</h1>
<p>
This page contains documentation about the Python
bindings provided by OpenStack and how to use them.
</p>
</div>
</div>
</div>
<div class="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3><i class="fa fa-cloud"></i>Use the dashboard and command-line clients</h3>
<a href="user-guide">
OpenStack End User Guide
</a><br />
<p>
User guide for the OpenStack dashboard and command-line clients.
</p>
<a href="cli-reference/">
OpenStack Command Line Interface Reference
</a><br />
<p>
Reference listing of all commands and parameters
available for keystone, glance, neutron, nova,
cinder, swift, heat, and ceilometer commands.
</p>
</div>
</div>
</div>
<div class="row docs-contribute-wrapper">
<div class="col-lg-12">
<p>Documentation treated like code, powered by the community - interested?</p>
<a href="/doc-contrib-guide/" class="overview-btn contribute-btn"
>How To Contribute <i class="fa fa-chevron-right"></i></a>
</div>
</div>
</div>
</div>
{% endblock content %}

51
www/newton/projects.html Normal file
View File

@ -0,0 +1,51 @@
{% set projects = PROJECT_DATA[SERIES] %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}{{SERIES_TITLE}} Services and Libraries{% endblock %}
{% block title %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Services and Libraries
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
<div class="top-docs-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8">
<h1>OpenStack {{SERIES_TITLE}} Projects</h1>
<p>
This page contains project-specific documentation for
OpenStack services and libraries.
</p>
</div>
</div>
</div>
<div class="mid-docs-wrapper" id="docs-main-body">
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
</div>
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3><i class="fa fa-cog"></i>OpenStack Services</h3>
{% for project in projects|sort(attribute='service') %}
{% if project.type in ['service', 'other'] %}
<a href="/{{project.name}}/latest/">
{{project.service}} ({{project.name}})</a><br />
{% endif %}
{% endfor %}
</div>
</div>
</div>
<div class="row docs-contribute-wrapper">
<div class="col-lg-12">
<p>Documentation treated like code, powered by the community - interested?</p>
<a href="/doc-contrib-guide/" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a>
</div>
</div>
</div>
</div>
{% endblock content %}

View File

@ -27,10 +27,17 @@
was <a href="http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html">moved
to the individual project documentation
trees</a>. Because of the timing of that
change, there is no separate Newton version of
the user guides. Please refer either to the
version of the guides created for Pike, or the
most recent series in development, instead.
change, the Newton version of the user guides
may be out of date. If you encounter problems,
please refer either to the version of the
guides created for Pike, or the most recent
series in development, instead.
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
href="/newton/user-guide/">
Newton User Guides
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"

View File

@ -19,11 +19,6 @@
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections services-section">
<p class="attention docs-important">
IMPORTANT: If you are taking the COA exam, the
administrator's guide you are looking for has
moved. See below for details.
</p>
<p>
The central administration guides managed by
the OpenStack Documentation team were
@ -31,13 +26,17 @@
was <a href="http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html">moved
to the individual project documentation
trees</a> during the Pike release. Because of
the timing of that change, and the fact that
the content was never version-specific, there
is no separate {{SERIES_TITLE}} version of the
administrator guides. Please refer either to
the version of the guides created for Pike, or
the most recent series in development,
instead.
the timing of that change, the Ocata version
of the administrator guides may be out of date.
If you encounter problems, please refer either
to the version of the guides created for Pike,
or the most recent series in development, instead.
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
href="/ocata/admin-guide/">
Ocata Admininistrator Guide
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"

View File

@ -6,8 +6,7 @@
{% block content %}
<div class="container">
<div class="row">
<div class="col-lg-12">
</div>
<div class="col-lg-12"></div>
</div>
<div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6">
@ -15,7 +14,7 @@
<h3 id="release-notes"><i class="fa fa-refresh"></i>Release Notes</h3>
<p>New features, upgrade and deprecation notes, known issues, and bug fixes</p>
<a href="https://releases.openstack.org/ocata/index.html">OpenStack Projects Release Notes</a>
<a href="https://docs.openstack.org/releasenotes/openstack-manuals/ocata.html">OpenStack Documentation Release Notes</a>
<a href="/releasenotes/openstack-manuals/ocata.html">OpenStack Documentation Release Notes</a>
</div>
<div class="docs-link-sections">
<h3 id="install-guides"><i class="fa fa-cogs"></i>Installation Guides</h3>

View File

@ -1,5 +1,5 @@
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Language bindings{% endblock %}
{% block pagetitle %}{{SERIES_TITLE}} Language bindings{% endblock %}
{% block title %}
<a href="https://docs.openstack.org/">Documentation</a> &gt; Language Bindings and Python Clients
{% endblock %}
@ -9,9 +9,10 @@
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8">
<h1>OpenStack API Bindings</h1>
<h1>OpenStack {{SERIES_TITLE}} API Bindings</h1>
<p>
This page contains documentation about the Python bindings provided by OpenStack and how to use them.
This page contains documentation about the Python
bindings provided by OpenStack and how to use them.
</p>
</div>
</div>
@ -90,13 +91,13 @@
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections">
<h3><i class="fa fa-cloud"></i>Use the dashboard and command-line clients</h3>
<a href="/user-guide/">
<a href="user-guide">
OpenStack End User Guide
</a><br />
<p>
User guide for the OpenStack dashboard and command-line clients.
</p>
<a href="/cli-reference/">
<a href="cli-reference/">
OpenStack Command Line Interface Reference
</a><br />
<p>

View File

@ -1,5 +1,5 @@
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Services and Libraries{% endblock %}
{% block pagetitle %}{{SERIES_TITLE}} Services and Libraries{% endblock %}
{% block title %}
<a href="https://docs.openstack.org">Documentation</a> &gt; Services and Libraries
{% endblock %}
@ -9,7 +9,7 @@
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8">
<h1>OpenStack Projects</h1>
<h1>OpenStack {{SERIES_TITLE}} Projects</h1>
<p>
This page contains project-specific documentation for
OpenStack services and libraries.

View File

@ -27,10 +27,17 @@
was <a href="http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html">moved
to the individual project documentation
trees</a>. Because of the timing of that
change, there is no separate Ocata version of
the user guides. Please refer either to the
version of the guides created for Pike, or the
most recent series in development, instead.
change, the Ocata version of the user guides
may be out of date. If you encounter problems,
please refer either to the version of the
guides created for Pike, or the most recent
series in development, instead.
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
href="/ocata/user-guide/">
Ocata User Guides
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"