generated from ks6088ts/template-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (47 loc) · 1.59 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Workshop for Azure IoT
site_url: ""
repo_url: https://github.com/ks6088ts-labs/workshop-azure-iot
repo_name: ks6088ts-labs/workshop-azure-iot
nav:
- Home: index.md
- Scenarios:
- 1. Azure IoT Hub Messaging: scenarios/1_azure_iot_hub_messaging.md
- 2. Azure Event Grid Messaging: scenarios/2_azure_event_grid_messaging.md
- 3. Generic Messaging: scenarios/3_generic_messaging.md
- 4. Azure IoT Edge Messaging: scenarios/4_azure_iot_edge_messaging.md
theme:
name: material
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#automatic-light-dark-mode
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/github
language: en
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ks6088ts/
- icon: fontawesome/brands/github
link: https://github.com/ks6088ts
- icon: fontawesome/brands/x-twitter
link: https://x.com/ks6088ts
analytics:
provider: google
property: G-0ZTKFXVQ5K