Skip to content

Commit d5c746f

Browse files
authored
Merge pull request #739 from plumbis/vale-fixes
Vale fixes
2 parents 5fb0dbb + 6cdbb4f commit d5c746f

File tree

10 files changed

+18
-8
lines changed

10 files changed

+18
-8
lines changed

content/master/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
66

77
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
88

9-
## Hands-On
9+
## Hands-on
1010
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
1111
* [AWS quickstart]({{<ref "provider-aws" >}})
1212
* [Azure quickstart]({{<ref "provider-azure" >}})

content/master/getting-started/introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io
7979

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

82+
<!-- vale Google.Headings = NO -->
83+
<!-- allow "Providers" -->
8284
## Providers
85+
<!-- vale Google.Headings = YES -->
8386
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
8487
connects to a non-Kubernetes service. Each external service relies on its own
8588
Provider. For example,

content/v1.13/software/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ weight: 300
44
description: Manage Crossplane installations
55
---
66

7-
## [Install Crossplane](./install/)
7+
## [Install Crossplane](install/)
88
How to install and customize Crossplane in an existing Kubernetes cluster.
99

10-
## [Uninstall Crossplane](./uninstall/)
10+
## [Uninstall Crossplane](uninstall/)
1111
How to remove Crossplane from a Kubernetes cluster.

content/v1.14/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
66

77
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
88

9-
## Hands-On
9+
## Hands-on
1010
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
1111
* [AWS quickstart]({{<ref "provider-aws" >}})
1212
* [Azure quickstart]({{<ref "provider-azure" >}})

content/v1.14/getting-started/introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ storeconfigs.secrets.crossplane.io
7474

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

77+
<!-- vale Google.Headings = NO -->
78+
<!-- allow "Providers" -->
7779
## Providers
80+
<!-- vale Google.Headings = YES -->
7881
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
7982
connects to a non-Kubernetes service. Each external service relies on its own
8083
Provider. For example,

content/v1.14/release-notes/1.14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Read the
3333
and package revision APIs.
3434
* The introduction of the new [Crossplane CLI]({{<ref "../cli" >}}) deprecates
3535
the existing `kubectl crossplane` plugin.
36-
* The `v1beta1` implementation of Composition Functions is incompatable with
36+
* The `v1beta1` implementation of Composition Functions is incompatible with
3737
existing `v1alpha1` functions.
3838

3939
### 💡 New features

content/v1.14/software/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ weight: 300
44
description: Manage Crossplane installations
55
---
66

7-
## [Install Crossplane](./install/)
7+
## [Install Crossplane](install/)
88
How to install and customize Crossplane in an existing Kubernetes cluster.
99

10-
## [Uninstall Crossplane](./uninstall/)
10+
## [Uninstall Crossplane](uninstall/)
1111
How to remove Crossplane from a Kubernetes cluster.

content/v1.15/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
66

77
{{<img src="/media/banner.png" alt="Crossplane Popsicle Truck" size="large" >}}
88

9-
## Hands-On
9+
## Hands-on
1010
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
1111
* [AWS quickstart]({{<ref "provider-aws" >}})
1212
* [Azure quickstart]({{<ref "provider-azure" >}})

content/v1.15/getting-started/introduction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io
7979

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

82+
<!-- vale Google.Headings = NO -->
83+
<!-- allow "Providers" -->
8284
## Providers
85+
<!-- vale Google.Headings = YES -->
8386
A Crossplane _Provider_ creates a second set of CRDs that define how Crossplane
8487
connects to a non-Kubernetes service. Each external service relies on its own
8588
Provider. For example,

utils/vale/.vale.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ gitlab.VersionText = NO
2323
gitlab.VersionTextSingleLine = NO
2424
gitlab.EOLWhitespace = NO
2525
gitlab.Normal = NO
26+
gitlab.InternalLinkExtension = NO
2627

2728
# Covered by Alex
2829
gitlab.InclusionCultural = NO

0 commit comments

Comments
 (0)