forked from openstack-k8s-operators/data-plane-adoption
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
63 lines (63 loc) · 1.76 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
site_name: OpenStack Data Plane Adoption
site_description: OpenStack Data Plane Adoption
site_author: OpenStack Team
site_url: https://openstack-k8s-operators.github.io/data-plane-adoption
repo_name: openstack-k8s-operators/data-plane-adoption
repo_url: https://github.com/openstack-k8s-operators/data-plane-adoption
theme:
features:
- search.suggest
- search.highlight
- search.share
name: material
logo: images/openstack-logo.png
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: teal
toggle:
icon: material/toggle-switch
name: Switch to light mode
nav:
- Overview: README.md
- OpenStack:
- openstack/backend_services_deployment.md
- openstack/stop_openstack_services.md
- openstack/mariadb_copy.md
- openstack/ovn_adoption.md
- openstack/keystone_adoption.md
- openstack/neutron_adoption.md
- openstack/ceph_backend_configuration.md
- openstack/glance_adoption.md
- openstack/placement_adoption.md
- openstack/cinder_adoption.md
- openstack/horizon_adoption.md
- openstack/edpm_adoption.md
- openstack/troubleshooting.md
- Ceph:
- Ceph RBD migration: ceph/ceph_rbd.md
- Ceph RGW migration: ceph/ceph_rgw.md
- Contributing:
- contributing/documentation.md
- contributing/development_environment.md
- contributing/tests.md
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.superfences
- admonition
extra:
version:
provider: mike
default: latest
plugins:
- git-revision-date
- search:
lang: en
prebuild_index: true