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
This creates a single HTML page for the whole doc project. You can find the page at `site/print_page.html`.
158
+
159
+
7. Open the `site/print_page.html` in your browser and save as PDF. Depending on the browser, you may need to select the Export to PDF, Print - Save as PDF or just Save and select PDF as the output format.
158
160
159
161
## Repository structure
160
162
@@ -168,11 +170,12 @@ The repository includes the following directories and files:
168
170
-`_images` - Images, logos and favicons
169
171
-`css` - Styles
170
172
-`js` - Javascript files
171
-
-`_resource`:
172
-
-`templates`:
173
-
-``styles.scss`` - Styling for PDF documents
174
-
- overrides - The folder with the templates that contain customizations for hosting the documentation on Percona website
173
+
-`templates`:
174
+
-`pdf_cover_page.tpl` - The PDF cover page template
175
+
-`_resourcepdf`:
176
+
-`overrides` - The directory with customized layout templates for PDF
175
177
-`.github`:
176
178
-`workflows`:
177
-
-`main.yml` - The workflow configuration for building documentation with a GitHub action. (The documentation is built with `mike` tool to a dedicated `netlify` branch)
179
+
-`main.yml` - The workflow configuration for building documentation with a GitHub action. (The documentation is built with `mike` tool to a dedicated `publish` branch)
180
+
-`snippets` - The folder with pieces of documentation used in multiple places
178
181
-`site` - This is where the output HTML files are put after the build
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-postgresql-13" onclick="_gaq.push(['b._trackEvent', 'Percona Distribution for PostgreSQL', 'Download', 'Download Manual Distribution for PostgreSQL']);" 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