-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
130 lines (121 loc) · 3.13 KB
/
Copy pathmkdocs.yaml
File metadata and controls
130 lines (121 loc) · 3.13 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
---
# Project information
site_name: Madic | Home GitOps
site_description: A mono repository for my home Kubernetes cluster which tries to adhere to Infrastructure as Code (IaC) and GitOps practices
site_author: Michael Neese
site_url: https://madic-creates.github.io/git-ops/
# Repository
repo_name: madic-creates/k3s-git-ops
repo_url: https://github.com/madic-creates/k3s-git-ops
edit_uri: "-/edit/main/docs/"
copyright: Copyright © 2024
theme:
# https://github.com/squidfunk/mkdocs-material
name: material
icon:
repo: fontawesome/brands/github-alt
language: en
features:
- navigation.sections
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- content.code.copy
#palette:
# - scheme: default
# primary: indigo
# accent: indigo
# toggle:
# icon: material/weather-night
# name: Switch to dark mode
# - scheme: slate
# primary: indigo
# accent: indigo
# toggle:
# icon: material/weather-sunny
# name: Switch to light mode
docs_dir: ./docs
# Customization
extra_css:
- extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/madic-creates
- icon: fontawesome/brands/mastodon
link: https://chaos.social/@Madic
- icon: fontawesome/brands/wordpress
link: https://www.geekbundle.org
# Plugins
plugins:
- privacy
- social
- search:
lang: en
- minify:
minify_html: true
# Extensions
markdown_extensions:
- attr_list
- sane_lists
- pymdownx.highlight:
linenums: true
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# https://facelessuser.github.io/pymdown-extensions/extensions/blocks/plugins/admonition/
- pymdownx.blocks.admonition:
types:
- new
- settings
- note
- abstract
- info
- tip
- success
- question
- warning
- failure
- danger
- bug
- example
- quote
- toc:
permalink: "#"
- pymdownx.tasklist:
#- pymdownx.details
#- pymdownx.tabbed:
# alternate_style: true
# Navigation structure
nav:
- Introduction: index.md
- Installation: install.md
- Applications:
- Argo-CD: argocd.md
- Authentication: auth.md
- Backup: backup.md
- Cert-Manager: certmanager.md
- Claude Alert Analyzer: claude-alert-analyzer.md
- Databases: databases.md
- Kube DOOM: kubedoom.md
- Network: network.md
- LoadBalancer: loadbalancer.md
- Monitoring: monitoring.md
- Reflector: reflector.md
- Secret Management: secretmanagement.md
- Storage: storage.md
- Updates: updates.md
- Operations:
- Longhorn Maintenance: operations/longhorn-maintenance.md
- Migration to Cilium: operations/cilium-migration.md
- Tools:
- Helm: helm.md
- Secrets: secrets.md
- MKDocs: mkdocs.md
- Pre-Commit-Hooks: pre-commit-hooks.md
- Test Environment: testenv.md