|
1 | 1 | site_name: LoopTips
|
2 |
| - |
| 2 | +site_url: https://loopkit.github.io/looptips/ |
3 | 3 |
|
4 | 4 | theme:
|
5 |
| - name: material |
6 |
| - language: en |
7 |
| - features: |
8 |
| - - navigation.tabs |
9 |
| - - navigation.tabs.sticky |
10 |
| - - navigation.tracking |
11 |
| - - navigation.top |
12 |
| - - search.suggest |
13 |
| - - search.highlight |
14 |
| - - content.code.annotate |
15 |
| - - content.tooltips |
| 5 | + name: material |
| 6 | + language: en |
| 7 | + features: |
| 8 | + - navigation.tabs |
| 9 | + - navigation.tabs.sticky |
| 10 | + - navigation.tracking |
| 11 | + - navigation.top |
| 12 | + - search.suggest |
| 13 | + - search.highlight |
| 14 | + - content.code.annotate |
| 15 | + - content.tooltips |
16 | 16 | # logo: loop-logo.png
|
17 | 17 | # favicon: loop-logo.png
|
18 | 18 |
|
19 | 19 | extra_css:
|
20 |
| -# - css/admonitions.css |
21 |
| - - css/extra.css |
22 |
| - - css/primary-color.css |
| 20 | + # - css/admonitions.css |
| 21 | + - css/extra.css |
| 22 | + - css/primary-color.css |
23 | 23 |
|
24 | 24 | plugins:
|
25 |
| - - search |
26 |
| - - htmlproofer: |
27 |
| - enabled: !ENV [CHECK_BROKEN_LINKS, False] |
28 |
| - raise_error_after_finish: true |
| 25 | + - search |
| 26 | + - htmlproofer: |
| 27 | + enabled: !ENV [CHECK_BROKEN_LINKS, False] |
| 28 | + raise_error_after_finish: true |
29 | 29 |
|
30 | 30 | use_directory_urls: !ENV [CHECK_BROKEN_LINKS, True]
|
31 | 31 |
|
32 | 32 | markdown_extensions:
|
33 |
| - - meta |
34 |
| - - abbr |
35 |
| - - admonition |
36 |
| - - attr_list |
37 |
| - - pymdownx.arithmatex: |
38 |
| - generic: true |
39 |
| - - pymdownx.emoji: |
40 |
| - emoji_index: !!python/name:material.extensions.emoji.twemoji |
41 |
| - emoji_generator: !!python/name:material.extensions.emoji.to_svg |
42 |
| - - pymdownx.highlight |
43 |
| - - pymdownx.inlinehilite |
44 |
| - - pymdownx.superfences |
45 |
| - - pymdownx.snippets: |
46 |
| - auto_append: |
47 |
| - - includes/tooltip-list.txt |
48 |
| - - toc: |
49 |
| - permalink: true |
50 |
| - permalink_title: Anchor link to this Header on this Page |
51 |
| - toc_depth: 3 |
52 |
| - title: Headers on this Page |
| 33 | + - meta |
| 34 | + - abbr |
| 35 | + - admonition |
| 36 | + - attr_list |
| 37 | + - pymdownx.arithmatex: |
| 38 | + generic: true |
| 39 | + - pymdownx.emoji: |
| 40 | + emoji_index: !!python/name:material.extensions.emoji.twemoji |
| 41 | + emoji_generator: !!python/name:material.extensions.emoji.to_svg |
| 42 | + - pymdownx.highlight |
| 43 | + - pymdownx.inlinehilite |
| 44 | + - pymdownx.superfences |
| 45 | + - pymdownx.snippets: |
| 46 | + auto_append: |
| 47 | + - includes/tooltip-list.txt |
| 48 | + - toc: |
| 49 | + permalink: true |
| 50 | + permalink_title: Anchor link to this Header on this Page |
| 51 | + toc_depth: 3 |
| 52 | + title: Headers on this Page |
53 | 53 |
|
54 | 54 | extra_javascript:
|
55 |
| - - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js |
| 55 | + - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js |
56 | 56 |
|
57 | 57 | validation:
|
58 |
| - anchors: warn # Check for the existence of anchors present in links |
| 58 | + anchors: warn # Check for the existence of anchors present in links |
59 | 59 |
|
60 | 60 | nav:
|
61 |
| -- Home: 'index.md' |
62 |
| -- Settings: |
63 |
| - - 'Why Settings Matter': 'settings/overview.md' |
64 |
| - - 'Initial Settings': 'settings/settings.md' |
65 |
| - - 'Adjust Your Settings': 'settings/adjust.md' |
66 |
| -- Data Tools: |
67 |
| - - 'Overview': 'data/overview.md' |
68 |
| - - 'Health': 'data/health.md' |
69 |
| - - '<span translate="no">Nightscout</span>': 'data/nightscout.md' |
70 |
| - - '<span translate="no">Tidepool</span>': 'data/tidepool.md' |
71 |
| - - 'Perceptus': 'data/glucodyn.md' |
72 |
| -- How To: |
73 |
| - - 'Think Like a Loop': 'how-to/think-like-loop.md' |
74 |
| - - 'CGM habits': 'how-to/cgm.md' |
75 |
| - - 'Use morning IOB': 'how-to/iob.md' |
76 |
| - - 'Override Targets': 'how-to/overrides.md' |
77 |
| - - 'Low Treatments': 'how-to/low-treat.md' |
78 |
| - - 'Shower & Swimming': 'how-to/disconnect.md' |
79 |
| - - 'Exercise': 'how-to/exercise.md' |
80 |
| - - 'Extended Bolus': 'how-to/bolus.md' |
81 |
| - - 'Site Failure': 'how-to/site-fail.md' |
82 |
| - - 'Stuck on High': 'how-to/high-bg.md' |
83 |
| - - 'Talk with Endo': 'how-to/endo.md' |
84 |
| -- Translation: 'translate.md' |
85 |
| - |
86 |
| - |
| 61 | + - Home: "index.md" |
| 62 | + - Settings: |
| 63 | + - "Why Settings Matter": "settings/overview.md" |
| 64 | + - "Initial Settings": "settings/settings.md" |
| 65 | + - "Adjust Your Settings": "settings/adjust.md" |
| 66 | + - Data Tools: |
| 67 | + - "Overview": "data/overview.md" |
| 68 | + - "Health": "data/health.md" |
| 69 | + - '<span translate="no">Nightscout</span>': "data/nightscout.md" |
| 70 | + - '<span translate="no">Tidepool</span>': "data/tidepool.md" |
| 71 | + - "Perceptus": "data/glucodyn.md" |
| 72 | + - How To: |
| 73 | + - "Think Like a Loop": "how-to/think-like-loop.md" |
| 74 | + - "CGM habits": "how-to/cgm.md" |
| 75 | + - "Use morning IOB": "how-to/iob.md" |
| 76 | + - "Override Targets": "how-to/overrides.md" |
| 77 | + - "Low Treatments": "how-to/low-treat.md" |
| 78 | + - "Shower & Swimming": "how-to/disconnect.md" |
| 79 | + - "Exercise": "how-to/exercise.md" |
| 80 | + - "Extended Bolus": "how-to/bolus.md" |
| 81 | + - "Site Failure": "how-to/site-fail.md" |
| 82 | + - "Stuck on High": "how-to/high-bg.md" |
| 83 | + - "Talk with Endo": "how-to/endo.md" |
| 84 | + - Translation: "translate.md" |
0 commit comments