This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
/
mkdocs.yml
48 lines (48 loc) · 1.72 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
site_name: Cloudbreak
site_url: http://hortonworks.com/cloudbreak-deployer
theme: mkdocs
theme_dir: mkdocs_theme
dev_addr: 0.0.0.0:8000
pages:
- Home:
- Introduction : index.md
- Architecture : architecture.md
- Installation :
- Cloudbreak Deployer: onprem.md
- AWS Cloud Images: aws-image.md
- GCP Cloud Images: gcp-image.md
- OpenStack Cloud Images: openstack-image.md
- Release Notes : releasenotes.md
- Cloud Providers:
- AWS :
- Setup: aws.md
- 'Provisioning Prerequisites': aws_pre_prov.md
- 'Provisioning - UI': aws_cb_ui.md
- 'Provisioning - CLI': aws_cb_shell.md
- Azure :
- Setup: azure.md
- 'Provisioning Prerequisites': azure_pre_prov.md
- 'Provisioning - UI': azure_cb_ui.md
- 'Provisioning - CLI': azure_cb_shell.md
- GCP :
- Setup: gcp.md
- 'Provisioning Prerequisites': gcp_pre_prov.md
- 'Provisioning - UI': gcp_cb_ui.md
- 'Provisioning - CLI': gcp_cb_shell.md
- OpenStack :
- Setup: openstack.md
- 'Provisioning Prerequisites': openstack_pre_prov.md
- 'Provisioning - UI': openstack_cb_ui.md
- 'Provisioning - CLI': openstack_cb_shell.md
- Reference:
- API : api.md
- Auto-Scaling : periscope.md
- Recipes: recipes.md
- Blueprints : blueprints.md
- Kerberos: kerberos.md
- SPI: spi.md
- Operations : operations.md
- Migration : database.md
- Advanced Configuration : configuration.md
- Development : development.md
- Changelog : changelog.md