mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-07 21:09:14 +00:00

PT-2091 Docs configuration for Render builds * Added Sphinx-material theme and customizations * Changed Makefile to use Material theme * Customized the theme * Added a separate config for render builds
20 lines
354 B
HTML
20 lines
354 B
HTML
{# Import the theme's layout. #}
|
|
{% extends "!layout.html" %}
|
|
|
|
{# Adds Google Analytics events on button click. #}
|
|
{%- block extrahead %}
|
|
<script>
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-343802-3']);
|
|
_gaq.push(['_trackPageview']);
|
|
</script>
|
|
{{ super() }}
|
|
{%- endblock %}
|
|
|
|
|
|
{%- block relbar2 %}
|
|
{% include "relbar2.html" %}
|
|
{%- endblock %}
|
|
|
|
|