-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
128 lines (128 loc) · 3.81 KB
/
mkdocs.yml
File metadata and controls
128 lines (128 loc) · 3.81 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
site_name: vitistack docs
repo_url: https://github.com/vitistack/docs
repo_name: vitistack/docs
edit_uri: edit/main/docs/
theme:
name: material
language: "en"
logo: images/viti.png
favicon: images/viti.png
palette:
# Palette toggle for light mode
- scheme: default
primary: blue
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: blue
accent: green
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.footer
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- content.action.edit
- content.code.copy
- content.code.annotate
icon:
edit: material/pencil
view: material/eye
repo: fontawesome/brands/github
extra_css:
- css/viti.css
extra_javascript:
- js/accessibility.js
plugins:
- search
- mermaid2
- glightbox
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- admonition
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- footnotes
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/vitistack
name: vitistack
generator: false
nav:
- Tutorials:
- tutorials/index.md
- tutorials/how.md
- How-to-guides:
- howtoguide/setup-vitistack.md
- Infrastructure:
- howtoguide/infrastructure/index.md
- howtoguide/infrastructure/vitistack-crds.md
- howtoguide/infrastructure/install-machineclasses.md
- howtoguide/infrastructure/install-keadhcp.md
- howtoguide/infrastructure/install-network-operator.md
- howtoguide/infrastructure/install-vitistack-operator.md
- Machines:
- howtoguide/machines/index.md
- howtoguide/machines/install-kubevirt.md
- howtoguide/machines/install-proxmox.md
- howtoguide/machines/install-physical-operator.md
- howtoguide/machines/example-machines.md
- Clusters:
- howtoguide/clusters/index.md
- howtoguide/clusters/install-talos.md
- howtoguide/clusters/install-aks.md
- howtoguide/clusters/example-kubernetesclusters.md
- Applications / Configuration:
- howtoguide/applications/index.md
- howtoguide/applications/argocd_ipam-api.md
- Reference:
- reference/index.md
- reference/opensourcesoftware.md
- reference/repository.md
- reference/dns.md
- Configuration:
- reference/configuration/index.md
- reference/configuration/clusterdiscovery.md
- Operators:
- reference/operators/index.md
- reference/operators/proxmox-operator.md
- reference/operators/vitistack-operator.md
- reference/operators/talos-operator.md
- reference/operators/kubevirt-operator.md
- reference/operators/physical-operator.md
- reference/operators/kea-operator.md
- reference/operators/ipam-operator.md
- CRDs:
- reference/crd/index.md
- API:
- reference/api/index.md
- reference/api/ipam-api.md
- Explanation:
- explanation/index.md
- explanation/architecture.md
- Release Notes:
- release_notes/index.md
- release_notes/v1.0.x/v1_0_x.md