-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (43 loc) · 1.02 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
site_name: dekimpew docs
theme:
name: material
palette:
- scheme: default
primary: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: cyan
toggle:
icon: material/brightness-4
name: Switch to dark mode
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
markdown_extensions:
- def_list
- sane_lists
- pymdownx.tasklist:
custom_checkbox: true
nav:
- Home: index.md
- Homelab:
- Setup: homelab/index.md
- Topology: homelab/topology.md
- Tanzu:
- Introduction: tanzu/index.md
#- WCP with NSX: tanzu/nsx_for_wcp.md
- External OIDC on WCP: tanzu/wcp_oidc.md
- RBAC options on WCP: tanzu/rbac_on_wcp.md
- Issues with WCP: tanzu/wcp_issues.md
- Kubernetes:
- Introduction: k8s/index.md
- Custom HPA metrics: k8s/custom_hpa.md
#- AVI with kubeadm: k8s/avi_with_k8s.md