forked from smartin015/continuousprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (30 loc) · 831 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
site_name: Continuous Print
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
markdown_extensions:
- admonition
nav:
- Home: index.md
- Getting Started: getting-started.md
- GCODE Scripting: gcode-scripting.md
- Advanced Queuing: advanced-queuing.md
- Managed Bed Cooldown: managed-bed-cooldown.md
- Failure Recovery: failure-recovery.md
- Material Selection: material-selection.md
- Contributing: contributing.md
- API: api.md