-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
95 lines (88 loc) · 2.23 KB
/
mkdocs.yaml
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: Mark's Homelab
site_author: Mark Bundschuh
site_url: https://mbund.github.io/homelab
copyright: Copyright © 2023 Mark Bundschuh
site_description: >-
Documentation concerning my homelab infrastructure. Fully automated
Kubernetes and GitOps setup to host my important services.
repo_name: mbund/homelab
repo_url: https://github.com/mbund/homelab
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.action.edit
- content.code.copy
- content.code.select
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.path
- navigation.top
markdown_extensions:
- pymdownx.snippets:
check_paths: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- toc:
anchorlink: true
- md_in_html
- attr_list
- def_list
- admonition
plugins:
- social
extra_css:
- css/customizations.css
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/mbund
nav:
- Home: index.md
- Installation:
- installation/development-evironment.md
- installation/production.md
- Reference:
- reference/technical-overview.md
- reference/architecture.md
- reference/alternatives.md
- reference/tailscale.md
- reference/longhorn.md
- reference/matrix.md
- reference/relay.md
- reference/k3sup.md
- reference/nvidia.md