-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
37 lines (36 loc) · 1.26 KB
/
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
34
35
36
37
site_name: xDrip4iOS
theme: readthedocs
extra_css:
- css/admonitions.css
- css/extra.css
markdown_extensions:
- admonition
- toc:
permalink: ⌁
nav:
- 'Introduction': 'index.md'
- 'FAQ': 'faq.md'
- Install:
- 'Install from Testflight': 'install/testflight.md'
- 'Build from Source': 'install/build.md'
- 'How Do I Release?': 'install/personal_testflight.md'
- Connect:
- 'Initial Configuration': 'connect/index.md'
- 'Connect to CGM as a Master': 'connect/cgm.md'
- 'Connect to Nightscout as a Follower': 'connect/follower.md'
- 'Connect to M5Stack/M5StickC': 'connect/devices.md'
- Configure/Using:
- 'Home Screen' : 'configure/homeview.md'
- 'Settings': 'configure/index.md'
- 'Alarms': 'configure/alarms.md'
- 'Calibration': 'configure/calibrate.md'
- 'Treatments': 'configure/treatments.md'
- 'Apple Watch': 'configure/applewatch.md'
- 'Other Smartwatches': 'configure/smartwatches.md'
- Advanced:
- 'Open-Source AID Integration': 'advanced/os-aid.md'
- Troubleshoot:
- 'Troubleshooting': 'troubleshoot/index.md'
- 'Cannot Connect?': 'troubleshoot/connection_problems.md'
- 'Disconnections?': 'troubleshoot/disconnections.md'
- 'How to Report Errors': 'troubleshoot/reporting_issues.md'