-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (64 loc) · 1.62 KB
/
mkdocs.yml
File metadata and controls
69 lines (64 loc) · 1.62 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
site_name: "NAF Workshop WS:A2 - AutoCon3"
site_description: Network Testing with NUTS
nav:
- FAQ: "index.md"
- Agenda: "agenda.md"
- Tools: "tools.md"
- Lab: "lab.md"
repo_url: https://github.com/ubaumann/naf_workshop_nuts
repo_name: ubaumann/naf_workshop_NUTS
theme:
name: material
logo: img/NAF.png
favicon: img/favicon.png
palette:
- scheme: slate
primary: custom
accent: custom
features:
- navigation.tracking
extra_css:
- stylesheets/extra.css
plugins:
- with-pdf:
author: Urs Baumann, Steinn Örvar Bjarnarson
copyright: ""
#
#cover: false
#back_cover: true
#cover_title: TITLE TEXT
cover_subtitle: Network Testing with NUTS
# custom_template_path: "stylesheets/pdf.css"
#
# toc_title: TOC TITLE TEXT
#heading_shift: false
#toc_level: 3
#ordered_chapter_level: 2
#excludes_children:
# - 'release-notes/:upgrading'
# - 'release-notes/:changelog'
#
#exclude_pages:
# - 'bugs/'
# - '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: headless-chromium
#
output_path: workshop.pdf
#enabled_if_env: ENABLE_PDF_EXPORT
#
# debug_html: true
#show_anchors: true
# verbose: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences