Fixes links that generate bad links due to Hugo limitation (#319)

This commit is contained in:
Pete Lumbis 2023-02-02 09:40:04 -05:00 committed by GitHub
parent 89633eab65
commit aed9a2384f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 10 deletions

View File

@ -4,11 +4,8 @@ weight: 300
description: Manage Crossplane installations description: Manage Crossplane installations
--- ---
## [Install Crossplane]({{<ref "install" >}}) ## [Install Crossplane](./install/)
How to install and customize Crossplane in an existing Kubernetes cluster. How to install and customize Crossplane in an existing Kubernetes cluster.
## [Upgrade Crossplane]({{<ref "upgrade" >}}) ## [Uninstall Crossplane](./uninstall/)
How to upgrade existing Crossplane installations.
## [Uninstall Crossplane]({{<ref "uninstall" >}})
How to remove Crossplane from a Kubernetes cluster. How to remove Crossplane from a Kubernetes cluster.

View File

@ -1,6 +1,7 @@
--- ---
title: Upgrade Crossplane title: Upgrade Crossplane
weight: 200 weight: 200
draft: true
--- ---
Install, Uninstall, Upgrade Install, Uninstall, Upgrade

View File

@ -4,11 +4,8 @@ weight: 300
description: Manage Crossplane installations description: Manage Crossplane installations
--- ---
## [Install Crossplane]({{<ref "install" >}}) ## [Install Crossplane](./install/)
How to install and customize Crossplane in an existing Kubernetes cluster. How to install and customize Crossplane in an existing Kubernetes cluster.
## [Upgrade Crossplane]({{<ref "upgrade" >}}) ## [Uninstall Crossplane](./uninstall/)
How to upgrade existing Crossplane installations.
## [Uninstall Crossplane]({{<ref "uninstall" >}})
How to remove Crossplane from a Kubernetes cluster. How to remove Crossplane from a Kubernetes cluster.

View File

@ -1,6 +1,7 @@
--- ---
title: Upgrade Crossplane title: Upgrade Crossplane
weight: 200 weight: 200
draft: true
--- ---
Install, Uninstall, Upgrade Install, Uninstall, Upgrade