forked from xdrip/xdrip_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
111 lines (106 loc) · 4.05 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
site_name: xDrip+
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- search.suggest
- search.highlight
- content.code.annotate
logo: xDrip+logo.png
favicon: xDrip+logo.png
palette:
primary: white
scheme: default
nav_style: primary
extra_css:
- css/admonitions.css
markdown_extensions:
- admonition
- tables
- pymdownx.details
- toc:
permalink: ⌁
plugins:
- search:
lang: en
- unused_files
nav:
- Getting started:
- 'How to use this documentation?': 'install/usethedoc.md'
- 'Prerequisites': 'install/prerequisites.md'
- 'Download': 'install/download.md'
- 'Installation': 'install/install.md'
- 'Data source': 'install/datasource.md'
- 'G6, 1, 1+, G7': 'install/g6.md'
- 'Libre NFC': 'install/libreNFC.md'
- 'Libre bridge': 'install/libreBT.md'
- 'Libre 2 Direct': 'install/libre2.md'
- 'Libre patched app': 'install/libre2patch.md'
- 'Eversense': 'install/eversense.md'
- '640G/670G': 'install/640_670.md'
- 'xDrip+ follower': 'install/xdripfollower.md'
- 'Nightscout follower': 'install/nightscoutfollower.md'
- 'Dex Share follower': 'install/dexshare.md'
- 'CareLink follower': 'install/carelinkfollow.md'
- 'BYODA': 'install/byod.md'
- 'Companion app': 'install/companion.md'
- 'GlucoRx/Aidex': 'install/aidex.md'
- 'Web Follower': 'install/webfollower.md'
- Discover and use:
- 'Main view': 'use/mainUI.md'
- 'Main menu': 'use/hamburger.md'
- 'Start sensor': 'use/startsensor.md'
- 'Stop sensor': 'use/stopsensor.md'
- 'Statistics': 'use/statistics.md'
- 'Alarms and Alerts': 'use/alarms.md'
- 'Speak Readings': 'use/speak.md'
- 'Glucose Meter': 'use/glucometer.md'
- 'Sync Follower setup': 'use/syncsetup.md'
- Calibrations:
- 'Calibration basics': 'calibrate/101.md'
- 'Calibrate': 'calibrate/calibrate.md'
- 'Troubleshooting': 'calibrate/troubleshoot.md'
- Settings:
- 'Settings': 'use/settings.md'
- 'Display': 'use/display.md'
- '3 Dots menu': 'use/3dotsmenu.md'
- 'Copy settings': 'use/copysettings.md'
- 'Load / Save Settings': 'use/loadsavesettings.md'
- 'xDrip+ Sync': 'use/sync.md'
- 'Cloud Upload': 'use/cloud.md'
- 'Predictive Simulation': 'use/predictions.md'
- 'Motion Tracking': 'use/motion.md'
- 'Update': 'use/update.md'
- 'Inter-apps': 'use/interapp.md'
- 'Less Common Settings': 'use/lesscommon.md'
- 'Advanced Calibration': 'calibrate/advancedcal.md'
- 'Bluetooth Settings': 'use/bluetooth.md'
- 'Other Misc. Options': 'use/misc.md'
- 'Out of Process Algorithm': 'use/OOP.md'
- 'Insulin Pens': 'use/pens.md'
- 'G5/G6 Debug Settings': 'use/g56debug.md'
- 'Spoken Commands': 'use/spokencommands.md'
- Smartwatch:
- 'Smartwatches': 'smartwatch/smartwatch.md'
- 'Android Wear': 'smartwatch/wear.md'
- 'Install on Android Wear': 'smartwatch/wearinstall.md'
- 'Use Wear Extension': 'smartwatch/usewear.md'
- 'Pebble': 'smartwatch/pebble.md'
- 'MiBand': 'smartwatch/miband.md'
- 'BlueJay Watch': 'smartwatch/bluejay.md'
- Troubleshooting:
- 'Installation': 'troubleshoot/install.md'
- 'Reinstallation': 'troubleshoot/reinstall.md'
- 'System Status': 'troubleshoot/systemstatus.md'
- 'Libre Bridge': 'troubleshoot/librebridge.md'
- 'Libre 2': 'troubleshoot/libre2.md'
- 'Libre 2 Direct': 'troubleshoot/libre2direct.md'
- 'Libre Web Follower': 'troubleshoot/webfollow.md'
- 'Bridge Firmware': 'troubleshoot/bridgeFW.md'
- 'Android Debug Bridge': 'troubleshoot/ADB.md'
- 'Android Settings': 'troubleshoot/savings.md'
- Change Log: 'changelog.md'