-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
111 lines (107 loc) · 2.8 KB
/
Copy pathmkdocs.yml
File metadata and controls
111 lines (107 loc) · 2.8 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
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
---
site_name: ixxeL-DevOps HomeLab
site_author: ixxeL2097
site_description: >-
My personal HomeLab
repo_name: !ENV [REPO_NAME, 'ixxeL-DevOps/fullstack']
repo_url: !ENV [REPO_URL, 'https://github.com/ixxeL-DevOps/fullstack']
extra_css:
- stylesheets/extra.css
theme:
favicon: assets/k8s-home.png
font:
text: Work Sans
logo: assets/k8s-home.png
name: material
palette:
- media: '(prefers-color-scheme: light)'
primary: teal
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
primary: teal
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for automatic mode
# - media: "(prefers-color-scheme)"
# toggle:
# icon: material/brightness-auto
# name: Switch to light mode
# # Palette toggle for light mode
# - media: "(prefers-color-scheme: light)"
# scheme: default
# toggle:
# icon: material/brightness-7
# name: Switch to dark mode
# # Palette toggle for dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# toggle:
# icon: material/brightness-4
# name: Switch to system preference
features:
# - navigation.top
- toc.integrate
- navigation.tabs
# - navigation.sections
# - navigation.tracking
- navigation.expand
- navigation.instant
- search.suggest
- content.code.copy
- content.tooltips
- content.code.wrap
icon:
repo: fontawesome/brands/github
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- toc:
permalink: true
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- codehilite:
css_class: highlight
plugins:
- search
- git-revision-date-localized:
type: timeago
timezone: UTC
locale: en
enable_creation_date: true
exclude:
- index.md
nav:
- Documentation:
- Cluster:
- K0S: cluster/k0s.md
- Talos: cluster/talos.md
- GitOps:
- ArgoCD: argocd/argocd.md
- TLS/HTTPS:
- Certmanager: certificates/certmanager.md
- Encryption: certificates/tls.md
- Authentication:
- OIDC: authentication/oidc.md
- Auth Forwarding: authentication/proxy-auth.md
- Networking:
- Cilium: network/cilium.md
- Storage:
- Proxmox-CSI: storage/csi-promox.md
- Secrets:
- ESO: secrets/externalsecrets.md
- VPN:
- Cluster config: VPN/wireguard.md
- Encryption:
- SOPS: encryption/sops.md
- Home: index.md