Skip to content

Commit

Permalink
chore: move kubernetes tls content into correct directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Mejlak committed Sep 11, 2023
1 parent f056a12 commit e0a1a04
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,32 +145,32 @@
},
{
"title": "Kubernetes TLS",
"path": "/certificate-manager/kubernetes-tls.mdx",
"path": "/certificate-manager/kubernetes-tls/README.mdx",
"routes": [
{
"hideFromSidebar": true,
"title": "Kubernetes autocert",
"path": "/certificate-manager/kubernetes-autocert.mdx"
"path": "/certificate-manager/kubernetes-tls/kubernetes-autocert.mdx"
},
{
"hideFromSidebar": true,
"title": "Kubernetes container tls",
"path": "/certificate-manager/kubernetes-container-tls.mdx"
"path": "/certificate-manager/kubernetes-tls/kubernetes-container-tls.mdx"
},
{
"hideFromSidebar": true,
"title": "Kubernetes ingress tls",
"path": "/certificate-manager/kubernetes-ingress-tls.mdx"
"path": "/certificate-manager/kubernetes-tls/kubernetes-ingress-tls.mdx"
},
{
"hideFromSidebar": true,
"title": "Kubernetes install",
"path": "/certificate-manager/kubernetes-install.mdx"
"path": "/certificate-manager/kubernetes-tls/kubernetes-install.mdx"
},
{
"hideFromSidebar": true,
"title": "Kubernetes step issuer",
"path": "/certificate-manager/kubernetes-step-issuer.mdx"
"path": "/certificate-manager/kubernetes-tls/kubernetes-step-issuer.mdx"
}
]
}
Expand Down

0 comments on commit e0a1a04

Please sign in to comment.