-
Notifications
You must be signed in to change notification settings - Fork 38
/
mkdocs.yml
38 lines (38 loc) · 878 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
31
32
33
34
35
36
37
38
site_name: Continuous Print
theme:
name: material
logo: ./CPQ_white.svg
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
extra_css:
- style.css
nav:
- Home: index.md
- 'getting-started.md'
- 'gcode-scripting.md'
- 'advanced-queuing.md'
- 'job-files.md'
- 'failure-recovery.md'
- 'lan-queues.md'
- 'material-selection.md'
- 'printer-profiles.md'
- 'managed-bed-cooldown.md'
- 'auto-slicer.md'
- 'action-commands.md'
- 'contributing.md'
- 'api.md'