diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 4f6c621c0..9edcb63d5 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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", diff --git a/docs/.vuepress/public/_redirects b/docs/.vuepress/public/_redirects index 0f1bf72fe..a9384b63f 100644 --- a/docs/.vuepress/public/_redirects +++ b/docs/.vuepress/public/_redirects @@ -67,4 +67,4 @@ /docs/quick-start/synology.html /docs/guides/synology.html /docs/client.html /docs/tcp/client.html -/docs/topics/tcp-support.html /docs/tcp/ \ No newline at end of file +/docs/topics/tcp-support.html /docs/tcp/ diff --git a/docs/docs/install/helm.md b/docs/docs/k8s/helm.md similarity index 99% rename from docs/docs/install/helm.md rename to docs/docs/k8s/helm.md index 875bfc579..76f7459d9 100644 --- a/docs/docs/install/helm.md +++ b/docs/docs/k8s/helm.md @@ -1,12 +1,12 @@ --- -title: Kubernetes / Helm +title: Helm lang: en-US meta: - name: keywords content: pomerium identity-access-proxy oidc kubernetes Helm reverse-proxy --- -# Pomerium using Helm +# Install Pomerium using Helm This quick-start will show you how to deploy Pomerium with [Helm] on [Kubernetes]. diff --git a/docs/docs/topics/img/kubernetes-integration.svg b/docs/docs/k8s/img/kubernetes-integration.svg similarity index 100% rename from docs/docs/topics/img/kubernetes-integration.svg rename to docs/docs/k8s/img/kubernetes-integration.svg diff --git a/docs/docs/k8s/img/logged-in-as.png b/docs/docs/k8s/img/logged-in-as.png new file mode 100644 index 000000000..7de800a74 Binary files /dev/null and b/docs/docs/k8s/img/logged-in-as.png differ diff --git a/docs/docs/k8s/ingress.md b/docs/docs/k8s/ingress.md new file mode 100644 index 000000000..9924d57a2 --- /dev/null +++ b/docs/docs/k8s/ingress.md @@ -0,0 +1,14 @@ +--- +title: Ingress Controller +lang: en-US +meta: + - name: keywords + content: pomerium identity-access-proxy oidc kubernetes Ingress reverse-proxy +--- + +# Kubernetes Ingress Controller + +## Installation + + +## \ No newline at end of file diff --git a/docs/docs/topics/kubernetes-integration.md b/docs/docs/k8s/readme.md similarity index 100% rename from docs/docs/topics/kubernetes-integration.md rename to docs/docs/k8s/readme.md