Skip to content

Commit

Permalink
Merge pull request #1282 from inteon/rename_top_level_menu_items
Browse files Browse the repository at this point in the history
Rename the "Configuration" and "Usage" top-level menu items
  • Loading branch information
jetstack-bot authored Sep 6, 2023
2 parents 577b416 + 10c7a76 commit 20899b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/docs/configuration/venafi.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ vaas-issuer True Venafi issuer started 2m
You are now ready to issue certificates using the newly provisioned Venafi
`Issuer` and Venafi as a Service.

Read the [Issuing Certificates](../usage/certificate.md) document for
Read the [Requesting Certificates](../usage/certificate.md) document for
more information on how to create Certificate resources.


Expand Down Expand Up @@ -256,7 +256,7 @@ $ kubectl describe issuer tpp-issuer --namespace='NAMESPACE OF YOUR ISSUER RESOU
You are now ready to issue certificates using the newly provisioned Venafi
`Issuer` and Trust Protection Platform.

Read the [Issuing Certificates](../usage/certificate.md) document for
Read the [Requesting Certificates](../usage/certificate.md) document for
more information on how to create Certificate resources.

## Issuer specific annotations
Expand Down
4 changes: 2 additions & 2 deletions content/docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
]
},
{
"title": "Configuration",
"title": "Configuring Issuers",
"routes": [
{
"title": "Introduction",
Expand Down Expand Up @@ -291,7 +291,7 @@
]
},
{
"title": "Usage",
"title": "Requesting Certificates",
"routes": [
{
"title": "Introduction",
Expand Down
2 changes: 1 addition & 1 deletion content/docs/tutorials/venafi/venafi.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ correctly, we can begin requesting certificates which can be used by Kubernetes
applications.

Full information on how to specify and request Certificate resources can be
found in the [Issuing certificates](../../usage/certificate.md) guide.
found in the [Requesting Certificates](../../usage/certificate.md) guide.

For now, we will create a basic X.509 Certificate that is valid for our domain,
`example.com`:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/usage/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Issuing Certificates
title: Requesting Certificates
description: 'cert-manager usage: Overview'
---

Expand Down

0 comments on commit 20899b2

Please sign in to comment.