-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (71 loc) · 2.11 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
site_name: Edgebox Documentation
site_url: https://docs.edgebox.io
docs_dir: src
repo_url: https://github.com/edgebox-iot/docs
edit_uri: edit/main/src/
nav:
- Overview: index.md
- Getting Started: getting-started.md
- Contributing: contributing.md
- Installation:
- Locally: installation/local.md
- Raspberry Pi: installation/raspberry-pi.md
- Cloud Version: installation/cloud.md
- Other Platforms: installation/other-platforms.md
- Configuration:
- Post Install: configuration/post-install.md
- Initial Setup: configuration/initial-setup.md
- External Access: configuration/external-access.md
# - Storage: configuration/storage.md
- Backups: configuration/backups.md
- Logs: configuration/logs.md
- Updates: configuration/updates.md
- Usage:
- Dashboard: usage/dashboard.md
- Storage: usage/storage.md
- Backups: usage/backups.md
- EdgeApps: usage/edgeapps.md
- Settings: usage/settings.md
- Shell Access: usage/shell-access.md
- Others:
- Common Errors: others/common-errors.md
- System Architecture: others/system-architecture.md
- Code of Conduct: others/code-of-conduct.md
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
palette:
# Palette toggle for light mode
- scheme: default
primary: white
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: white
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- search.suggest
- search.highlight
- content.action.edit
markdown_extensions:
- attr_list
- md_in_html
- admonition
- tables
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg