904d278b72
See also: I173ecabeb3aa74a3d2ddc6b4ba898d881dcf752d Change-Id: Id194f19f29c9a04399257f416b4c0b7629c44871 Implements: blueprint retention-policy Depends-On: Ia73b6c30db178efda9578ef206fba9c86bc90925 Depends-On: I9a0aea36a25f5cd298a92601a8f6de14476f2e21
61 lines
2.6 KiB
HTML
61 lines
2.6 KiB
HTML
{% 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, 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;"
|
|
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 %}
|