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

Welcome to the upcoming version of the MinIO Documentation! The content on this page is under active development and 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 %}