-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
78 lines (74 loc) · 1.99 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
75
76
77
78
markdown_extensions:
- admonition
nav:
- Overview: index.md
- getting_started.md
- Custom Resources:
- Virtual Machines (QEMU):
- VirtualMachine: crds/virtualmachine.md
- ManagedVirtualMachine: crds/managedvirtualmachine.md
- VirtualMachineTemplate: crds/virtualmachinetemplate.md
- VirtualMachineSet: crds/virtualmachineset.md
- VirtualMachineSnapshot: crds/virtualmachinesnapshot.md
- VirtualMachineSnapshotPolicy: crds/virtualmachinesnapshotpolicy.md
- Containers (LXC):
- Container: crds/container.md
- Storage:
- Storage: crds/storagedownloadurl.md
- Certificates:
- CustomCertificate: crds/customcertificate.md
- metrics.md
- reconciliation-modes.md
- contributing.md
- roadmap.md
- Releases ⧉: https://github.com/alperencelik/kubemox/releases
repo_url: https://github.com/alperencelik/kubemox
site_name: Kubemox - Proxmox Operator for Kubernetes
strict: true
theme:
favicon: images/kubemox.jpg
font:
text: Work Sans
logo: images/kubemox.jpg
name: material
palette:
- media: '(prefers-color-scheme: light)'
primary: indigo # deep orange?
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
primary: indigo # deep orange?
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
background: white
shadow: true
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
extra:
version:
provider: mike