File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -128,16 +128,25 @@ plugins:
128
128
# exclude: # Don't process these files
129
129
# glob:
130
130
# - 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
+
141
150
mike :
142
151
version_selector : true
143
152
css_dir : css
You can’t perform that action at this time.
0 commit comments