forked from nutanix-cloud-native/opendocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
94 lines (94 loc) · 4.33 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
84
85
86
87
88
89
90
91
92
93
94
site_name: opendocs.nutanix.com
theme:
name: material
logo: images/nutanix_x_white.png
features:
- navigation.instant
- content.code.annotate
favicon: images/favicon.png
icon:
admonition:
note: material/note
extra_css:
- stylesheets/extra.css
nav:
- "Nutanix Cloud Native": "index.md"
- "Cluster API Provider: Nutanix (CAPX)":
- "v1.1.x (Latest)":
- "Getting Started": "capx/v1.1.x/getting_started.md"
- "Types":
- "NutanixCluster": "capx/v1.1.x/types/nutanix_cluster.md"
- "NutanixMachineTemplate": "capx/v1.1.x/types/nutanix_machine_template.md"
- "Certificate Trust": "capx/v1.1.x/pc_certificates.md"
- "Credential Management": "capx/v1.1.x/credential_management.md"
- "Tasks":
- "Modifying Machine Configuration": "capx/v1.1.x/tasks/modify_machine_configuration.md"
- "Port Requirements": "capx/v1.1.x/port_requirements.md"
- "Addons":
- "CSI Driver Installation": "capx/v1.1.x/addons/install_csi_driver.md"
- "Validated Integrations": "capx/v1.1.x/validated_integrations.md"
- "Experimental":
- "Multi-PE CAPX cluster": "capx/v1.1.x/experimental/capx_multi_pe.md"
- "Autoscaler": "capx/v1.1.x/experimental/autoscaler.md"
- "Troubleshooting": "capx/v1.1.x/troubleshooting.md"
- "v1.0.x":
- "Getting Started": "capx/v1.0.x/getting_started.md"
- "Types":
- "NutanixCluster": "capx/v1.0.x/types/nutanix_cluster.md"
- "NutanixMachineTemplate": "capx/v1.0.x/types/nutanix_machine_template.md"
- "Credential Management": "capx/v1.0.x/credential_management.md"
- "Tasks":
- "Modifying Machine Configuration": "capx/v1.0.x/tasks/modify_machine_configuration.md"
- "Port Requirements": "capx/v1.0.x/port_requirements.md"
- "Addons":
- "CSI Driver Installation": "capx/v1.0.x/addons/install_csi_driver.md"
- "Validated Integrations": "capx/v1.0.x/validated_integrations.md"
- "Experimental":
- "Multi-PE CAPX cluster": "capx/v1.0.x/experimental/capx_multi_pe.md"
- "Autoscaler": "capx/v1.0.x/experimental/autoscaler.md"
- "Troubleshooting": "capx/v1.0.x/troubleshooting.md"
- "v0.5.x":
- "Getting Started": "capx/v0.5.x/getting_started.md"
- "Credential Management": "capx/v0.5.x/credential_management.md"
- "Addons":
- "CSI Driver Installation": "capx/v0.5.x/addons/install_csi_driver.md"
- "Validated Integrations": "capx/v0.5.x/validated_integrations.md"
- "Experimental":
- "Multi-PE CAPX cluster": "capx/v0.5.x/experimental/capx_multi_pe.md"
- "Autoscaler": "capx/v0.5.x/experimental/autoscaler.md"
- "Troubleshooting": "capx/v0.5.x/troubleshooting.md"
- "Nutanix Cloud Controller Manager (CCM)":
- "v0.3.x (Latest)":
- "Overview": "ccm/v0.3.x/overview.md"
- "Requirements": "ccm/v0.3.x/requirements.md"
- "Configuration": "ccm/v0.3.x/ccm_configuration.md"
- "Certificate Trust": "ccm/v0.3.x/pc_certificates.md"
- "Credentials": "ccm/v0.3.x/ccm_credentials.md"
- "Topology Discovery": "ccm/v0.3.x/topology_discovery.md"
- "Custom Labeling": "ccm/v0.3.x/custom_labeling.md"
- "v0.2.0":
- "Overview": "ccm/v0.2.x/overview.md"
- "Requirements": "ccm/v0.2.x/requirements.md"
- "Configuration": "ccm/v0.2.x/ccm_configuration.md"
- "Credentials": "ccm/v0.2.x/ccm_credentials.md"
- "Topology Discovery": "ccm/v0.2.x/topology_discovery.md"
- "Custom Labeling": "ccm/v0.2.x/custom_labeling.md"
- "Red Hat OpenShift":
- "Install":
- "Agnostic": "openshift/install/agnostic/index.md"
- "IPI": "openshift/install/ipi/index.md"
- "Post Install": "openshift/post-install/index.md"
- Operators:
- "CSI": "openshift/operators/csi/index.md"
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- tables
copyright: Copyright © 2021 - 2022 Nutanix, Inc.
extra:
generator: false
repo_url: https://github.com/nutanix-cloud-native/opendocs
repo_name: nutanix-cloud-native/opendocs
edit_uri: ""