{# MkDocs template for Netlify builds to customize docs layout by adding marketing-requested elements #} {# Import the theme's layout. #} {% extends "base.html" %} {%- macro relbar2 () %}

Contact Us

For free technical help, visit the Percona Community Forum.

To report bugs or submit feature requests, open a JIRA ticket.

For paid support and managed or consulting services , contact Percona Sales.

{%- endmacro %} {% block content %} {% if page.edit_url %} {% include ".icons/material/pencil.svg" %} {% endif %} {% if not "\x3ch1" in page.content %}

{{ page.title | d(config.site_name, true)}}

{% endif %} {{ page.content }} {{ relbar2() }} {% if page and page.meta %} {% if page.meta.git_revision_date_localized or page.meta.revision_date %} {% include "partials/source-file.html" %} {% endif %} {% endif %} {% endblock %}