This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
108 lines (108 loc) · 3.47 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
site_name: k3s-hetzner
site_author: Simon Ostendorf
site_url: https://k3s-hetzner.simon-ostendorf.dev
theme:
name: material
# custom_dir: theme
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.indexes
- navigation.top
- toc.follow
- content.code.annotate
# favicon: assets/favicon.png
# logo: assets/logo.png
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/simonostendorf
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/simonostendorf
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/simonostendorf
generator: true
homepage: https://k3s-hetzner.simon-ostendorf.dev
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
cookies:
github: GitHub
analytics: Google Analytics
actions:
- accept
- manage
- reject
copyright: >
Copyright © 2022 Simon Ostendorf<p>
If you want, you can change your cookie settings <a href="#__consent">here</a>
repo_url: https://github.com/simonostendorf/k3s-hetzner/
repo_name: simonostendorf/k3s-hetzner
nav:
- 'Home':
- 'home/index.md'
- 'ToDo': 'home/todo.md'
- 'Troubleshooting': 'home/troubleshooting.md'
- 'Credits': 'home/credits.md'
- 'Prerequisites':
- 'prerequisites/index.md'
- 'Hetzner': 'prerequisites/hetzner.md'
- 'Container Registry': 'prerequisites/container-registry.md'
- 'DNS Provider': 'prerequisites/dns-provider.md'
- 'Local Machine': 'prerequisites/local-machine.md'
- 'Installation':
- 'installation/index.md'
- 'Hetzner': 'installation/hetzner.md'
- 'Servers': 'installation/servers.md'
- 'k3s': 'installation/k3s.md'
- 'Deployment':
- 'deployment/index.md'
- 'Required Components':
- 'Cloud Controller Manager': 'deployment/required/ccm.md'
- 'Metrics-Server': 'deployment/required/metrics-server.md'
- 'Cluster-Autoscaler': 'deployment/required/cluster-autoscaler.md'
- 'Cloud Storage Interface': 'deployment/required/csi.md'
- 'Ingress Controller': 'deployment/required/traefik.md'
- 'Cert-Manager': 'deployment/required/cert-manager.md'
- 'Upgrade Controller': 'deployment/required/upgrade-controller.md'
- 'Other Components':
- 'Horizontal Pod Autoscaler': 'deployment/other/hpa.md'
- 'Example Nginx': 'deployment/other/nginx.md'
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: 'docs/'
- pymdownx.superfences
- admonition
- pymdownx.details
plugins:
- redirects:
redirect_maps:
'index.md': 'home/index.md'
- search