Skip to content

Commit

Permalink
chore: fix sidebar migrate guides
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Sep 24, 2024
1 parent d180169 commit 885b319
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,19 @@ const guidesSidebar = (flat: boolean): ExtendSidebar => {
: ["hydra/jwks", "hydra/guides/openid", "oauth2-oidc/issuer-url"],
},
"actions/live-events",
{
type: "category",
label: "Migrate to Ory",
collapsed: false,
collapsible: false,
link: {
type: "doc",
id: "migrate-to-ory/index",
},
items: flat
? []
: ["migrate-to-ory/auth0", "hydra/self-hosted/migrating-from-mitreid"],
},
]
}

Expand Down Expand Up @@ -421,13 +434,6 @@ const troubleshootingSidebar = [
},
]

const migrateToOrySidebar = [
homeLink,
"migrate-to-ory/index",
"migrate-to-ory/auth0",
"hydra/self-hosted/migrating-from-mitreid",
]

const identitiesSidebar = [
homeLink,
{
Expand Down

0 comments on commit 885b319

Please sign in to comment.