Skip to content

Commit

Permalink
re-organise the usage section & move missing topics to this section
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Oct 2, 2023
1 parent 222f9aa commit 2d96583
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
16 changes: 8 additions & 8 deletions content/docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,19 +302,23 @@
"path": "/docs/usage/README.md"
},
{
"title": "Certificate Resources",
"title": "⚓ Certificate",
"path": "/docs/usage/certificate.md"
},
{
"title": "Securing Ingress Resources",
"title": "⚓ CertificateRequest",
"path": "/docs/usage/certificaterequest.md"
},
{
"title": "☸️ Ingress",
"path": "/docs/usage/ingress.md"
},
{
"title": "Securing Gateway Resources",
"title": "☸️ Gateway",
"path": "/docs/usage/gateway.md"
},
{
"title": "Kubernetes CertificateSigningRequests",
"title": "☸️ CertificateSigningRequests",
"path": "/docs/usage/kube-csr.md"
},
{
Expand Down Expand Up @@ -790,10 +794,6 @@
"title": "Certificate",
"path": "/docs/concepts/certificate.md"
},
{
"title": "CertificateRequest",
"path": "/docs/concepts/certificaterequest.md"
},
{
"title": "ACME Orders and Challenges",
"path": "/docs/concepts/acme-orders-challenges.md"
Expand Down
2 changes: 1 addition & 1 deletion content/docs/usage/certificate.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Certificate Resources
title: cert-manager.io Certificate
description: 'cert-manager usage: Certificates'
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: CertificateRequest
title: cert-manager.io CertificateRequest
description: 'cert-manager core concepts: CertificateRequests'
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/usage/gateway.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Securing gateway.networking.k8s.io Gateway Resources
title: Annotated gateway.networking.k8s.io Gateway
description: 'cert-manager usage: Kubernetes Gateways'
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/usage/ingress.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Securing Ingress Resources
title: Annotated networking.k8s.io Ingress
description: 'cert-manager usage: Kubernetes Ingress'
---

Expand Down
2 changes: 1 addition & 1 deletion content/docs/usage/kube-csr.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Kubernetes CertificateSigningRequests
title: certificates.k8s.io CertificateSigningRequest
description: 'cert-manager usage: Kubernetes CertificateSigningRequest resources'
---

Expand Down
3 changes: 3 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,6 @@ https://docs.cert-manager.io/* https://cert-manager.io/docs/:splat 302!
/docs/projects/trust-manager/api-reference/ /docs/trust/trust-manager/api-reference/ 301!
/docs/projects/approver-policy/ /docs/policy/approval/approver-policy/ 301!
/docs/projects/approver-policy/api-reference/ /docs/policy/approval/approver-policy/api-reference/ 301!

# Moved the concept pages into the main website
/docs/concepts/certificaterequest/ /docs/usage/certificaterequest/ 301!

0 comments on commit 2d96583

Please sign in to comment.