-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (24 loc) · 805 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
24 lines (24 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
site_name: ElectroBlocks
nav:
- Getting Started: index.md
- Blocks: blocks.md
- Components: components.md
- ElectroBlocks Lessons:
- What is an Arduino?: lessons/what-is-an-arduino.md
- Blink: lessons/blink.md
- Sending Messages: lessons/sending-messages.md
- HighFive Machine: lessons/highfive.md
- Wave Machine: lessons/wave.md
- RGB LED: lessons/rgbled.md
- RGB LED Light Strip: lessons/fastled.md
- Motion Sensor RGB LED Light Strip: lessons/sonar-motion-sensor.md
- Flappy Bird: lessons/flappybird.md
- Mini Golf: lessons/minigolf.md
- LCD Screen: lessons/lcd_screens.md
- How Tos:
- Save Project: howto/saveproject.md
- Open Project: howto/openproject.md
theme:
name: readthedocs
extra_css:
- css/style.css