-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs-pdf.yml
53 lines (50 loc) · 1.73 KB
/
mkdocs-pdf.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# See mkdocs base and the create-mkdocs*
# scripts for how this is used
plugins:
- with-pdf:
# Full details on this plugin here:
# https://github.com/orzih/mkdocs-with-pdf
# And don't get it confused with https://github.com/zhaoterryy/mkdocs-pdf-export-plugin
# which is intended to export a single page at a time
author: Kartoza Pty (Ltd.)
# copyright will draw in page.bottom-right
# do it manually in templates/styles.scss
# for more control
# if you comment out here or use an empty string,
# the copyright text from mkdocs-base.yml will be
# used instead
copyright: " "
year: "2022"
cover: true # see templates/cover.html
back_cover: true
# Overrridden by templates/cover.html
cover_title: QGIS Animation Workbench.
cover_logo: ./resources/img/logo/kartoza-logo.svg
# Print css is defined in templates/styles.scss
#custom_template_path: TEMPLATES PATH
#
toc_title: Contents
#heading_shift: false
toc_level: 2
# Set to 0 so that it does not generate chapter numbering
# we do the numbering in styles.css rather
ordered_chapter_level: 0
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#
#convert_iframe:
# - src: IFRAME SRC
# img: POSTER IMAGE URL
# text: ALTERNATE TEXT
# - src: ...
#two_columns_level: 3
#
#render_js: true
#headless_chrome_path: headless-chromium
#
# enabled_if_env: ENABLE_PDF_EXPORT
# See notes at the top of templates/styles.scss.templ
# for debugging workflow details.
debug_html: true
# show_anchors: true