Skip to content

Commit 20899b2

Browse files
authored
Merge pull request #1282 from inteon/rename_top_level_menu_items
Rename the "Configuration" and "Usage" top-level menu items
2 parents 577b416 + 10c7a76 commit 20899b2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/docs/configuration/venafi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ vaas-issuer True Venafi issuer started 2m
100100
You are now ready to issue certificates using the newly provisioned Venafi
101101
`Issuer` and Venafi as a Service.
102102

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

106106

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

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

262262
## Issuer specific annotations

content/docs/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
]
196196
},
197197
{
198-
"title": "Configuration",
198+
"title": "Configuring Issuers",
199199
"routes": [
200200
{
201201
"title": "Introduction",
@@ -291,7 +291,7 @@
291291
]
292292
},
293293
{
294-
"title": "Usage",
294+
"title": "Requesting Certificates",
295295
"routes": [
296296
{
297297
"title": "Introduction",

content/docs/tutorials/venafi/venafi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ correctly, we can begin requesting certificates which can be used by Kubernetes
384384
applications.
385385

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

389389
For now, we will create a basic X.509 Certificate that is valid for our domain,
390390
`example.com`:

content/docs/usage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Issuing Certificates
2+
title: Requesting Certificates
33
description: 'cert-manager usage: Overview'
44
---
55

0 commit comments

Comments
 (0)