Skip to content

Commit

Permalink
fix: sidebar ids/slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Sep 1, 2024
1 parent 1f8f7d2 commit aae0af5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
1 change: 1 addition & 0 deletions docs/guides/cli/15_config-identity-service.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
id: config-identity-service
title: Ory Identities CLI
slug: identity-cli
---

Using the Ory CLI, you can quickly adjust the configuration of the Ory Identities and apply config from the Ory Network
Expand Down
1 change: 1 addition & 0 deletions docs/guides/ip-allowlist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
id: ip-allowlist
title: Configure Ory Network IP addresses as allow list
sidebar_label: Ory Network IP Addresses
slug: allowlist
---

To enhance your security measures while using the Ory Network, we've narrowed down the source IP addresses for all of our egress
Expand Down
2 changes: 1 addition & 1 deletion docs/kratos/bring-your-own-ui/01_overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: index
id: custom-ui-overview
title: Custom UI overview
sidebar_label: Overview
---
Expand Down
2 changes: 1 addition & 1 deletion docs/kratos/mfa/30_sms.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: sms
id: mfa-via-sms
title: SMS and Email 2FA
sidebar_label: SMS and Email
---
Expand Down
2 changes: 1 addition & 1 deletion docs/kratos/passwordless/00_overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: overview
id: passwordless
title: Use passwordless WebAuthN to protect against phishing attacks
sidebar_label: Passwordless
---
Expand Down
2 changes: 1 addition & 1 deletion docs/kratos/passwordless/06_code.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: code
id: one-time-code
title: Passwordless authentication with one-time code
sidebar_label: One-time code
---
Expand Down
4 changes: 0 additions & 4 deletions docs/kratos/social-signin/30_apple.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,3 @@ import SocialSigninTroubleshooting from '../_common/social-sign-in-troubleshooti
Make sure to either add your apps current identifier to the `additional_id_token_audiences` field or set it as the Client ID of
the provider in the Ory Console.
```
```
8 changes: 4 additions & 4 deletions src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const guidesSidebar = {
"kratos/concepts/credentials/username-email-password",
"kratos/passwordless/passkeys",
"kratos/passwordless/webauthn",
"kratos/passwordless/code",
"kratos/passwordless/one-time-code",
"kratos/organizations/organizations",
{
type: "category",
Expand Down Expand Up @@ -223,7 +223,7 @@ const guidesSidebar = {
"kratos/mfa/lookup-secrets",
"kratos/mfa/totp",
"kratos/mfa/webauthn-fido-yubikey",
"kratos/mfa/sms",
"kratos/mfa/mfa-via-sms",
"kratos/mfa/step-up-authentication",
],
},
Expand Down Expand Up @@ -456,7 +456,7 @@ const identitiesSidebar = {
},
items: [
"concepts/password-policy",
"kratos/passwordless/overview",
"kratos/passwordless/passwordless",
"kratos/mfa/overview",
],
},
Expand All @@ -467,7 +467,7 @@ const identitiesSidebar = {
collapsible: false,
link: {
type: "doc",
id: "kratos/bring-your-own-ui/index",
id: "kratos/bring-your-own-ui/custom-ui-overview",
},
items: [
"account-experience/index",
Expand Down

0 comments on commit aae0af5

Please sign in to comment.