-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (56 loc) · 1.7 KB
/
mkdocs.yml
File metadata and controls
61 lines (56 loc) · 1.7 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Jam's Homelab
copyright: Copyright © 2023 - 2025 Jam
repo_url: https://github.com/fullstackjam/k8s-gitops
theme:
favicon: https://github.com/khuedoan/homelab/assets/27996771/d33be1af-3687-4712-a671-4370da13cc92
name: material
palette:
primary: black
features:
- navigation.expand
- navigation.instant
- navigation.sections
- search.highlight
- search.share
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.snippets:
check_paths: true
- def_list
- pymdownx.tasklist:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Installation:
- Production:
- installation/production/prerequisites.md
- installation/production/external-resources.md
- installation/production/deployment.md
- installation/post-installation.md
- Getting started:
- getting-started/user-onboarding.md
- Concepts:
- concepts/secrets-management.md
- concepts/certificate-management.md
- concepts/tools-container.md
- How-to guides:
- how-to-guides/expose-services-to-the-internet.md
- how-to-guides/use-both-github-and-gitea.md
- how-to-guides/updating-documentation.md
- Reference:
- Architecture:
- reference/architecture/overview.md
- reference/architecture/networking.md
- reference/architecture/decision-records.md
- reference/changelog.md
- reference/roadmap.md
- reference/contributing.md