forked from nightscout/nightscout.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (38 loc) · 1.39 KB
/
mkdocs.yml
File metadata and controls
39 lines (38 loc) · 1.39 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
site_name: Nightscout
theme: flatly
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'
- Install:
- 'Overview': 'nightscout/insights.md'
- 'Classic DIY Installation': 'nightscout/new_user.md'
- Configure:
- 'Configure your Nightscout': 'nightscout/setup_variables.md'
- 'Configure your Uploader': 'uploader/setup.md'
- 'Security': 'nightscout/security.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'
- Update:
- 'Updating your site': 'update/update.md'
- 'Redeploying': 'update/redeploy.md'
- 'Attach a new Atlas database': 'update/newdatabase.md'
- 'Update Heroku Stack': 'update/upd_stack.md'
- Troubleshoot:
- 'Troubleshooting': 'troubleshoot/troublehoot.md'
- 'Connection failure': 'troubleshoot/connection_string.md'
- 'Cleanup': 'troubleshoot/cleanup.md'