mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 15:47:36 +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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue