mirror of
https://github.com/ceph/ceph
synced 2025-02-25 12:03:00 +00:00
16 lines
477 B
HTML
16 lines
477 B
HTML
|
{% extends "!page.html" %}
|
||
|
{% block body %}
|
||
|
|
||
|
<div id="dev-warning" class="admonition note" style="display:none;">
|
||
|
<p class="first admonition-title">Notice</p>
|
||
|
<p class="last">This document is for a development version of Ceph.</p>
|
||
|
</div>
|
||
|
|
||
|
<div id="eol-warning" class="admonition warning" style="display:none;">
|
||
|
<p class="first admonition-title">Warning</p>
|
||
|
<p class="last">This document is for an unsupported version of Ceph.</p>
|
||
|
</div>
|
||
|
|
||
|
{{ super() }}
|
||
|
{% endblock %}
|