-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (27 loc) · 997 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (27 loc) · 997 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
25
26
27
28
29
30
site_name: Open-SmartWatch
theme: readthedocs
site_url: http://open-smartwatch.github.io/
markdown_extensions:
- admonition
nav:
- "Home": "index.md"
- "Watches":
- "Gallery": "gallery/gallery-main.md"
- "Light Edition": "watches/light-edition.md"
- "GPS Edition": "watches/gps-edition.md"
- "Community Forks": "watches/community-forks.md"
- "Resources":
- "Hardware": "resources/hardware.md"
- "3D Files": "resources/3d-files.md"
- "3D Files Light Edition": "resources/3d-files-light-edition.md"
- "Firmware": [] # This section was moved into the OSW-OS repository
- "HowTos":
- "How to Contribute?": "howto/contribute.md"
- "Get Design Software": "howto/software.md"
- "Assembly Note": "howto/assembly.md"
- "Find Parts on Aliexpress": "howto/aliexpress.md"
- "Additional Soldering Tools": "howto/hardware.md"
- "Code of Conduct": "coc.md"
extra_css:
- stylesheets/tags.css
- stylesheets/max-width.css