Skip to content

Commit 82f9842

Browse files
committed
Remove links to deleted getting started pages
Signed-off-by: Nic Cope <[email protected]>
1 parent b84fd31 commit 82f9842

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

content/v2.0-preview/getting-started/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ description: An introduction to Crossplane and Crossplane quickstart guides.
99
## Hands-on
1010
Want a hands-on example? Follow a Crossplane Quickstart for your cloud provider.
1111
* [AWS quickstart]({{<ref "provider-aws" >}})
12-
* [Azure quickstart]({{<ref "provider-azure" >}})
13-
* [GCP quickstart]({{<ref "provider-gcp" >}})
1412

1513
## Install
1614
Ready to get started? [Install Crossplane]({{<ref "../software/install" >}}) in a Kubernetes cluster.

content/v2.0-preview/getting-started/install-crossplane-include.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,6 @@ environmentconfigs envcfg apiextensions.crossplane.io/v1bet
11161116
usages apiextensions.crossplane.io/v1alpha1 false Usage
11171117
configurationrevisions pkg.crossplane.io/v1 false ConfigurationRevision
11181118
configurations pkg.crossplane.io/v1 false Configuration
1119-
controllerconfigs pkg.crossplane.io/v1alpha1 false ControllerConfig
11201119
deploymentruntimeconfigs pkg.crossplane.io/v1beta1 false DeploymentRuntimeConfig
11211120
functionrevisions pkg.crossplane.io/v1beta1 false FunctionRevision
11221121
functions pkg.crossplane.io/v1beta1 false Function

content/v2.0-preview/getting-started/introduction.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ compositionrevisions.apiextensions.crossplane.io
6464
compositions.apiextensions.crossplane.io
6565
configurationrevisions.pkg.crossplane.io
6666
configurations.pkg.crossplane.io
67-
controllerconfigs.pkg.crossplane.io
6867
deploymentruntimeconfigs.pkg.crossplane.io
6968
environmentconfigs.apiextensions.crossplane.io
7069
functionrevisions.pkg.crossplane.io
@@ -490,6 +489,4 @@ View all available Claims with the command `kubectl get claim`.
490489

491490
## Next steps
492491
Build your own Crossplane platform using one of the quickstart guides.
493-
* [Azure Quickstart]({{<ref "provider-azure" >}})
494492
* [AWS Quickstart]({{<ref "provider-aws" >}})
495-
* [GCP Quickstart]({{<ref "provider-gcp" >}})

content/v2.0-preview/getting-started/provider-aws.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ Connect Crossplane to AWS to create and manage cloud resources from Kubernetes
77
with
88
[provider-upjet-aws](https://github.com/crossplane-contrib/provider-upjet-aws).
99

10-
This guide is in two parts:
11-
* Part 1 walks through installing Crossplane, configuring the provider to
12-
authenticate to AWS and creating a _Managed Resource_ in AWS directly from your
13-
Kubernetes cluster. This shows Crossplane can communicate with AWS.
14-
* [Part 2]({{< ref "provider-aws-part-2" >}}) shows how to build and access a
15-
custom API with Crossplane.
16-
1710

1811
## Prerequisites
1912
This quickstart requires:
@@ -236,9 +229,5 @@ bucket.s3.aws.upbound.io "crossplane-bucket-hhdzh" deleted
236229
```
237230

238231
## Next steps
239-
* [**Continue to part 2**]({{< ref "provider-aws-part-2">}}) to create and use a
240-
custom API with Crossplane.
241-
* Explore AWS resources that Crossplane can configure in the
242-
[provider CRD reference](https://github.com/crossplane-contrib/provider-upjet-aws/blob/main/package/crds).
243232
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
244233
Crossplane users and contributors.

0 commit comments

Comments
 (0)