-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs-old.yml
More file actions
63 lines (59 loc) · 1.84 KB
/
mkdocs-old.yml
File metadata and controls
63 lines (59 loc) · 1.84 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
55
56
57
58
59
60
61
62
63
site_name: CGMSIM
theme:
name: flatly
highlightjs: true
logo: 'logo.png'
analytics:
gtag: G-9DEJWGQQJ5
# site_url: https://lsandini.github.io/cgmsim-site
site_url: https://www.oracle.cgmsim.com
extra_javascript:
- javascripts/config.js
- javascripts/extra.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/admonitions.css
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/kinkkuporsas
- icon: fontawesome/solid/paper-plane
link: mailto:<lsandini@gmail.com>
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: ⌁
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_alt
options:
custom_icons:
- overrides/.icons
nav:
- Home: 'index.md'
- Mathematical Model:
- Overview: 'model/overview.md'
- Mealtime Insulin: 'model/mealtime.md'
- Long-acting insulin Agonists: 'model/la-agonists.md'
- Carb absorption from the gut: 'model/food.md'
- Endogenous Glucose production: 'model/liver.md'
- Physical activity: 'model/physical.md'
- Random variation: 'model/random.md'
- Installation:
- Overview: 'build/overview.md'
- Nightscout: 'build/nightscout.md'
- Linux/Ubuntu: 'build/linux.md'
- Download: 'build/clone.md'
- Setup script: 'build/setupscript.md'
- Kickstart: 'build/kickstart.md'
- Using the simulator:
- Overview: 'operate/overview.md'
- Declaring meals and mealtime insulin: 'operate/meals.md'
- Declaring long-acting insulins: 'operate/insulin.md'
- Pump mode and DIYAPS: 'operate/pump.md'
- View reports: 'operate/reports.md'
- Contact me: 'contact.md'