Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indenting issue in site_menu #1812

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions _data/site_menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@ installing:
title: Installing
children:
- title: Containerized (podified)
children:
- title: Kubernetes
path: "/docs/reference/latest/installing_on_kubernetes/index.html"
desc: "How to install and configure ManageIQ on Kubernetes"
children:
- title: Kubernetes
path: "/docs/reference/latest/installing_on_kubernetes/index.html"
desc: "How to install and configure ManageIQ on Kubernetes"
- title: Appliance
children:
- title: Amazon Web Services (AWS)
path: "/docs/reference/latest/installing_on_aws/index.html"
desc: "How to install and configure the ManageIQ on Amazon Web Services (AWS)"
- title: IBM Cloud
path: "/docs/reference/latest/installing_on_ibm_cloud/index.html"
desc: "How to install and configure the ManageIQ on IBM Cloud"
- title: Microsoft Azure
path: "/docs/reference/latest/installing_on_microsoft_azure/index.html"
desc: "How to install and configure the ManageIQ on Microsoft Azure"
- title: Google Compute Engine
path: "/docs/reference/latest/installing_on_google_compute_engine/index.html"
desc: "How to install and configure the ManageIQ on Google Compute Engine"
- title: VMware vSphere
path: "/docs/reference/latest/installing_on_vmware_vsphere/index.html"
desc: "How to install and configure the ManageIQ on VMware vSphere"
- title: Red Hat Enterprise OpenStack Platform
path: "/docs/reference/latest/installing_on_red_hat_enterprise_linux_openstack_platform/index.html"
desc: "How to install and configure the ManageIQ on Red Hat OpenStack Platform"
- title: Red Hat Enterprise Virtualization
path: "/docs/reference/latest/installing_on_red_hat_virtualization/index.html"
desc: "How to install and configure the ManageIQ on Red Hat Enterprise Virtualization"
- title: Microsoft System Center Virtual Machine Manager (SCVMM)
path: "/docs/reference/latest/installing_on_scvmm/index.html"
desc: "How to install and configure the ManageIQ on Microsoft System Center Virtual Machine Manager (SCVMM)"
children:
- title: Amazon Web Services (AWS)
path: "/docs/reference/latest/installing_on_aws/index.html"
desc: "How to install and configure the ManageIQ on Amazon Web Services (AWS)"
- title: IBM Cloud
path: "/docs/reference/latest/installing_on_ibm_cloud/index.html"
desc: "How to install and configure the ManageIQ on IBM Cloud"
- title: Microsoft Azure
path: "/docs/reference/latest/installing_on_microsoft_azure/index.html"
desc: "How to install and configure the ManageIQ on Microsoft Azure"
- title: Google Compute Engine
path: "/docs/reference/latest/installing_on_google_compute_engine/index.html"
desc: "How to install and configure the ManageIQ on Google Compute Engine"
- title: VMware vSphere
path: "/docs/reference/latest/installing_on_vmware_vsphere/index.html"
desc: "How to install and configure the ManageIQ on VMware vSphere"
- title: Red Hat Enterprise OpenStack Platform
path: "/docs/reference/latest/installing_on_red_hat_enterprise_linux_openstack_platform/index.html"
desc: "How to install and configure the ManageIQ on Red Hat OpenStack Platform"
- title: Red Hat Enterprise Virtualization
path: "/docs/reference/latest/installing_on_red_hat_virtualization/index.html"
desc: "How to install and configure the ManageIQ on Red Hat Enterprise Virtualization"
- title: Microsoft System Center Virtual Machine Manager (SCVMM)
path: "/docs/reference/latest/installing_on_scvmm/index.html"
desc: "How to install and configure the ManageIQ on Microsoft System Center Virtual Machine Manager (SCVMM)"

upgrading:
title: Upgrading
Expand Down
Loading