forked from askblaker/k3s.rocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
47 lines (42 loc) · 915 Bytes
/
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
site_name: K3S Rocks
site_description: K3S ideas and tools
theme:
name: "material"
custom_dir: overrides/
palette:
primary: "green"
accent: "red"
logo: "img/icon-white.svg"
favicon: "img/favicon.png"
repo_name: askblaker/k3s.rocks
repo_url: https://github.com/askblaker/k3s.rocks
edit_uri: ""
nav:
- K3S Rocks: index.md
- install-setup.md
- external-load-balancer.md
- first-deploy.md
- https-cert-manager-letsencrypt.md
- traefik-dashboard.md
- basic-auth.md
- auto-healing.md
- localstorage-longhorn.md
- private-registry.md
- metrics.md
- logging.md
- argocd.md
- keel.md
- plausible-analytics.md
- erpnext.md
- technitium-dns.md
- uptime-kuma.md
- faq.md
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- markdown_include.include:
base_path: docs
- pymdownx.snippets
- admonition
- codehilite
- extra