forked from CytronTechnologies/maxis-nbiot-hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (42 loc) · 1.17 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
site_name: Maxis NB-IoT Challenge Workshop
site_url: https://cytrontechnologies.github.io/maxis-nbiot-hackathon
repo_url: https://github.com/CytronTechnologies/maxis-nbiot-hackathon
nav:
- Home: index.md
- Azure:
- Getting Started: azure/index.md
- Azure CLI Installation on Linux: azure/install-azure-cli-apt.md
- Azure CLI Installation on MacOS: azure/install-azure-cli-macos.md
- Raspberry Pi:
- Getting Started: raspberrypi/getting-started.md
- Grove Pi: raspberrypi/grovepi.md
- Testing NB-IoT HAT: raspberrypi/nbiot.md
- Send data to Azure: raspberrypi/send_telemetry_to_azure.md
- GNSS: raspberrypi/gnss.md
- Web:
- Node Red: web/node-red.md
- Express JS + Ionic : web/expressjs_ionic.md
theme:
name: material
palette:
primary: 'teal'
accent: 'teal'
# font:
# text: 'Work Sans'
logo:
icon: 'cloud'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
plugins:
- search
- pdf-export:
combined: true
- minify:
minify_html: true
extra:
disqus: 'maxischallenge'