2018-10-01 23:54:19 +00:00
|
|
|
{% extends "!page.html" %}
|
|
|
|
{% block body %}
|
|
|
|
|
2020-12-01 07:16:15 +00:00
|
|
|
{%- if release == 'dev' %}
|
|
|
|
<div id="dev-warning" class="admonition note">
|
2018-10-01 23:54:19 +00:00
|
|
|
<p class="first admonition-title">Notice</p>
|
|
|
|
<p class="last">This document is for a development version of Ceph.</p>
|
|
|
|
</div>
|
2020-12-01 07:16:15 +00:00
|
|
|
{%- endif %}
|
2018-10-01 23:54:19 +00:00
|
|
|
|
2020-12-01 07:00:54 +00:00
|
|
|
{%- if is_release_eol %}
|
|
|
|
<div id="eol-warning" class="admonition warning">
|
2018-10-01 23:54:19 +00:00
|
|
|
<p class="first admonition-title">Warning</p>
|
|
|
|
<p class="last">This document is for an unsupported version of Ceph.</p>
|
|
|
|
</div>
|
2020-12-01 07:00:54 +00:00
|
|
|
{%- endif %}
|
2018-10-01 23:54:19 +00:00
|
|
|
|
2020-12-01 06:56:23 +00:00
|
|
|
{%- if not is_release_eol %}
|
2021-02-11 14:18:22 +00:00
|
|
|
<div id="docubetter" align="right" style="padding: 5px; font-weight: bold;">
|
2020-12-01 06:56:23 +00:00
|
|
|
<a href="https://pad.ceph.com/p/Report_Documentation_Bugs">Report a Documentation Bug</a>
|
|
|
|
</div>
|
|
|
|
{%- endif %}
|
|
|
|
|
2018-10-01 23:54:19 +00:00
|
|
|
{{ super() }}
|
|
|
|
{% endblock %}
|