Skip to content

Commit 70b7fd9

Browse files
authored
fix: migrate docs in sidebar (#2097)
1 parent 7c478a0 commit 70b7fd9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/migrate-to-ory/auth0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: auth0
33
title: Migrate users from Auth0 to Ory
4-
sidebar_label: Auth0
4+
sidebar_label: Migrate from Auth0
55
slug: migrate-from-auth0
66
---
77

src/sidebar.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,13 @@ const quickstart: SidebarItemsConfig = [
183183
"getting-started/integrate-auth/dotnet",
184184
],
185185
},
186+
{
187+
type: "category",
188+
label: "Migrate to Ory",
189+
collapsed: false,
190+
collapsible: false,
191+
items: ["migrate-to-ory/index", "migrate-to-ory/auth0"],
192+
},
186193
]
187194

188195
const troubleshooting: SidebarItemsConfig = [

0 commit comments

Comments
 (0)