forked from LoopKit/loopdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (53 loc) · 1.85 KB
/
Copy pathmkdocs.yml
File metadata and controls
54 lines (53 loc) · 1.85 KB
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
site_name: Loop Docs
theme: flatly
extra_css:
- css/admonitions.css
markdown_extensions:
- admonition
- toc:
permalink: ⌁
pages:
- 'index.md'
- Requirements:
- 'Overview': 'requirements/overview.md'
- 'Insulin Pump': 'requirements/pump.md'
- 'CGM': 'requirements/cgm.md'
- 'RileyLink': 'requirements/rileylink.md'
- 'Computer': 'requirements/computer.md'
- 'iPhone': 'requirements/iphone.md'
- 'Apple Developer': 'requirements/appledev.md'
- Build:
- 'Overview': 'build/overview.md'
- 'Installing': 'build/installing.md'
- 'Configuration': 'build/configuration.md'
- 'iPhone widget': 'build/widget.md'
- 'Apple Watch': 'build/watch.md'
- 'Updating': 'build/updating.md'
- Use:
- 'Loop Display': 'use/overview.md'
- 'Getting a Green Loop': 'use/green-loop.md'
- 'Open Loop': 'use/open-loop.md'
- 'Close Loop': 'use/close-loop.md'
- 'Carb Entries': 'use/carbs.md'
- 'Bolus': 'use/bolus.md'
- 'Workout Targets': 'use/workout.md'
- 'Priming and Sites': 'use/priming.md'
- 'Time Changes': 'use/time-change.md'
- 'RileyLink': 'use/rileylink.md'
- 'Loop Notifications': 'use/notifications.md'
- Algorithm:
- 'Overview': 'algorithm/overview.md'
- 'Glucose Prediction': 'algorithm/prediction.md'
- 'Temp Basal Adjustments': 'algorithm/temp_basal.md'
- 'Bolus Recommendations': 'algorithm/bolus.md'
- Nightscout:
- 'Overview': 'nightscout/overview.md'
- 'Setup New Site': 'nightscout/new_user.md'
- 'Update Site': 'nightscout/update_user.md'
- 'Azure to Heroku': 'nightscout/azure_migration.md'
- 'mLab': 'nightscout/mlab_cleanup.md'
- 'Loop Pill': 'nightscout/loop_pill.md'
- 'IFTTT': 'nightscout/ifttt.md'
- 'Pebble': 'nightscout/pebble.md'
- 'Remote Notifications': 'nightscout/pushover.md'
- 'Reports': 'nightscout/reports.md'