-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
84 lines (73 loc) · 2.23 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
site_name: LoopTips
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- search.suggest
- search.highlight
- content.code.annotate
- content.tooltips
# logo: loop-logo.png
# favicon: loop-logo.png
extra_css:
# - css/admonitions.css
- css/extra.css
- css/primary-color.css
plugins:
- search
- htmlproofer:
enabled: !ENV [CHECK_BROKEN_LINKS, False]
raise_error_after_finish: true
use_directory_urls: !ENV [CHECK_BROKEN_LINKS, True]
markdown_extensions:
- meta
- abbr
- admonition
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets:
auto_append:
- includes/tooltip-list.txt
- toc:
permalink: true
permalink_title: Anchor link to this Header on this Page
toc_depth: 3
title: Headers on this Page
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
validation:
anchors: warn # Check for the existence of anchors present in links
nav:
- 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'
- '<span translate="no">Nightscout</span>': 'data/nightscout.md'
- '<span translate="no">Tidepool</span>': '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'
- Translation: 'translate.md'