forked from khuedoan/homelab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
74 lines (69 loc) · 2.05 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Khue's Homelab
copyright: Copyright © 2020 - 2022 Khue Doan
repo_url: https://github.com/khuedoan/homelab
theme:
name: material
palette:
primary: black
features:
- navigation.indexes
- navigation.expand
- search.highlight
- search.share
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- 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
nav:
- Home: index.md
- Installation:
- installation/sandbox.md
- Production:
- installation/production/prerequisites.md
- installation/production/external-resources.md
- installation/production/configuration.md
- installation/production/deployment.md
- installation/production/post-installation.md
- Architecture:
- architecture/overview.md
- architecture/bare-metal-provisioning.md
- architecture/secrets-management.md
- architecture/networking.md
- Tutorials:
- tutorials/manual-dns-setup.md
- tutorials/create-a-new-user-account.md
- tutorials/expose-services-to-the-internet.md
- tutorials/use-both-github-and-gitea.md
- tutorials/add-or-remove-nodes.md
- tutorials/run-commands-on-multiple-nodes.md
- tutorials/single-node-cluster-adjustments.md
- Runbooks:
- runbooks/argocd.md
- runbooks/cert-manager.md
- runbooks/dnsmasq.md
- runbooks/documentation.md
- runbooks/gitea.md
- runbooks/longhorn.md
- runbooks/vault.md
- troubleshooting.md
- User guide:
- user-guide/onboarding.md
- Reference:
- reference/license.md
- reference/changelog.md
- reference/roadmap.md
- reference/contributing.md
- reference/faq.md