We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c478a0 commit 70b7fd9Copy full SHA for 70b7fd9
docs/migrate-to-ory/auth0.mdx
@@ -1,7 +1,7 @@
1
---
2
id: auth0
3
title: Migrate users from Auth0 to Ory
4
-sidebar_label: Auth0
+sidebar_label: Migrate from Auth0
5
slug: migrate-from-auth0
6
7
src/sidebar.ts
@@ -183,6 +183,13 @@ const quickstart: SidebarItemsConfig = [
183
"getting-started/integrate-auth/dotnet",
184
],
185
},
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
+ },
193
]
194
195
const troubleshooting: SidebarItemsConfig = [
0 commit comments