Skip to content

Commit

Permalink
Update sidebars.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Jul 1, 2022
1 parent d7ff9a3 commit 93fb808
Showing 1 changed file with 48 additions and 48 deletions.
96 changes: 48 additions & 48 deletions docs-website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,54 @@ module.exports = {
"releases",
],
"Getting Started": ["docs/quickstart", "docs/debugging"],
Authentication: [
{
type: "doc",
id: "docs/authentication/README",
label: "Overview",
},
{
type: "doc",
id: "docs/authentication/concepts",
label: "Concepts",
},
{
"Frontend Authentication": [
"docs/authentication/guides/jaas",
{
"OIDC Authentication": [
"docs/authentication/guides/sso/configure-oidc-react",
"docs/authentication/guides/sso/configure-oidc-react-google",
"docs/authentication/guides/sso/configure-oidc-react-okta",
"docs/authentication/guides/sso/configure-oidc-react-azure",
],
},
"docs/authentication/guides/add-users",
],
},
{
type: "doc",
id: "docs/authentication/introducing-metadata-service-authentication",
label: "Metadata Service Authentication",
},
{
type: "doc",
id: "docs/authentication/personal-access-tokens",
label: "Personal Access Tokens",
},
],
Authorization: [
{
type: "doc",
id: "docs/authorization/README",
label: "Overview",
},
{
type: "doc",
id: "docs/authorization/policies",
label: "Access Policies",
},
],
Ingestion: [
// add a custom label since the default is 'Metadata Ingestion'
// note that we also have to add the path to this file in sidebarsjs_hardcoded_titles in generateDocsDir.ts
Expand Down Expand Up @@ -273,54 +321,6 @@ module.exports = {
],
},
],
Authentication: [
{
type: "doc",
id: "docs/authentication/README",
label: "Overview",
},
{
type: "doc",
id: "docs/authentication/concepts",
label: "Concepts",
},
{
"Frontend Authentication": [
"docs/authentication/guides/jaas",
{
"OIDC Authentication": [
"docs/authentication/guides/sso/configure-oidc-react",
"docs/authentication/guides/sso/configure-oidc-react-google",
"docs/authentication/guides/sso/configure-oidc-react-okta",
"docs/authentication/guides/sso/configure-oidc-react-azure",
],
},
"docs/authentication/guides/add-users",
],
},
{
type: "doc",
id: "docs/authentication/introducing-metadata-service-authentication",
label: "Metadata Service Authentication",
},
{
type: "doc",
id: "docs/authentication/personal-access-tokens",
label: "Personal Access Tokens",
},
],
Authorization: [
{
type: "doc",
id: "docs/authorization/README",
label: "Overview",
},
{
type: "doc",
id: "docs/authorization/policies",
label: "Access Policies",
},
],
"Usage Guides": [
"docs/domains",
"docs/ui-ingestion",
Expand Down

0 comments on commit 93fb808

Please sign in to comment.