forked from comwes/mkpdfs-mkdocs-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (37 loc) · 871 Bytes
/
mkdocs.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
site_name: MkPDFs v2 for MkDocs
site_author: jurgenwigg
site_url: https://jurgenwigg.github.io/mkpdfs2-mkdocs-plugin/
extra_css:
- 'stylesheets/extra.css'
theme:
name: material
language: 'en'
font:
text: 'Roboto'
code: 'Roboto Mono'
palette:
primary: 'blue'
accent: 'blue-light'
repo_url: https://github.com/jurgenwigg/mkpdfs-mkdocs-plugin
use_directory_urls: false
edit_uri: ""
# Copyright
copyright: '© 2023 jurgenwigg. CC-BY'
nav:
- 'MkPDFs': 'index.md'
- 'Getting started': 'getting-started.md'
- 'Layout customisation': 'layout-design.md'
- 'Release notes': release-notes.md
markdown_extensions:
- admonition
- footnotes
- codehilite:
guess_lang: false
- toc:
permalink: false
plugins:
- search
- mkpdfs:
author: jurgenwigg
toc_title: Table of contents
output_path: pdf/documentation.pdf