openstack-manuals/www/mitaka/admin/index.html
Doug Hellmann 1ca1404ca1 add special notice for COA exam studiers about admin guide
Change-Id: I933790312fcb07bf173845f190cd8ba87e912a07
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-07-28 15:16:09 -04:00

56 lines
2.5 KiB
HTML

{% set projects = PROJECT_DATA[SERIES] %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Administrator Guides{% endblock %}
{% block title %}
<a href="https://docs.openstack.org/">Documentation</a> &gt; Administrator 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 %} Administrator 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 administration guides managed by
the OpenStack Documentation team were
deprecated and 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> 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.
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
href="/pike/admin/">
Pike Admininistrator Guides
</a>
</p>
<p>
<a class="overview-btn docs-btn" style="width:80%;text-transform:initial;"
href="/latest/admin/">
Administrator Guides In Development ({{SERIES_IN_DEVELOPMENT|title}})
</a>
</p>
</div>
</div>
</div>
</div>
</div>
{% endblock content %}