-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (56 loc) · 1.62 KB
/
Copy pathmkdocs.yml
File metadata and controls
59 lines (56 loc) · 1.62 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
57
58
59
site_name: ScrollKit
site_description: LED Matrix Display Framework for CircuitPython and Desktop
site_author: 3DUPFitters LLC
repo_url: https://github.com/Czeiszperger/scrollkit
repo_name: Czeiszperger/scrollkit
theme:
name: material
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: cyan
toggle:
icon: material/weather-sunny
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: cyan
toggle:
icon: material/weather-night
name: Switch to dark mode
features:
- navigation.sections
- navigation.top
- content.code.copy
- content.code.annotate
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Tutorials:
- "Easy: Hello World": tutorials/easy.md
- "Medium: Live Data": tutorials/medium.md
- "Hard: Full App": tutorials/hard.md
- Guide:
- App Framework: guide/app.md
- Display: guide/display.md
- Effects: guide/effects.md
- Characterful Scrolling: guide/scrolling.md
- Theatrical Transitions: guide/transitions.md
- Palette-Animated Bitmap Text: guide/bitmap-text.md
- Web Interface: guide/web.md
- OTA Updates: guide/ota.md
- Networking: guide/networking.md
- Configuration: guide/config.md
- Simulator: guide/simulator.md
- Utilities: guide/utils.md
- API Reference: reference.md