-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
46 lines (41 loc) · 997 Bytes
/
mkdocs.yml
File metadata and controls
46 lines (41 loc) · 997 Bytes
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
site_name: Chaotic - Chaos for Clouds
repo_url: https://github.com/ngine-io/chaotic
edit_uri: edit/main/docs/
nav:
- Home: index.md
- Install: install.md
- Settings: settings.md
- Configs:
- Apache CloudStack: configs/cloudstack.md
- DigitalOcean: configs/digitalocean.md
- Vultr: configs/vultr.md
- cloudscale.ch: configs/cloudscale_ch.md
- Hetzner Cloud: configs/hetzner.md
- Proxmox: configs/proxmox.md
- Hashicorp Nomad: configs/nomad.md
- Run: running.md
theme:
name: material
palette:
- scheme: default
primary: cyan
toggle:
icon: material/brightness-7
- scheme: slate
primary: cyan
toggle:
icon: material/brightness-4
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
plugins:
- search
features:
- navigation.tabs
- navigation.tabs.sticky
- content.action.edit
- navigation.indexes