Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/solutions/B2B.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: solution_B2B
id: solution-B2B
title: B2B IAM Solution
sidebar_label: B2B IAM
---
Expand Down
2 changes: 1 addition & 1 deletion docs/solutions/CIAM.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: solution_CIAM
id: solution-CIAM
title: CIAM IAM Solution
sidebar_label: CIAM
---
Expand Down
2 changes: 1 addition & 1 deletion docs/solutions/agentic.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: solution_agentic
id: solution-agentic
title: Agentic IAM Solution
sidebar_label: Agentic IAM
---
Expand Down
2 changes: 1 addition & 1 deletion sidebars-agentic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const agenticSidebar = [
{
type: "category",
label: "Agentic IAM",
items: ["solutions/solution_agentic"],
items: ["solutions/solution-agentic"],
},
]

Expand Down
2 changes: 1 addition & 1 deletion sidebars-b2b.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const b2bSidebar = [
{
type: "category",
label: "B2B",
items: ["solutions/solution_B2B"],
items: ["solutions/solution-B2B"],
},
]

Expand Down
2 changes: 1 addition & 1 deletion sidebars-ciam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const ciamSidebar = [
{
type: "category",
label: "CIAM",
items: ["solutions/solution_CIAM"],
items: ["solutions/solution-CIAM"],
},
]

Expand Down
6 changes: 3 additions & 3 deletions src/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
Expand Down
15 changes: 15 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
Loading