mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 23:57:34 +02:00
docs: rename docs/reference to docs/topics (#1182)
* docs: rename docs/reference to docs/topics Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
4f0d6bee68
commit
8b68079488
26 changed files with 38 additions and 23 deletions
|
@ -107,8 +107,8 @@ module.exports = {
|
|||
"identity-providers/",
|
||||
"identity-providers/azure",
|
||||
"identity-providers/cognito",
|
||||
"identity-providers/gitlab",
|
||||
"identity-providers/github",
|
||||
"identity-providers/gitlab",
|
||||
"identity-providers/google",
|
||||
"identity-providers/okta",
|
||||
"identity-providers/one-login",
|
||||
|
@ -128,19 +128,19 @@ module.exports = {
|
|||
],
|
||||
},
|
||||
{
|
||||
title: "Reference",
|
||||
title: "Topics",
|
||||
collapsable: true,
|
||||
path: "/docs/reference/",
|
||||
path: "/docs/topics/",
|
||||
type: "group",
|
||||
collapsable: false,
|
||||
sidebarDepth: 1,
|
||||
children: [
|
||||
"reference/certificates",
|
||||
"reference/data-storage",
|
||||
"reference/impersonation",
|
||||
"reference/programmatic-access",
|
||||
"reference/getting-users-identity",
|
||||
"reference/production-deployment",
|
||||
"topics/certificates",
|
||||
"topics/data-storage",
|
||||
"topics/getting-users-identity",
|
||||
"topics/impersonation",
|
||||
"topics/production-deployment",
|
||||
"topics/programmatic-access",
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -158,6 +158,7 @@ module.exports = {
|
|||
"cloud-run",
|
||||
"istio",
|
||||
"kubernetes",
|
||||
"kubernetes-dashboard",
|
||||
"local-oidc",
|
||||
"mtls",
|
||||
"tiddlywiki",
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
/community/security /docs/community/security.html
|
||||
/community/security.html /docs/community/security.html
|
||||
|
||||
/docs/reference/examples.html /configuration/examples.html
|
||||
|
||||
/guide/ /docs/quick-start/
|
||||
/guide/kubernetes.html /docs/quick-start/kubernetes.html
|
||||
/guide/kubernetes /docs/quick-start/kubernetes.html
|
||||
|
@ -32,4 +30,16 @@
|
|||
/recipes/kubernetes.html /guides/kubernetes.html
|
||||
/recipes/local-oidc.html /guides/local-oidc.html
|
||||
/recipes/mtls.html /guides/mtls.html
|
||||
/recipes/vs-code-server.html /guides/vs-code-server.html
|
||||
/recipes/vs-code-server.html /guides/vs-code-server.html
|
||||
|
||||
|
||||
/docs/reference/ /docs/topics/
|
||||
/docs/reference/readme.html /docs/topics/readme.html
|
||||
/docs/reference/certificates.html /docs/topics/certificates.html
|
||||
/docs/reference/data-storage.html /docs/topics/data-storage.html
|
||||
/docs/reference/getting-users-identity.html /docs/topics/getting-users-identity.html
|
||||
/docs/reference/impersonation.html /docs/topics/impersonation.html
|
||||
/docs/reference/production-deployment.html /docs/topics/production-deployment.html
|
||||
/docs/reference/programmatic-access.html /docs/topics/programmatic-access.html
|
||||
|
||||
/docs/reference/examples.html /configuration/examples.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue