diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 5481d996f..b2dc1e2b9 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -126,10 +126,6 @@ module.exports = { "install/from-source", ], }, - { - title: "Securing Pomerium", - path: "/docs/security", - }, { title: "Identity Providers", collapsable: true, @@ -150,6 +146,15 @@ module.exports = { "identity-providers/ping", ], }, + { + title: "Production", + collapsable: true, + type: "group", + children: [ + "/docs/security", + "/docs/production-deployment", + ] + }, { title: "TCP Connections", collapsable: false, @@ -187,10 +192,6 @@ module.exports = { "k8s/ingress", ] }, - { - title: "Production Deployment", - path: "/docs/production-deployment", - }, { title: "Topics", collapsable: false,