From a5e2fd44acafb9a78d30d4c69beacf2b505a6cee Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Tue, 26 Mar 2024 12:35:15 -0400 Subject: [PATCH 1/5] vale style fixes Signed-off-by: Pete Lumbis --- content/master/getting-started/_index.md | 2 +- content/master/getting-started/introduction.md | 3 +++ content/master/software/_index.md | 4 ++-- content/v1.14/getting-started/_index.md | 2 +- content/v1.14/getting-started/introduction.md | 3 +++ content/v1.14/release-notes/1.14.0.md | 2 +- content/v1.14/software/_index.md | 4 ++-- content/v1.15/getting-started/_index.md | 2 +- content/v1.15/getting-started/introduction.md | 3 +++ content/v1.15/software/_index.md | 4 ++-- 10 files changed, 19 insertions(+), 10 deletions(-) diff --git a/content/master/getting-started/_index.md b/content/master/getting-started/_index.md index 0b0767c7..860fbbf9 100644 --- a/content/master/getting-started/_index.md +++ b/content/master/getting-started/_index.md @@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides. {{Crossplane Popsicle Truck}} -## Hands-On +## Hands-on Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider. * [AWS quickstart]({{}}) * [Azure quickstart]({{}}) diff --git a/content/master/getting-started/introduction.md b/content/master/getting-started/introduction.md index d5acf67e..3d15320e 100644 --- a/content/master/getting-started/introduction.md +++ b/content/master/getting-started/introduction.md @@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io The following sections describe the functions of some of these CRDs. + + ## Providers + 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, diff --git a/content/master/software/_index.md b/content/master/software/_index.md index ba397557..c65d8b89 100644 --- a/content/master/software/_index.md +++ b/content/master/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane](install/) +## [Install Crossplane]({{}}) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane](uninstall/) +## [Uninstall Crossplane]({{}}) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file diff --git a/content/v1.14/getting-started/_index.md b/content/v1.14/getting-started/_index.md index 0b0767c7..860fbbf9 100644 --- a/content/v1.14/getting-started/_index.md +++ b/content/v1.14/getting-started/_index.md @@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides. {{Crossplane Popsicle Truck}} -## Hands-On +## Hands-on Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider. * [AWS quickstart]({{}}) * [Azure quickstart]({{}}) diff --git a/content/v1.14/getting-started/introduction.md b/content/v1.14/getting-started/introduction.md index 34e9075d..4db62e5f 100644 --- a/content/v1.14/getting-started/introduction.md +++ b/content/v1.14/getting-started/introduction.md @@ -74,7 +74,10 @@ storeconfigs.secrets.crossplane.io The following sections describe the functions of some of these CRDs. + + ## Providers + 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, diff --git a/content/v1.14/release-notes/1.14.0.md b/content/v1.14/release-notes/1.14.0.md index b70a2c6e..1110f91d 100644 --- a/content/v1.14/release-notes/1.14.0.md +++ b/content/v1.14/release-notes/1.14.0.md @@ -33,7 +33,7 @@ Read the and package revision APIs. * The introduction of the new [Crossplane 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 diff --git a/content/v1.14/software/_index.md b/content/v1.14/software/_index.md index d527097f..ee4157b9 100644 --- a/content/v1.14/software/_index.md +++ b/content/v1.14/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane](./install/) +## [Install Crossplane]({{}}) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane](./uninstall/) +## [Uninstall Crossplane]({{}}) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file diff --git a/content/v1.15/getting-started/_index.md b/content/v1.15/getting-started/_index.md index 0b0767c7..860fbbf9 100644 --- a/content/v1.15/getting-started/_index.md +++ b/content/v1.15/getting-started/_index.md @@ -6,7 +6,7 @@ description: An introduction to Crossplane and Crossplane quickstart guides. {{Crossplane Popsicle Truck}} -## Hands-On +## Hands-on Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider. * [AWS quickstart]({{}}) * [Azure quickstart]({{}}) diff --git a/content/v1.15/getting-started/introduction.md b/content/v1.15/getting-started/introduction.md index d5acf67e..3d15320e 100644 --- a/content/v1.15/getting-started/introduction.md +++ b/content/v1.15/getting-started/introduction.md @@ -79,7 +79,10 @@ usages.apiextensions.crossplane.io The following sections describe the functions of some of these CRDs. + + ## Providers + 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, diff --git a/content/v1.15/software/_index.md b/content/v1.15/software/_index.md index ba397557..c65d8b89 100644 --- a/content/v1.15/software/_index.md +++ b/content/v1.15/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane](install/) +## [Install Crossplane]({{}}) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane](uninstall/) +## [Uninstall Crossplane]({{}}) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file From 2b8e26b60d5ca8982b776f28b659df7d4b53f4ca Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Tue, 26 Mar 2024 12:46:28 -0400 Subject: [PATCH 2/5] fix shortcode generated links Signed-off-by: Pete Lumbis --- content/master/software/_index.md | 4 ++-- content/v1.14/software/_index.md | 4 ++-- content/v1.15/software/_index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/master/software/_index.md b/content/master/software/_index.md index c65d8b89..6e3e0dd0 100644 --- a/content/master/software/_index.md +++ b/content/master/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane]({{}}) +## [Install Crossplane](install) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane]({{}}) +## [Uninstall Crossplane](uninstall) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file diff --git a/content/v1.14/software/_index.md b/content/v1.14/software/_index.md index ee4157b9..90952ef6 100644 --- a/content/v1.14/software/_index.md +++ b/content/v1.14/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane]({{}}) +## [Install Crossplane](install) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane]({{}}) +## [Uninstall Crossplane](uninstall) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file diff --git a/content/v1.15/software/_index.md b/content/v1.15/software/_index.md index c65d8b89..864b549e 100644 --- a/content/v1.15/software/_index.md +++ b/content/v1.15/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane]({{}}) +## [Install Crossplane]({{}}) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane]({{}}) +## [Uninstall Crossplane]({{}}) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file From 602190daecf4500c53fa80e120164896f243aaae Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Tue, 26 Mar 2024 12:53:01 -0400 Subject: [PATCH 3/5] make htmlchecker happy Signed-off-by: Pete Lumbis --- content/master/software/_index.md | 4 ++-- content/v1.14/software/_index.md | 4 ++-- content/v1.15/software/_index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/master/software/_index.md b/content/master/software/_index.md index 6e3e0dd0..ba397557 100644 --- a/content/master/software/_index.md +++ b/content/master/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane](install) +## [Install Crossplane](install/) 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. \ No newline at end of file diff --git a/content/v1.14/software/_index.md b/content/v1.14/software/_index.md index 90952ef6..373535d9 100644 --- a/content/v1.14/software/_index.md +++ b/content/v1.14/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane](install) +## [Install Crossplane](install/) 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. \ No newline at end of file diff --git a/content/v1.15/software/_index.md b/content/v1.15/software/_index.md index 864b549e..ba397557 100644 --- a/content/v1.15/software/_index.md +++ b/content/v1.15/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane]({{}}) +## [Install Crossplane](install/) How to install and customize Crossplane in an existing Kubernetes cluster. -## [Uninstall Crossplane]({{}}) +## [Uninstall Crossplane](uninstall/) How to remove Crossplane from a Kubernetes cluster. \ No newline at end of file From e942a760929335b4d597c36499b6ed9fcbac4512 Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Tue, 26 Mar 2024 12:53:20 -0400 Subject: [PATCH 4/5] disable gitlab rule requiring links end in .md Signed-off-by: Pete Lumbis --- utils/vale/.vale.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/vale/.vale.ini b/utils/vale/.vale.ini index 17f44465..b70e45cf 100644 --- a/utils/vale/.vale.ini +++ b/utils/vale/.vale.ini @@ -23,6 +23,7 @@ gitlab.VersionText = NO gitlab.VersionTextSingleLine = NO gitlab.EOLWhitespace = NO gitlab.Normal = NO +gitlab.InternalLinkExtension = NO # Covered by Alex gitlab.InclusionCultural = NO From 6cdbb4ff8039b0334e02c398a205f49bc1e58e8b Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Wed, 27 Mar 2024 12:55:54 -0400 Subject: [PATCH 5/5] fix links in v1.13/software Signed-off-by: Pete Lumbis --- content/v1.13/software/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v1.13/software/_index.md b/content/v1.13/software/_index.md index d527097f..373535d9 100644 --- a/content/v1.13/software/_index.md +++ b/content/v1.13/software/_index.md @@ -4,8 +4,8 @@ weight: 300 description: Manage Crossplane installations --- -## [Install Crossplane](./install/) +## [Install Crossplane](install/) 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. \ No newline at end of file