File tree Expand file tree Collapse file tree 10 files changed +18
-8
lines changed Expand file tree Collapse file tree 10 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
6
6
7
7
{{<img src =" /media/banner.png " alt =" Crossplane Popsicle Truck " size =" large " >}}
8
8
9
- ## Hands-On
9
+ ## Hands-on
10
10
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
11
11
* [ AWS quickstart] ({{<ref "provider-aws" >}})
12
12
* [ Azure quickstart] ({{<ref "provider-azure" >}})
Original file line number Diff line number Diff line change @@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io
79
79
80
80
The following sections describe the functions of some of these CRDs.
81
81
82
+ <!-- vale Google.Headings = NO -->
83
+ <!-- allow "Providers" -->
82
84
## Providers
85
+ <!-- vale Google.Headings = YES -->
83
86
A Crossplane _ Provider_ creates a second set of CRDs that define how Crossplane
84
87
connects to a non-Kubernetes service. Each external service relies on its own
85
88
Provider. For example,
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ weight: 300
4
4
description : Manage Crossplane installations
5
5
---
6
6
7
- ## [ Install Crossplane] ( ./ install/)
7
+ ## [ Install Crossplane] ( install/ )
8
8
How to install and customize Crossplane in an existing Kubernetes cluster.
9
9
10
- ## [ Uninstall Crossplane] ( ./ uninstall/)
10
+ ## [ Uninstall Crossplane] ( uninstall/ )
11
11
How to remove Crossplane from a Kubernetes cluster.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
6
6
7
7
{{<img src =" /media/banner.png " alt =" Crossplane Popsicle Truck " size =" large " >}}
8
8
9
- ## Hands-On
9
+ ## Hands-on
10
10
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
11
11
* [ AWS quickstart] ({{<ref "provider-aws" >}})
12
12
* [ Azure quickstart] ({{<ref "provider-azure" >}})
Original file line number Diff line number Diff line change @@ -74,7 +74,10 @@ storeconfigs.secrets.crossplane.io
74
74
75
75
The following sections describe the functions of some of these CRDs.
76
76
77
+ <!-- vale Google.Headings = NO -->
78
+ <!-- allow "Providers" -->
77
79
## Providers
80
+ <!-- vale Google.Headings = YES -->
78
81
A Crossplane _ Provider_ creates a second set of CRDs that define how Crossplane
79
82
connects to a non-Kubernetes service. Each external service relies on its own
80
83
Provider. For example,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Read the
33
33
and package revision APIs.
34
34
* The introduction of the new [ Crossplane CLI] ({{<ref "../cli" >}}) deprecates
35
35
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
37
37
existing ` v1alpha1 ` functions.
38
38
39
39
### 💡 New features
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ weight: 300
4
4
description : Manage Crossplane installations
5
5
---
6
6
7
- ## [ Install Crossplane] ( ./ install/)
7
+ ## [ Install Crossplane] ( install/ )
8
8
How to install and customize Crossplane in an existing Kubernetes cluster.
9
9
10
- ## [ Uninstall Crossplane] ( ./ uninstall/)
10
+ ## [ Uninstall Crossplane] ( uninstall/ )
11
11
How to remove Crossplane from a Kubernetes cluster.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
6
6
7
7
{{<img src =" /media/banner.png " alt =" Crossplane Popsicle Truck " size =" large " >}}
8
8
9
- ## Hands-On
9
+ ## Hands-on
10
10
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
11
11
* [ AWS quickstart] ({{<ref "provider-aws" >}})
12
12
* [ Azure quickstart] ({{<ref "provider-azure" >}})
Original file line number Diff line number Diff line change @@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io
79
79
80
80
The following sections describe the functions of some of these CRDs.
81
81
82
+ <!-- vale Google.Headings = NO -->
83
+ <!-- allow "Providers" -->
82
84
## Providers
85
+ <!-- vale Google.Headings = YES -->
83
86
A Crossplane _ Provider_ creates a second set of CRDs that define how Crossplane
84
87
connects to a non-Kubernetes service. Each external service relies on its own
85
88
Provider. For example,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ gitlab.VersionText = NO
23
23
gitlab.VersionTextSingleLine = NO
24
24
gitlab.EOLWhitespace = NO
25
25
gitlab.Normal = NO
26
+ gitlab.InternalLinkExtension = NO
26
27
27
28
# Covered by Alex
28
29
gitlab.InclusionCultural = NO
You can’t perform that action at this time.
0 commit comments