Skip to content

Commit dc1c242

Browse files
committed
Tweak page descriptions
* Keep them concise (~50 chars) for rendering on index pages * Adjust them for clarity and accuracy * Add descriptions to pages that were missing them Signed-off-by: Nic Cope <nicc@rk0n.org>
1 parent 2f68349 commit dc1c242

38 files changed

+41
-33
lines changed

content/master/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Welcome"
33
weight: -1
4+
description: "Control plane framework for building cloud native platforms"
45
cascade:
56
version: "master"
67
---

content/master/cli/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
weight: 200
33
title: CLI Reference
4-
description: "Documentation for the Crossplane command-line interface"
4+
description: "Command-line tools for Crossplane development"
55
---
66

77
The Crossplane CLI helps simplify some development and administration aspects of
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Composition
33
weight: 51
4-
description: Understand Crossplane's core components
4+
description: Build custom APIs by composing Kubernetes resources
55
---
66

77
{{< auto-index >}}

content/master/composition/composite-resource-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Composite Resource Definitions
33
weight: 20
4-
description: "Composite Resource Definitions or XRDs define custom API schemas"
4+
description: "Define schemas for composite resources"
55
---
66

77
Composite resource definitions (`XRDs`) define the schema for a custom API.

content/master/composition/composite-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Composite Resources
33
weight: 10
4-
description: "Composite resources, an XR or XRs, represent a collection of related cloud resources."
4+
description: "Custom APIs created by composing Kubernetes resources"
55
---
66

77
A composite resource, or XR, represents a set of Kubernetes resources as a

content/master/composition/composition-revisions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Composition Revisions
33
weight: 35
4+
description: "Manage changes to Compositions with revisions"
45
---
56

67
This guide discusses the use of "Composition Revisions" to make and roll

content/master/composition/compositions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aliases:
55
- composition
66
- composition-functions
77
- /knowledge-base/guides/composition-functions
8-
description: "Compositions are a template for creating composite resources"
8+
description: "Define which resources to create and how"
99
---
1010

1111
Compositions are a template for creating multiple Kubernetes resources as a

content/master/composition/environment-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 75
44
state: beta
55
alphaVersion: "1.11"
66
betaVersion: "1.18"
7-
description: "Environment Configs or EnvironmentConfigs are an in-memory datastore used in Compositions"
7+
description: "In-memory data stores for Compositions"
88
---
99

1010
<!--

content/master/get-started/get-started-with-composition.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Get Started With Composition
33
weight: 200
4+
description: "Build custom APIs with Crossplane composition"
45
---
56

67
This guide shows how to create a new kind of custom resource named `App`. When a

content/master/get-started/get-started-with-managed-resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Get Started With Managed Resources
33
weight: 300
4+
description: "Manage cloud resources in Kubernetes with Crossplane providers"
45
---
56

67
This guide shows how to install and use a new kind of custom resource called

0 commit comments

Comments
 (0)