Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the "Configuration" and "Usage" top-level menu items #1282

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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