Skip to content

Commit 3a4ddd5

Browse files
authored
Add print-site to mkdocs-base.yml (#852)
1 parent bb1a821 commit 3a4ddd5

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

mkdocs-base.yml

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,16 +128,25 @@ plugins:
128128
# exclude: # Don't process these files
129129
# glob:
130130
# - file.md
131-
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
132-
output_path: '_pdf/PerconaDistributionPostgreSQL-17.pdf'
133-
cover_title: 'Distribution for PostgreSQL Documentation'
134-
135-
cover_subtitle: 17.0 (October 3, 2024)
136-
author: 'Percona Technical Documentation Team'
137-
cover_logo: docs/_images/Percona_Logo_Color.png
138-
debug_html: false
139-
custom_template_path: _resource/templates
140-
enabled_if_env: ENABLE_PDF_EXPORT
131+
print-site:
132+
add_to_navigation: false
133+
print_page_title: 'Percona Distribution for PostgreSQL 17 documentation'
134+
add_print_site_banner: false
135+
# Table of contents
136+
add_table_of_contents: true
137+
toc_title: 'Table of Contents'
138+
toc_depth: 2
139+
# Content-related
140+
add_full_urls: false
141+
enumerate_headings: false
142+
enumerate_headings_depth: 1
143+
enumerate_figures: true
144+
add_cover_page: true
145+
cover_page_template: "docs/templates/pdf_cover_page.tpl"
146+
path_to_pdf: ""
147+
include_css: true
148+
enabled: true
149+
141150
mike:
142151
version_selector: true
143152
css_dir: css

0 commit comments

Comments
 (0)