Merge pull request #739 from plumbis/vale-fixes

Vale fixes
This commit is contained in:
Jared Watts 2024-03-28 17:37:42 +01:00 committed by GitHub
commit d5c746f4aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 18 additions and 8 deletions

View File

@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}} {{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
## Hands-On ## Hands-on
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider. Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
* [AWS quickstart]({{<ref "provider-aws" >}}) * [AWS quickstart]({{<ref "provider-aws" >}})
* [Azure quickstart]({{<ref "provider-azure" >}}) * [Azure quickstart]({{<ref "provider-azure" >}})

View File

@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io
The following sections describe the functions of some of these CRDs. The following sections describe the functions of some of these CRDs.
<!-- vale Google.Headings = NO -->
<!-- allow "Providers" -->
## Providers ## Providers
<!-- vale Google.Headings = YES -->
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
connects to a non-Kubernetes service. Each external service relies on its own connects to a non-Kubernetes service. Each external service relies on its own
Provider. For example, Provider. For example,

View File

@ -4,8 +4,8 @@ weight: 300
description: Manage Crossplane installations description: Manage Crossplane installations
--- ---
## [Install Crossplane](./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.
## [Uninstall Crossplane](./uninstall/) ## [Uninstall Crossplane](uninstall/)
How to remove Crossplane from a Kubernetes cluster. How to remove Crossplane from a Kubernetes cluster.

View File

@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}} {{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
## Hands-On ## Hands-on
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider. Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
* [AWS quickstart]({{<ref "provider-aws" >}}) * [AWS quickstart]({{<ref "provider-aws" >}})
* [Azure quickstart]({{<ref "provider-azure" >}}) * [Azure quickstart]({{<ref "provider-azure" >}})

View File

@ -74,7 +74,10 @@ storeconfigs.secrets.crossplane.io
The following sections describe the functions of some of these CRDs. The following sections describe the functions of some of these CRDs.
<!-- vale Google.Headings = NO -->
<!-- allow "Providers" -->
## Providers ## Providers
<!-- vale Google.Headings = YES -->
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
connects to a non-Kubernetes service. Each external service relies on its own connects to a non-Kubernetes service. Each external service relies on its own
Provider. For example, Provider. For example,

View File

@ -33,7 +33,7 @@ Read the
and package revision APIs. and package revision APIs.
* The introduction of the new [Crossplane CLI]({{<ref "../cli" >}}) deprecates * The introduction of the new [Crossplane CLI]({{<ref "../cli" >}}) deprecates
the existing `kubectl crossplane` plugin. the existing `kubectl crossplane` plugin.
* The `v1beta1` implementation of Composition Functions is incompatable with * The `v1beta1` implementation of Composition Functions is incompatible with
existing `v1alpha1` functions. existing `v1alpha1` functions.
### 💡 New features ### 💡 New features

View File

@ -4,8 +4,8 @@ weight: 300
description: Manage Crossplane installations description: Manage Crossplane installations
--- ---
## [Install Crossplane](./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.
## [Uninstall Crossplane](./uninstall/) ## [Uninstall Crossplane](uninstall/)
How to remove Crossplane from a Kubernetes cluster. How to remove Crossplane from a Kubernetes cluster.

View File

@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}} {{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
## Hands-On ## Hands-on
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider. Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
* [AWS quickstart]({{<ref "provider-aws" >}}) * [AWS quickstart]({{<ref "provider-aws" >}})
* [Azure quickstart]({{<ref "provider-azure" >}}) * [Azure quickstart]({{<ref "provider-azure" >}})

View File

@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io
The following sections describe the functions of some of these CRDs. The following sections describe the functions of some of these CRDs.
<!-- vale Google.Headings = NO -->
<!-- allow "Providers" -->
## Providers ## Providers
<!-- vale Google.Headings = YES -->
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
connects to a non-Kubernetes service. Each external service relies on its own connects to a non-Kubernetes service. Each external service relies on its own
Provider. For example, Provider. For example,

View File

@ -23,6 +23,7 @@ gitlab.VersionText = NO
gitlab.VersionTextSingleLine = NO gitlab.VersionTextSingleLine = NO
gitlab.EOLWhitespace = NO gitlab.EOLWhitespace = NO
gitlab.Normal = NO gitlab.Normal = NO
gitlab.InternalLinkExtension = NO
# Covered by Alex # Covered by Alex
gitlab.InclusionCultural = NO gitlab.InclusionCultural = NO