diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 8b8d35bad..d758a0d0a 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -128,16 +128,25 @@ plugins: # exclude: # Don't process these files # glob: # - file.md - with-pdf: # https://github.com/orzih/mkdocs-with-pdf - output_path: '_pdf/PerconaDistributionPostgreSQL-17.pdf' - cover_title: 'Distribution for PostgreSQL Documentation' - - cover_subtitle: 17.0 (October 3, 2024) - author: 'Percona Technical Documentation Team' - cover_logo: docs/_images/Percona_Logo_Color.png - debug_html: false - custom_template_path: _resource/templates - enabled_if_env: ENABLE_PDF_EXPORT + print-site: + add_to_navigation: false + print_page_title: 'Percona Distribution for PostgreSQL 17 documentation' + add_print_site_banner: false + # Table of contents + add_table_of_contents: true + toc_title: 'Table of Contents' + toc_depth: 2 + # Content-related + add_full_urls: false + enumerate_headings: false + enumerate_headings_depth: 1 + enumerate_figures: true + add_cover_page: true + cover_page_template: "docs/templates/pdf_cover_page.tpl" + path_to_pdf: "" + include_css: true + enabled: true + mike: version_selector: true css_dir: css