Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 19 additions & 10 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down