forked from 0xERR0R/blocky
-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
38 lines (36 loc) · 1.04 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
site_name: blocky
site_description: blocky Documentation
theme:
name: material
palette:
primary: teal
accent: teal
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'