Skip to content

Commit

Permalink
vale style fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <[email protected]>
  • Loading branch information
plumbis committed Mar 26, 2024
1 parent 6ecd118 commit a5e2fd4
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion content/master/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.

{{<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.
* [AWS quickstart]({{<ref "provider-aws" >}})
* [Azure quickstart]({{<ref "provider-azure" >}})
Expand Down
3 changes: 3 additions & 0 deletions content/master/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io

The following sections describe the functions of some of these CRDs.

<!-- vale Google.Headings = NO -->
<!-- allow "Providers" -->
## Providers
<!-- vale Google.Headings = YES -->
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
Provider. For example,
Expand Down
4 changes: 2 additions & 2 deletions content/master/software/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ weight: 300
description: Manage Crossplane installations
---

## [Install Crossplane](install/)
## [Install Crossplane]({{<ref "./install">}})
How to install and customize Crossplane in an existing Kubernetes cluster.

## [Uninstall Crossplane](uninstall/)
## [Uninstall Crossplane]({{<ref "./uninstall">}})
How to remove Crossplane from a Kubernetes cluster.
2 changes: 1 addition & 1 deletion content/v1.14/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.

{{<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.
* [AWS quickstart]({{<ref "provider-aws" >}})
* [Azure quickstart]({{<ref "provider-azure" >}})
Expand Down
3 changes: 3 additions & 0 deletions content/v1.14/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ storeconfigs.secrets.crossplane.io

The following sections describe the functions of some of these CRDs.

<!-- vale Google.Headings = NO -->
<!-- allow "Providers" -->
## Providers
<!-- vale Google.Headings = YES -->
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
Provider. For example,
Expand Down
2 changes: 1 addition & 1 deletion content/v1.14/release-notes/1.14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Read the
and package revision APIs.
* The introduction of the new [Crossplane CLI]({{<ref "../cli" >}}) deprecates
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.

### 💡 New features
Expand Down
4 changes: 2 additions & 2 deletions content/v1.14/software/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ weight: 300
description: Manage Crossplane installations
---

## [Install Crossplane](./install/)
## [Install Crossplane]({{<ref "./install">}})
How to install and customize Crossplane in an existing Kubernetes cluster.

## [Uninstall Crossplane](./uninstall/)
## [Uninstall Crossplane]({{<ref "./uninstall">}})
How to remove Crossplane from a Kubernetes cluster.
2 changes: 1 addition & 1 deletion content/v1.15/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.

{{<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.
* [AWS quickstart]({{<ref "provider-aws" >}})
* [Azure quickstart]({{<ref "provider-azure" >}})
Expand Down
3 changes: 3 additions & 0 deletions content/v1.15/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io

The following sections describe the functions of some of these CRDs.

<!-- vale Google.Headings = NO -->
<!-- allow "Providers" -->
## Providers
<!-- vale Google.Headings = YES -->
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
Provider. For example,
Expand Down
4 changes: 2 additions & 2 deletions content/v1.15/software/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ weight: 300
description: Manage Crossplane installations
---

## [Install Crossplane](install/)
## [Install Crossplane]({{<ref "./install">}})
How to install and customize Crossplane in an existing Kubernetes cluster.

## [Uninstall Crossplane](uninstall/)
## [Uninstall Crossplane]({{<ref "./uninstall">}})
How to remove Crossplane from a Kubernetes cluster.

0 comments on commit a5e2fd4

Please sign in to comment.