generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
116 lines (108 loc) · 2.63 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
site_name: Toboshii | Home Cluster
site_description: My home Kubernetes (k3s) cluster managed by GitOps (Flux2)
site_author: Toboshii Nakama
site_url: https://toboshii.github.io/home-cluster/
repo_name: toboshii/home-cluster
repo_url: https://github.com/toboshii/home-cluster
edit_uri: "edit/main/docs/"
theme:
name: material
icon:
repo: fontawesome/brands/github-alt
language: en
features:
- navigation.sections
# - navigation.tabs
- navigation.tracking
# - navigation.indexes
- search.highlight
- search.share
- search.suggest
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
docs_dir: ./docs
extra_css:
- _static/custom.css
# Plugins
plugins:
- search
- minify:
minify_html: true
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/toboshii
- icon: fontawesome/brands/discord
link: https://discord.gg/sTMX7Vh
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/toboshii
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: toboshii
repo: home-cluster
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- Introduction: index.md
- Restore Process: restore.md
# - External Secrets: external-secrets.md
# - Flux: flux.md
# - Opnsense:
# - BGP: opnsense/bgp.md
# - PXE: opnsense/pxe.md
# - Rook-Ceph Maintenance: rook-ceph-maintenance.md
# - Sealed Secrets: sealed-secrets.md
# - Snmp Exporter: snmp-exporter.md
# - Velero: velero.md