Skip to content

Commit

Permalink
docs: move to json sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 6, 2020
1 parent 9cba138 commit 504af3b
Showing 1 changed file with 40 additions and 38 deletions.
78 changes: 40 additions & 38 deletions docs/sidebar.js → docs/sidebar.json
@@ -1,19 +1,22 @@
module.exports = {
Introduction: [
"index", "quickstart", "install", "configuring"
{
"Introduction": [
"index",
"quickstart",
"install",
"configuring"
],
Concepts: [
"Concepts": [
"concepts/index",
"concepts/terminology",
"concepts/ui-user-interface",
"concepts/identity-user-model",
{
label: 'Identity Credentials',
type: "category",
items: [
"label": "Identity Credentials",
"type": "category",
"items": [
"concepts/credentials",
"concepts/credentials/username-email-password",
"concepts/credentials/openid-connect-oidc-oauth2",
"concepts/credentials/openid-connect-oidc-oauth2"
]
},
"concepts/browser-redirect-flow-completion",
Expand All @@ -25,45 +28,42 @@ module.exports = {
"Self Service (End-User)": [
"self-service",
{
type: "category",
label: "User Login and User Registration",
items:
[
"self-service/flows/user-login-user-registration",
"self-service/flows/user-login-user-registration/username-email-password",
"self-service/flows/user-login-user-registration/openid-connect-social-sign-in-oauth2",
]
"type": "category",
"label": "User Login and User Registration",
"items": [
"self-service/flows/user-login-user-registration",
"self-service/flows/user-login-user-registration/username-email-password",
"self-service/flows/user-login-user-registration/openid-connect-social-sign-in-oauth2"
]
},
{
type: "category",
label: "User Settings",
items:
[
"self-service/flows/user-settings",
"self-service/flows/user-settings/user-profile-management",
"self-service/flows/user-settings/change-password",
"self-service/flows/user-settings/link-unlink-openid-connect-oauth2",
]
"type": "category",
"label": "User Settings",
"items": [
"self-service/flows/user-settings",
"self-service/flows/user-settings/user-profile-management",
"self-service/flows/user-settings/change-password",
"self-service/flows/user-settings/link-unlink-openid-connect-oauth2"
]
},
{
type: "category",
label: "Account Recovery",
items:
[
"self-service/flows/account-recovery",
"self-service/flows/account-recovery/password-reset-recovery-link",
]
"type": "category",
"label": "Account Recovery",
"items": [
"self-service/flows/account-recovery",
"self-service/flows/account-recovery/password-reset-recovery-link"
]
},
"self-service/flows/user-logout",
"self-service/flows/user-facing-errors",
"self-service/flows/verify-email-account-activation",
"self-service/flows/2fa-mfa-multi-factor-authentication",
"self-service/hooks/index",
"self-service/hooks/index"
],
"Administration": [
"admin/managing-users-identities",
"admin/managing-users-identities"
],
Guides: [
"Guides": [
"guides/sign-in-with-github-google-facebook-linkedin",
"guides/zero-trust-iap-proxy-identity-access-proxy",
"guides/account-recovery-password-reset",
Expand All @@ -84,8 +84,10 @@ module.exports = {
"Debug & Help": [
"debug/csrf"
],
SDKs: ["sdk"],
"SDKs": [
"sdk"
],
"Further Reading": [
"further-reading/comparison"
],
};
]
}

0 comments on commit 504af3b

Please sign in to comment.