mirror of https://github.com/crossplane/docs.git
Fixes links that generate bad links due to Hugo limitation (#319)
This commit is contained in:
parent
89633eab65
commit
aed9a2384f
|
@ -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.
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Upgrade Crossplane
|
title: Upgrade Crossplane
|
||||||
weight: 200
|
weight: 200
|
||||||
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Install, Uninstall, Upgrade
|
Install, Uninstall, Upgrade
|
||||||
|
|
|
@ -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.
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Upgrade Crossplane
|
title: Upgrade Crossplane
|
||||||
weight: 200
|
weight: 200
|
||||||
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Install, Uninstall, Upgrade
|
Install, Uninstall, Upgrade
|
||||||
|
|
Loading…
Reference in New Issue