Skip to content

Commit cc358cd

Browse files
authored
Merge pull request #895 from negz/v2-preview-setup
v2 Preview Docs Restructuring
2 parents c664ce8 + 85c6313 commit cc358cd

16 files changed

+33
-55
lines changed

content/v2.0-preview/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ plane** to check, report and act on any resource, anywhere.
4141

4242

4343
# Get started
44-
* [Install Crossplane]({{<ref "software/install">}}) in your Kubernetes cluster
44+
* [Install Crossplane]({{<ref "get-started/install">}}) in your Kubernetes cluster
4545
* Learn more about how Crossplane works in the
46-
[Crossplane introduction]({{<ref "getting-started/introduction" >}})
46+
[Crossplane introduction]({{<ref "get-started" >}})
4747
* Join the [Crossplane Slack](https://slack.crossplane.io/) and start a
4848
conversation with a community of over 7,000 operators.
4949

content/v2.0-preview/concepts/composition-revisions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,4 +452,4 @@ vpc-staging True myvpcs.aws.example.upbound.io-727b3c8 Automatic map[c
452452
[composition type]: {{<ref "../../master/concepts/compositions" >}}
453453
[Compositions]: {{<ref "../../master/concepts/compositions" >}}
454454
[canary]: https://martinfowler.com/bliki/CanaryRelease.html
455-
[install guide]: {{<ref "../../master/software/install" >}}
455+
[install guide]: {{<ref "../../master/get-started/install" >}}

content/v2.0-preview/concepts/packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@ that satisfies the constraints.
298298
{{<hint "note" >}}
299299
This configuration requires the `--enable-dependency-version-upgrades` flag.
300300
Please check the
301-
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
301+
[configuration options]({{<ref "../get-started/install#customize-the-crossplane-helm-chart">}})
302302
and
303-
[feature flags]({{<ref "../software/install#feature-flags">}})
303+
[feature flags]({{<ref "../get-started/install#feature-flags">}})
304304
are available in the
305-
[Crossplane Install]({{<ref "../software/install">}})
305+
[Crossplane Install]({{<ref "../get-started/install">}})
306306
section for more details.
307307
{{</hint >}}
308308

content/v2.0-preview/concepts/pods.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The core CRDs installed by the init container include:
3636

3737
{{< hint "note" >}}
3838

39-
The [Install Crossplane]({{< ref "../software/install" >}}) section has more
39+
The [Install Crossplane]({{< ref "../get-started/install" >}}) section has more
4040
information about customizing the Crossplane install.
4141
{{< /hint >}}
4242

@@ -169,7 +169,7 @@ spec:
169169
170170
{{<hint "tip" >}}
171171
172-
The [Crossplane install guide]({{<ref "../software/install#feature-flags">}})
172+
The [Crossplane install guide]({{<ref "../get-started/install#feature-flags">}})
173173
describes enabling feature flags like
174174
{{<hover label="deployment" line="12">}}--enable-realtime-compositions{{</hover>}}
175175
with Helm.
@@ -222,7 +222,7 @@ file, setting `rbacManager.deploy` to `false`.
222222
{{< hint "note" >}}
223223

224224
Instructions for changing Crossplane pod settings during installation are in the
225-
[Crossplane Install]({{<ref "../software/install">}}) section.
225+
[Crossplane Install]({{<ref "../get-started/install">}}) section.
226226
{{< /hint >}}
227227

228228
<!-- vale Microsoft.HeadingAcronyms = NO -->
@@ -335,17 +335,17 @@ Change Crossplane pod settings either before installing Crossplane by editing
335335
the Helm `values.yml` file or after installation by editing the `Deployment`.
336336

337337
The full list of
338-
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
338+
[configuration options]({{<ref "../get-started/install#customize-the-crossplane-helm-chart">}})
339339
and
340-
[feature flags]({{<ref "../software/install#feature-flags">}})
340+
[feature flags]({{<ref "../get-started/install#feature-flags">}})
341341
are available in the
342-
[Crossplane Install]({{<ref "../software/install">}})
342+
[Crossplane Install]({{<ref "../get-started/install">}})
343343
section.
344344

345345
{{< hint "note" >}}
346346

347347
Instructions for changing Crossplane pod settings during installation are in the
348-
[Crossplane Install]({{<ref "../software/install">}}) section.
348+
[Crossplane Install]({{<ref "../get-started/install">}}) section.
349349
{{< /hint >}}
350350

351351
### Edit the deployment
@@ -391,4 +391,4 @@ The core Crossplane pod checks for configured environmental variables at startup
391391
to change default settings.
392392

393393
The full list of configurable environmental variables are available in the
394-
[Crossplane Install]({{<ref "../software/install">}}) section.
394+
[Crossplane Install]({{<ref "../get-started/install">}}) section.

content/v2.0-preview/concepts/providers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,11 @@ that satisfies the constraints.
325325
{{<hint "note" >}}
326326
This configuration requires the `--enable-dependency-version-upgrades` flag.
327327
Please check the
328-
[configuration options]({{<ref "../software/install#customize-the-crossplane-helm-chart">}})
328+
[configuration options]({{<ref "../get-started/install#customize-the-crossplane-helm-chart">}})
329329
and
330-
[feature flags]({{<ref "../software/install#feature-flags">}})
330+
[feature flags]({{<ref "../get-started/install#feature-flags">}})
331331
are available in the
332-
[Crossplane Install]({{<ref "../software/install">}})
332+
[Crossplane Install]({{<ref "../get-started/install">}})
333333
section for more details.
334334
{{</hint >}}
335335

content/v2.0-preview/concepts/usages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
4848
{{<hint "tip" >}}
4949
50-
The [Crossplane install guide]({{<ref "../software/install#feature-flags">}})
50+
The [Crossplane install guide]({{<ref "../get-started/install#feature-flags">}})
5151
describes enabling feature flags like
5252
{{<hover label="deployment" line="12">}}\-\-enable-usages{{</hover>}}
5353
with Helm.

content/v2.0-preview/getting-started/introduction.md renamed to content/v2.0-preview/get-started/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: Crossplane Introduction
3-
weight: 2
2+
title: Get Started
3+
weight: 4
4+
description: Get started with Crossplane.
45
---
56

67
Crossplane connects your Kubernetes cluster to external,
@@ -332,4 +333,3 @@ Resources_.
332333

333334
## Next steps
334335
Build your own Crossplane platform using one of the quickstart guides.
335-
* [AWS Quickstart]({{<ref "provider-aws" >}})
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Get Started With Composition
3+
weight: 200
4+
---
5+
6+
TODO

content/v2.0-preview/getting-started/provider-aws.md renamed to content/v2.0-preview/get-started/get-started-with-managed-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: AWS Quickstart
3-
weight: 100
2+
title: Get Started With Managed Resources
3+
weight: 200
44
---
55

66
Connect Crossplane to AWS to create and manage cloud resources from Kubernetes
File renamed without changes.

0 commit comments

Comments
 (0)