forked from 0xERR0R/blocky
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (50 loc) · 1.46 KB
/
mkdocs.yml
File metadata and controls
54 lines (50 loc) · 1.46 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
site_name: blocky
site_description: blocky Documentation
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/0xERR0R/blocky
- icon: simple/codeberg
link: https://codeberg.org/0xERR0R/blocky
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/spx01/blocky
repo_url: https://github.com/0xERR0R/blocky
markdown_extensions:
- abbr
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.details
nav:
- "Welcome": "index.md"
- "Configuration": "configuration.md"
- "Installation": "installation.md"
- "Prometheus / Grafana": "prometheus_grafana.md"
- "Interfaces": "interfaces.md"
- "Network configuration": "network_configuration.md"
- "Additional information": "additional_information.md"