Skip to content

Commit

Permalink
docs: make description punctuation consistent
Browse files Browse the repository at this point in the history
Signed-off-by: kcp-docs-bot <no-reply@kcp.io>
  • Loading branch information
kcp-docs-bot committed Mar 3, 2023
1 parent 302e9df commit da6cf52
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/content/concepts/authorization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
How to authorize requests to kcp
How to authorize requests to kcp.
---

# Authorization
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/cluster-mapper.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
How to use the cluster mapper
How to use the cluster mapper.
---

# Cluster Mapper
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/kubectl-kcp-plugin.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
How to use the kubectl kcp plugin
How to use the kubectl kcp plugin.
---

# kubectl kcp plugin
Expand Down
4 changes: 2 additions & 2 deletions docs/content/concepts/partitions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
How to create shard partitions
How to create shard partitions.
---

# Partition API
Expand Down Expand Up @@ -69,4 +69,4 @@ status:

It is to note that a `Partition` is created only if it matches at least one shard. With the provided example if there is no shard in the cloud provider `aliyun` in the region `europe` no `Partition` will be created for it.

An example of a `Partition` generated by this `PartitionSet` can be found above. The `dimensions` are translated into `matchLabels` with values specific to each `Partition`. An owner reference of the `Partition` will be set to the `PartitionSet`.
An example of a `Partition` generated by this `PartitionSet` can be found above. The `dimensions` are translated into `matchLabels` with values specific to each `Partition`. An owner reference of the `Partition` will be set to the `PartitionSet`.
2 changes: 1 addition & 1 deletion docs/content/concepts/quickstart-tenancy-and-apis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
How to create a new API and use it with tenancy
How to create a new API and use it with tenancy.
---

# Quickstart: Tenancy and APIs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
How to register Kubernetes clusters using syncer
How to register Kubernetes clusters using syncer.
---

# Registering Kubernetes Clusters using syncer
Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/workspaces.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
What are workspaces and how to use them
What are workspaces and how to use them.
---

# Workspaces
Expand Down
2 changes: 1 addition & 1 deletion docs/content/developers/inspecting-e2e-metrics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
Inspecting Prometheus metrics of e2e runs
Inspecting Prometheus metrics of e2e runs.
---

# Inspecting Prometheus metrics for e2e runs
Expand Down
2 changes: 1 addition & 1 deletion docs/content/developers/publishing-a-new-kcp-release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
Information on the kcp release process
Information on the kcp release process.
---

# Publishing a new kcp release
Expand Down
2 changes: 1 addition & 1 deletion docs/content/developers/replicate-new-resource.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: >
How to add a new resource for replication by the cache server
How to add a new resource for replication by the cache server.
---

# Replicating new resources in the cache server
Expand Down
2 changes: 1 addition & 1 deletion docs/content/developers/using-kcp-as-a-library.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
linkTitle: "Library Usage"
description: >
How to use kcp as a library
How to use kcp as a library.
---

# Using kcp as a library
Expand Down
2 changes: 1 addition & 1 deletion docs/content/developers/writing-kcp-aware-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
linkTitle: "kcp-aware controllers"
weight: 1
description: >
How to write a kcp-aware controller
How to write a kcp-aware controller.
---

# Writing kcp-aware controllers
Expand Down

0 comments on commit da6cf52

Please sign in to comment.