{# Import the theme's layout. #} {% extends "!layout.html" %} {# Custom CSS overrides #} {# Override content block #} {%- macro miniosidebar() %} {%- if render_sidebar %} {%- endif %} {%- endmacro %} {%- block header %} {%- endblock %} {%- block content %}
{{ miniosidebar() }}
{% block alertbar -%}

Welcome to the upcoming version of the MinIO Documentation! The content of these pages may change at any time. If you can't find what you're looking for, check our legacy documentation. Thank you for your patience.

{% endblock %} {% block body %} {% endblock %}
{%- endblock %} {%- block footer %}{%- endblock %}