forked from spirali/nelsie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (62 loc) · 1.37 KB
/
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
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
70
71
site_name: Nelsie
site_url: https://spirali.github.io/nelsie/
repo_url: https://github.com/spirali/nelsie
edit_uri: blob/master/docs/
site_description: Documentation of Nelsie, library for generating slides
site_author: Ada Böhm
nav:
- Overview: README.md
- install.md
- getting_started.md
- examples.md
- api.md
- User guide:
- guide/basics.md
- guide/layout.md
- guide/steps.md
- guide/text.md
- guide/code.md
- guide/images.md
- guide/paths.md
- guide/layoutexpr.md
- guide/rendering.md
- guide/counters.md
- guide/output.md
- guide/debug_layout.md
- guide/resources.md
- guide/box.md
- guide/colors.md
- guide/list.md
theme:
name: material
features:
- navigation.sections
# custom_dir: docs/template
# extra_javascript:
# - js/clipboard.js
# extra_css:
# - css/clipboard.css
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- nelsie:
render_format: png
- search
- autorefs
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true