-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
33 lines (28 loc) · 884 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
site_name: Frog Sensor Instructions
docs_dir: assembly-instructions
repo_url: https://github.com/Ribbit-Network/ribbit-network-frog-hardware
theme:
name: material
logo: images/ribbit_logo.png
favicon: images/favicon.ico
palette:
primary: green
features:
- navigation.footer
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Ribbit-Network
- icon: fontawesome/brands/discord
link: https://discord.gg/vq8PkDb2TC
nav:
- Parts: 1-parts/1-parts.md
- 3D Printed Parts: 2-3d-printing/2-3d-printing.md
- Software: 3-software/3-software.md
- Assembly: 4-assembly/4-assembly.md
- Testing: 5-testing/5-sensor-testing.md
- Sensor Placement: 6-sensor-placement/6-sensor-placement.md
- Done - Next Steps: 7-done/7-done.md
- Debugging: 8-debugging/8-debugging.md
markdown_extensions:
- attr_list