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:
bobby 2020-08-01 10:00:14 -07:00 committed by GitHub
parent 4f0d6bee68
commit 8b68079488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 38 additions and 23 deletions

View file

@ -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",