You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DISTMYSQL-518-8.4 [DOCs] Configure the print-site plugin for PDF generation (#208)
new file: _resourcepdf/overrides/404.html
new file: _resourcepdf/overrides/main.html
new file: _resourcepdf/overrides/partials/banner.html
new file: _resourcepdf/overrides/partials/copyright.html
new file: _resourcepdf/overrides/partials/header.html
new file: docs/templates/pdf_cover_page.tpl
modified: mkdocs-base.yml
deleted: mkdocs-pdf.yml
modified: mkdocs.yml
modified: requirements.txt
This file was automatically generated - do not edit
3
+
-#}
4
+
{% extends "main.html" %}
5
+
{% block content %}
6
+
<h1>404 - Not found</h1>
7
+
<p>
8
+
We can't find the page you are looking for. Try using the Search or <ahref= "{{ config.extra.homepage | d(nav.homepage.url, true) | url }}"> return to homepage </a>. </p>
<ahref="https://learn.percona.com/download-manual-percona-distribution-for-mysql-innovation-releases" onclick="_gaq.push(['b._trackEvent', 'Percona Distribution for MySQL', 'Download', 'Download Manual Percona Distribution for MySQL']);" class="md-nav__link md-nav__link--active" style="font-size: .7rem;">
22
+
Download PDF
23
+
</a>
24
+
</label>
25
+
</div>
26
+
</div>
27
+
</div>
28
+
{% endif %}
29
+
{% if "toc.integrate" not in features %}
30
+
{% if page.meta and page.meta.hide %}
31
+
{% set hidden = "hidden" if "toc" in page.meta.hide %}
0 commit comments