add user landing pages for older releases
We have no separate user guide for those releases, so refer folks to the pike guide instead. Change-Id: If4a77f19c9f099ce5301265f9cc1c8532ba7234a Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
fa85f4e462
commit
cc64854c65
53
www/mitaka/user/index.html
Normal file
53
www/mitaka/user/index.html
Normal file
@ -0,0 +1,53 @@
|
||||
{% set projects = PROJECT_DATA[SERIES] %}
|
||||
{% extends "templates/base.tmpl" %}
|
||||
{% block pagetitle %}User Guides{% endblock %}
|
||||
{% block title %}
|
||||
<a href="https://docs.openstack.org/">Documentation</a> > User Guides
|
||||
{% 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 {% if SERIES != 'latest' %}{{SERIES|title}}{% endif %} User Guides</h1>
|
||||
</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 services-section">
|
||||
<p>
|
||||
The central user guides managed by the
|
||||
OpenStack Documentation team were deprecated
|
||||
and removed during the Pike release cycle. The
|
||||
content
|
||||
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 Mikata 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.
|
||||
</p>
|
||||
<p>
|
||||
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
|
||||
href="/pike/user/">
|
||||
Pike User Guides
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
|
||||
href="/latest/user/">
|
||||
User Guides In Development ({{SERIES_IN_DEVELOPMENT|title}})
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
53
www/newton/user/index.html
Normal file
53
www/newton/user/index.html
Normal file
@ -0,0 +1,53 @@
|
||||
{% set projects = PROJECT_DATA[SERIES] %}
|
||||
{% extends "templates/base.tmpl" %}
|
||||
{% block pagetitle %}User Guides{% endblock %}
|
||||
{% block title %}
|
||||
<a href="https://docs.openstack.org/">Documentation</a> > User Guides
|
||||
{% 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 {% if SERIES != 'latest' %}{{SERIES|title}}{% endif %} User Guides</h1>
|
||||
</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 services-section">
|
||||
<p>
|
||||
The central user guides managed by the
|
||||
OpenStack Documentation team were deprecated
|
||||
and removed during the Pike release cycle. The
|
||||
content
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
|
||||
href="/pike/user/">
|
||||
Pike User Guides
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
|
||||
href="/latest/user/">
|
||||
User Guides In Development ({{SERIES_IN_DEVELOPMENT|title}})
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
@ -88,7 +88,7 @@
|
||||
<div class="col-lg-6 col-md-6 col-sm-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/UserGuide.pdf">[PDF]</a>
|
||||
<a href="user/">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="https://developer.openstack.org">Open source software for application development</a>
|
||||
<p>Resources for application development on OpenStack clouds</p>
|
||||
|
53
www/ocata/user/index.html
Normal file
53
www/ocata/user/index.html
Normal file
@ -0,0 +1,53 @@
|
||||
{% set projects = PROJECT_DATA[SERIES] %}
|
||||
{% extends "templates/base.tmpl" %}
|
||||
{% block pagetitle %}User Guides{% endblock %}
|
||||
{% block title %}
|
||||
<a href="https://docs.openstack.org/">Documentation</a> > User Guides
|
||||
{% 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 {% if SERIES != 'latest' %}{{SERIES|title}}{% endif %} User Guides</h1>
|
||||
</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 services-section">
|
||||
<p>
|
||||
The central user guides managed by the
|
||||
OpenStack Documentation team were deprecated
|
||||
and removed during the Pike release cycle. The
|
||||
content
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
|
||||
href="/pike/user/">
|
||||
Pike User Guides
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
|
||||
href="/latest/user/">
|
||||
User Guides In Development ({{SERIES_IN_DEVELOPMENT|title}})
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock content %}
|
@ -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/UserGuide.pdf">[PDF]</a>
|
||||
<a href="user/">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="https://developer.openstack.org">Open source software for application development</a>
|
||||
<p>Resources for application development on OpenStack clouds</p>
|
||||
|
Loading…
Reference in New Issue
Block a user