prep k8s section

This commit is contained in:
alexfornuto 2021-10-07 12:03:52 -05:00
parent 67fdbf2d89
commit 9c5635780b
7 changed files with 30 additions and 6 deletions

View file

@ -104,8 +104,8 @@ module.exports = {
sidebarDepth: 0,
children: [
"install/",
["k8s/helm", "Kubernetes"],
"install/binary",
"install/helm",
"install/from-source",
],
},
@ -147,18 +147,28 @@ module.exports = {
},
],
},
{
title: "Kubernetes",
collapsable: false,
path: "/docs/k8s/",
type: "group",
sidebarDepth: 0,
children: [
"k8s/",
"k8s/helm"
]
},
{
title: "Topics",
collapsable: false,
path: "/docs/topics/",
type: "group",
sidebarDepth: 1,
sidebarDepth: 0,
children: [
"topics/certificates",
"topics/data-storage",
"topics/getting-users-identity",
"topics/original-request-context",
"topics/kubernetes-integration",
"topics/production-deployment",
"topics/programmatic-access",
"topics/single-sign-out",