forked from nightscout/nightscout.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
91 lines (90 loc) · 3.54 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
site_name: Nightscout
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- search.suggest
- search.highlight
- content.code.annotate
logo: NS-logo.png
favicon: NS-logo-std.png
palette:
primary: black
nav_style: primary
extra_css:
- css/admonitions.css
markdown_extensions:
- admonition
- toc:
permalink: ⌁
nav:
- Introduction:
- 'What is Nightscout?': 'index.md'
- 'How do I upload my data?': 'uploader/uploaders.md'
- DIY Nightscout:
- 'Classic DIY Installation': 'nightscout/new_user.md'
- 'GitHub': 'nightscout/github.md'
- 'MongoDB Atlas database': 'vendors/mongodb/atlas.md'
- 'Azure': 'vendors/azure/new_user.md'
- 'Heroku Eco plan': 'vendors/heroku/new_user.md'
- 'Railway': 'vendors/railway/new_user2.md'
- 'Northflank': 'vendors/northflank/new_user.md'
- 'Fly.io': 'vendors/fly.io/new_user.md'
- 'Google Cloud': 'nightscout/xdripteam.md'
- 'NSaaS - T1Pal': 'vendors/T1Pal/new_user.md'
- 'NSaaS - NS10BE': 'vendors/10BE.md'
- 'NSaaS - Nightscout.Pro': 'vendors/Nightscout.Pro/new_user.md'
- Configure:
- 'Configure your Nightscout': 'nightscout/setup_variables.md'
- 'Configure your Uploader': 'uploader/setup.md'
- 'xDrip+ CareLink bridge': 'uploader/xdripcarelink.md'
- 'Follower Devices': 'nightscout/downloaders.md'
- 'Nightscout on your watch': 'nightscout/wearable.md'
- 'Running multiple sites': 'nightscout/multiadmin.md'
- 'Closed-loop Systems': 'nightscout/close_loop.md'
- Use:
- 'Discover your site': 'nightscout/discover.md'
- 'Secure your site': 'nightscout/security.md'
- 'Reports': 'nightscout/reports.md'
- 'Profile Editor': 'nightscout/profile_editor.md'
- 'Admin Tools': 'nightscout/admin_tools.md'
- 'Remote Notifications': 'nightscout/pushover.md'
- Update:
- 'Updating your site': 'update/update.md'
- 'Redeploying': 'update/redeploy.md'
- 'Deploy another GitHub branch': 'update/dev_branch.md'
- 'Heroku Eco plan upgrade': 'vendors/heroku/ecoplan.md'
- 'Heroku Stack Update': 'update/upd_stack.md'
- 'Heroku Multiple Factor Authentication': 'vendors/heroku/index.md'
- 'Heroku Downgrade': 'update/downgrade.md'
- Migrate:
- 'Migrate from Heroku': 'vendors/heroku/migrate.md'
- 'Migrate to Azure': 'vendors/azure/migrate.md'
- 'Migration to Railway': 'vendors/railway/migration.md'
- 'Migration to Fly.io': 'vendors/fly.io/migrate.md'
- 'Migration to Northflank': 'vendors/northflank/migrate.md'
- Troubleshoot:
- 'Troubleshooting': 'troubleshoot/troubleshoot.md'
- 'GitHub': 'troubleshoot/github.md'
- 'Heroku': 'troubleshoot/heroku.md'
- 'Railway': 'troubleshoot/railway.md'
- 'Northflank': 'troubleshoot/northflank.md'
- 'Fly.io': 'troubleshoot/fly.io.md'
- 'MongoDB Atlas': 'troubleshoot/atlas.md'
- 'Dexcom bridge': 'troubleshoot/dexcom_bridge.md'
- 'Cleanup': 'troubleshoot/cleanup.md'
- Advanced DIY:
- 'Advanced DIY Installation': 'nightscout/advanced.md'
- 'Dynamic DNS': 'nightscout/dns.md'
- 'Deploy in Ubuntu': 'nightscout/ubuntu.md'
- 'Deploy with Docker': 'nightscout/docker.md'
- 'Google Cloud': 'vendors/google/new_user.md'
- 'Oracle Cloud': 'vendors/oracle/new_user.md'
- 'Digital Ocean': 'vendors/digitalocean/new_user.md'
- 'Synology NAS': 'vendors/synology/new_user.md'
- 'Raspberry Pi': 'vendors/raspberry-pi/new_user.md'
- Translation: 'translate.md'