-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathmkdocs.yml
53 lines (52 loc) · 1.15 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
site_name: OpenScan
plugins:
- autolinks
- search:
lang:
- en
theme:
name: material
language: en
palette:
primary: teal
accent: indigo
features:
- content.code.annotate
- search.suggest
- search.highlight
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- def_list
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Introduction: "index.md"
- Builds:
- Classic: "builds/OpenScanClassic.md"
- Mini: "builds/OpenScanMini.md"
- PCB: "builds/PCBs.md"
- Firmware:
- Setup: "firmware/setup.md"
- Usage: "firmware/usage.md"
- Photogrammetry:
- Basics: "photogrammetry/basics.md"
- Software: "photogrammetry/software.md"
- Changelog: "changelog.md"