-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (56 loc) · 1.13 KB
/
mkdocs.yml
File metadata and controls
56 lines (56 loc) · 1.13 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
site_name: DVRPC IPD
theme:
name: material
features:
- navigation.sections
- toc.integrate
- toc.follow
- navigation.top
- navigation.path
- navigation.tabs
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: custom
accent: purple
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- def_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.mark
- pymdownx.details
- md_in_html
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
nav:
- About: index.md
- Documentation: script_reference.md
- Code Setup: setup.md