forked from LoopKit/looptips
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (37 loc) · 1.18 KB
/
mkdocs.yml
File metadata and controls
39 lines (37 loc) · 1.18 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
site_name: Loop Tips
theme: flatly
extra_css:
- css/admonitions.css
markdown_extensions:
- admonition
- toc:
permalink: ⌁
pages:
- Home: 'index.md'
- Settings:
- 'Why Settings Matter': 'settings/overview.md'
- 'Initial Settings': 'settings/settings.md'
- 'Adjust Your Settings': 'settings/adjust.md'
- Data Tools:
- 'Overview': 'data/overview.md'
- 'Health': 'data/health.md'
- 'Nightscout': 'data/nightscout.md'
- 'Tidepool': 'data/tidepool.md'
- 'Perceptus': 'data/glucodyn.md'
- How To:
- 'Think Like a Loop': 'how-to/think-like-loop.md'
- 'CGM habits': 'how-to/cgm.md'
- 'Use morning IOB': 'how-to/iob.md'
- 'Override Targets': 'how-to/overrides.md'
- 'Low Treatments': 'how-to/low-treat.md'
- 'Shower & Swimming': 'how-to/disconnect.md'
- 'Exercise': 'how-to/exercise.md'
- 'Extended Bolus': 'how-to/bolus.md'
- 'Site Failure': 'how-to/site-fail.md'
- 'Stuck on High': 'how-to/high-bg.md'
- 'Talk with Endo': 'how-to/endo.md'
- Algorithm:
- 'Overview': 'algorithm/overview.md'
- 'Prediction': 'algorithm/prediction.md'
- 'Basal': 'algorithm/temp-basal.md'
- 'Bolus': 'algorithm/bolus.md'