-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (54 loc) · 2.12 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
site_name: IOTstack - UKKOPAHIS-fork
site_description: 'Docker stack for getting started on IOT on the Raspberry PI'
# Repository
repo_url: https://github.com/SensorsIot/IOTstack
repo_name: SensorsIot/IOTstack - UKKOPAHIS-dev fork
edit_uri: "https://github.com/SensorsIot/IOTstack/edit/master/"
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- tabs
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
plugins:
- search
- redirects:
# Forward renamed pages to avoid breaking old links.
redirect_maps:
Getting-Started.md: Basic_setup/index.md
Accessing-your-Device-from-the-internet.md: Basic_setup/Accessing-your-Device-from-the-internet.md
Backup-and-Restore.md: Basic_setup/Backup-and-Restore.md
Custom.md: Basic_setup/Custom.md
Default-Configs.md: Basic_setup/Default-Configs.md
Docker-commands.md: Basic_setup/Docker-commands.md
How-the-script-works.md: Basic_setup/How-the-script-works.md
Misc.md: Basic_setup/Misc.md
Native-RTL_433.md: Basic_setup/Native-RTL_433.md
Networking.md: Basic_setup/Networking.md
RPIEasy_native.md: Basic_setup/RPIEasy_native.md
Understanding-Containers.md: Basic_setup/Understanding-Containers.md
Updates/New-Menu-Release-Notes.md: Basic_setup/Updates/New-Menu-Release-Notes.md
Updates/Updating-the-Project.md: Basic_setup/Updates/Updating-the-Project.md
Updates/gcgarner-migration.md: Basic_setup/Updates/gcgarner-migration.md
PostBuild-Script.md: Developers/PostBuild-Script.md
BuildStack-RandomPassword.md: Developers/BuildStack-RandomPassword.md
BuildStack-Services.md: Developers/BuildStack-Services.md
Menu-System.md: Developers/Menu-System.md
Contributing-Services.md: Developers/index.md
extra_css:
- style.css
markdown_extensions:
- admonition
- pymdownx.superfences
- toc:
permalink: true