From ad054fd85079386d56fcdda8af8caef8baa420a6 Mon Sep 17 00:00:00 2001 From: unatasha8 Date: Thu, 4 Jun 2026 22:58:27 -0700 Subject: [PATCH 1/2] docs: fix underscores --- docs/solutions/B2B.mdx | 2 +- docs/solutions/CIAM.mdx | 2 +- docs/solutions/agentic.mdx | 2 +- sidebars-agentic.ts | 2 +- sidebars-b2b.ts | 2 +- sidebars-ciam.ts | 2 +- src/navbar.ts | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/solutions/B2B.mdx b/docs/solutions/B2B.mdx index b175fdcba..64de27197 100644 --- a/docs/solutions/B2B.mdx +++ b/docs/solutions/B2B.mdx @@ -1,5 +1,5 @@ --- -id: solution_B2B +id: solution-B2B title: B2B IAM Solution sidebar_label: B2B IAM --- diff --git a/docs/solutions/CIAM.mdx b/docs/solutions/CIAM.mdx index a6351a5fd..c86cfa53e 100644 --- a/docs/solutions/CIAM.mdx +++ b/docs/solutions/CIAM.mdx @@ -1,5 +1,5 @@ --- -id: solution_CIAM +id: solution-CIAM title: CIAM IAM Solution sidebar_label: CIAM --- diff --git a/docs/solutions/agentic.mdx b/docs/solutions/agentic.mdx index 39c7bc8bc..e2b9a312b 100644 --- a/docs/solutions/agentic.mdx +++ b/docs/solutions/agentic.mdx @@ -1,5 +1,5 @@ --- -id: solution_agentic +id: solution-agentic title: Agentic IAM Solution sidebar_label: Agentic IAM --- diff --git a/sidebars-agentic.ts b/sidebars-agentic.ts index 83de87ff6..5849f3e3f 100644 --- a/sidebars-agentic.ts +++ b/sidebars-agentic.ts @@ -3,7 +3,7 @@ const agenticSidebar = [ { type: "category", label: "Agentic IAM", - items: ["solutions/solution_agentic"], + items: ["solutions/solution-agentic"], }, ] diff --git a/sidebars-b2b.ts b/sidebars-b2b.ts index 72caecfef..445f45ae6 100644 --- a/sidebars-b2b.ts +++ b/sidebars-b2b.ts @@ -3,7 +3,7 @@ const b2bSidebar = [ { type: "category", label: "B2B", - items: ["solutions/solution_B2B"], + items: ["solutions/solution-B2B"], }, ] diff --git a/sidebars-ciam.ts b/sidebars-ciam.ts index 93cb23785..c576fd524 100644 --- a/sidebars-ciam.ts +++ b/sidebars-ciam.ts @@ -3,7 +3,7 @@ const ciamSidebar = [ { type: "category", label: "CIAM", - items: ["solutions/solution_CIAM"], + items: ["solutions/solution-CIAM"], }, ] diff --git a/src/navbar.ts b/src/navbar.ts index 3570f1106..ad1058f64 100644 --- a/src/navbar.ts +++ b/src/navbar.ts @@ -64,17 +64,17 @@ export const navbar: Navbar = { }, { type: "doc", - docId: "solutions/solution_CIAM", + docId: "solutions/solution-CIAM", label: "CIAM", }, { type: "doc", - docId: "solutions/solution_B2B", + docId: "solutions/solution-B2B", label: "B2B IAM", }, { type: "doc", - docId: "solutions/solution_agentic", + docId: "solutions/solution-agentic", label: "Agentic IAM", }, ], From a5889a071b87a952dc7a64eac3ce3f47375e528c Mon Sep 17 00:00:00 2001 From: unatasha8 Date: Fri, 5 Jun 2026 00:38:12 -0700 Subject: [PATCH 2/2] docs: added redirects --- vercel.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/vercel.json b/vercel.json index a1a672456..f1c8c7826 100644 --- a/vercel.json +++ b/vercel.json @@ -1626,6 +1626,21 @@ "source": "/docs/oathkeeper", "destination": "/docs/network/oathkeeper", "permanent": false + }, + { + "source": "/docs/solutions/solution_CIAM", + "destination": "/docs/solutions/solution-CIAM", + "permanent": false + }, + { + "source": "/docs/solutions/solution_B2B", + "destination": "/docs/solutions/solution-B2B", + "permanent": false + }, + { + "source": "/docs/solutions/solution_agentic", + "destination": "/docs/solutions/solution-agentic", + "permanent": false } ], "headers": [