-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
83 lines (82 loc) · 2.26 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
79
80
81
82
83
site_name: MiCADO
repo_url: https://github.com/micado-scale/ansible-micado
theme:
name: material
logo: img/micado-fav.png
favicon: img/micado-fav.png
palette:
primary: deep purple
accent: yellow
features:
- content.tabs.link
- content.code.copy
- navigation.expand
- navigation.sections
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.follow
nav:
- MiCADO:
- index.md
- Architecture: arch.md
- Install:
- install/index.md
- Requirements: install/requirements.md
- Quick Start: install/quick-start.md
- CLI Install: install/cli-install.md
- Ansible Install: install/ansible-install.md
- Usage:
- usage/index.md
- Dashboard: usage/dashboard.md
- CLI: usage/cli.md
- REST API: usage/restapi.md
- Admin: usage/admin.md
- Application Description:
- adt/index.md
- Containers:
- adt/containers/index.md
- Communication: adt/containers/services.md
- Exposure: adt/containers/expose.md
- Volumes: adt/containers/volumes.md
- Sidecars: adt/containers/sidecars.md
- Advanced: adt/containers/custom.md
- API Reference: adt/containers/specification.md
- Virtual Machines:
- adt/vms/index.md
- OpenStack: adt/vms/openstack.md
- EC2: adt/vms/ec2.md
- CloudBroker: adt/vms/cloudbroker.md
- CloudSigma: adt/vms/cloudsigma.md
- Azure: adt/vms/azure.md
- Google: adt/vms/google.md
- Oracle: adt/vms/oracle.md
- Policies:
- adt/policies/index.md
- Monitoring: adt/policies/monitoring.md
- Scaling: adt/policies/scaling.md
- Networking: adt/policies/networking.md
- Secrets: adt/policies/secrets.md
- Demos:
- demos/index.md
- stressng: demos/stressng.md
- Release Notes:
- What's New: changelog/index.md
- Changelog: changelog/changelog.md
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- admonition
- attr_list
- def_list
- footnotes
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true