-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
30 lines (27 loc) · 965 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
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 Light Edition': 'resources/3d-files-light-edition.md'
- '3D Files GPS Edition': 'resources/3d-files-gps-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