forked from LoopKit/loopdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
81 lines (80 loc) · 3.4 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: LoopDocs
theme: flatly
google_analytics: ['UA-109876065-1', 'loopkit.github.io']
extra_css:
- css/admonitions.css
markdown_extensions:
- admonition
- toc:
permalink: ⌁
pages:
- Home: 'index.md'
- FAQs:
- 'General Loop FAQs': 'faqs/FAQs.md'
- 'Omnipod FAQs': 'faqs/omnipod-faqs.md'
- 'RileyLink FAQs': 'faqs/rileylink-faqs.md'
- 'Algorithm FAQs': 'faqs/algorithm-faqs.md'
- 'Safety Tips': 'faqs/safety-faqs.md'
- 'Glossary': 'faqs/glossary.md'
- Gear:
- 'Medtronic': 'setup/requirements/mdt-pump.md'
- 'CGM': 'setup/requirements/cgm.md'
- 'RileyLink': 'setup/requirements/rileylink.md'
- 'Computer': 'setup/requirements/computer.md'
- 'iPhone': 'setup/requirements/iphone.md'
- 'Apple Developer': 'setup/requirements/appledev.md'
- Build App:
- Overview: 'build/overview.md'
- Prep Computer: 'build/build-computer.md'
- Get Developer Account: 'build/build-developer.md'
- Install Xcode: 'build/build-xcode.md'
- Build Loop: 'build/build-loop.md'
- Build Errors: 'build/build_errors.md'
- Health Permissions: 'build/health.md'
- Jaeb Study: 'build/jaeb-study.md'
- Code Customization: 'build/code_customization.md'
- New iPhone: 'build/new-iphone.md'
- Update Loop: 'build/update/updating.md'
- New Version Info: 'build/update/new-version.md'
- Operate:
- App setup:
- 'Loop Settings': 'operation/loop-settings/settings.md'
- 'Loop Services': 'operation/loop-settings/services.md'
- 'RileyLink menu': 'operation/loop-settings/rileylink_menu.md'
- 'Pump Setup': 'operation/loop-settings/pump.md'
- 'Loop Displays': 'operation/overview.md'
- How to Use Loop App:
- 'Carb Entries': 'operation/features/carbs.md'
- 'Bolus': 'operation/features/bolus.md'
- 'Workout Targets': 'operation/features/workout.md'
- 'Using ICE info': 'operation/features/ice.md'
- 'Apple Watch': 'operation/features/watch.md'
- 'iPhone widget': 'operation/features/widget.md'
- 'Loop Notifications': 'operation/features/notifications.md'
- 'Pump Battery': 'operation/features/battery.md'
- 'Looping Tips':
- 'Open Loop': 'operation/loop/open-loop.md'
- 'Closed Loop': 'operation/loop/close-loop.md'
- 'Loop Tips': 'operation/loop/looptips.md'
- Algorithm:
- 'Overview': 'operation/algorithm/overview.md'
- 'Bolus Recommendations': 'operation/algorithm/bolus.md'
- 'Glucose Prediction': 'operation/algorithm/prediction.md'
- 'Temp Basal Adjustments': 'operation/algorithm/temp-basal.md'
- Troubleshoot:
- 'Overview': 'troubleshooting/overview.md'
- 'Grey Loop': 'troubleshooting/green-loop.md'
- 'Yellow/Red Loop': 'troubleshooting/yellow-red-loop.md'
- 'Priming and Sites': 'troubleshooting/priming.md'
- 'Time Changes': 'troubleshooting/time-change.md'
- 'MDT Pump Errors': 'troubleshooting/pump-errors.md'
- Nightscout:
- 'Overview': 'nightscout/overview.md'
- 'Brand New NS': 'nightscout/new_user.md'
- 'Retrofit Existing NS': 'nightscout/update_user.md'
- 'NS Stopped Working': 'nightscout/mlab_cleanup.md'
- 'Azure to Heroku': 'nightscout/azure_migration.md'
- 'IFTTT': 'nightscout/ifttt.md'
- 'Pebble': 'nightscout/pebble.md'
- 'Remote Notifications': 'nightscout/pushover.md'
- 'Reports': 'nightscout/reports.md'