mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-11 08:46:21 +00:00
42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
# Used to trigger a PDF build of the site
|
|
INHERIT: mkdocs.yml
|
|
|
|
# Slimmed down version of recipes
|
|
docs_dir: 'docs_to_pdf'
|
|
|
|
plugins:
|
|
extra-sass:
|
|
with-pdf:
|
|
#author: David Young
|
|
#copyright: ANY TEXT
|
|
cover: true
|
|
back_cover: true
|
|
#cover_title: TITLE TEXT
|
|
#cover_subtitle: SUBTITLE TEXT
|
|
custom_template_path: with_pdf_template
|
|
#toc_title: TOC TITLE TEXT
|
|
#heading_shift: true
|
|
toc_level: 3
|
|
ordered_chapter_level: 4
|
|
excludes_children:
|
|
- 'release-notes/:upgrading'
|
|
- 'release-notes/:changelog'
|
|
exclude_pages:
|
|
- 'reference/oauth_proxy/'
|
|
- 'appendix/contribute/'
|
|
convert_iframe:
|
|
- src: IFRAME SRC
|
|
img: POSTER IMAGE URL
|
|
text: ALTERNATE TEXT
|
|
- src: ...
|
|
# two_columns_level: 3
|
|
render_js: true
|
|
# headless_chrome_path: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
|
|
|
|
output_path: funky-penguins-geek-cookbook.pdf
|
|
debug_html: false
|
|
show_anchors: true
|
|
verbose: false
|
|
|
|
extra_css: []
|
|
extra_javascript: [] |