Skip to content

Commit 247ab85

Browse files
authored
docs: fix underscores (#2608)
* docs: fix underscores * docs: added redirects
1 parent b2395b4 commit 247ab85

8 files changed

Lines changed: 24 additions & 9 deletions

File tree

docs/solutions/B2B.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: solution_B2B
2+
id: solution-B2B
33
title: B2B IAM Solution
44
sidebar_label: B2B IAM
55
---

docs/solutions/CIAM.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: solution_CIAM
2+
id: solution-CIAM
33
title: CIAM IAM Solution
44
sidebar_label: CIAM
55
---

docs/solutions/agentic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: solution_agentic
2+
id: solution-agentic
33
title: Agentic IAM Solution
44
sidebar_label: Agentic IAM
55
---

sidebars-agentic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const agenticSidebar = [
33
{
44
type: "category",
55
label: "Agentic IAM",
6-
items: ["solutions/solution_agentic"],
6+
items: ["solutions/solution-agentic"],
77
},
88
]
99

sidebars-b2b.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const b2bSidebar = [
33
{
44
type: "category",
55
label: "B2B",
6-
items: ["solutions/solution_B2B"],
6+
items: ["solutions/solution-B2B"],
77
},
88
]
99

sidebars-ciam.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const ciamSidebar = [
33
{
44
type: "category",
55
label: "CIAM",
6-
items: ["solutions/solution_CIAM"],
6+
items: ["solutions/solution-CIAM"],
77
},
88
]
99

src/navbar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ export const navbar: Navbar = {
6464
},
6565
{
6666
type: "doc",
67-
docId: "solutions/solution_CIAM",
67+
docId: "solutions/solution-CIAM",
6868
label: "CIAM",
6969
},
7070
{
7171
type: "doc",
72-
docId: "solutions/solution_B2B",
72+
docId: "solutions/solution-B2B",
7373
label: "B2B IAM",
7474
},
7575
{
7676
type: "doc",
77-
docId: "solutions/solution_agentic",
77+
docId: "solutions/solution-agentic",
7878
label: "Agentic IAM",
7979
},
8080
],

vercel.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,6 +1626,21 @@
16261626
"source": "/docs/oathkeeper",
16271627
"destination": "/docs/network/oathkeeper",
16281628
"permanent": false
1629+
},
1630+
{
1631+
"source": "/docs/solutions/solution_CIAM",
1632+
"destination": "/docs/solutions/solution-CIAM",
1633+
"permanent": false
1634+
},
1635+
{
1636+
"source": "/docs/solutions/solution_B2B",
1637+
"destination": "/docs/solutions/solution-B2B",
1638+
"permanent": false
1639+
},
1640+
{
1641+
"source": "/docs/solutions/solution_agentic",
1642+
"destination": "/docs/solutions/solution-agentic",
1643+
"permanent": false
16291644
}
16301645
],
16311646
"headers": [

0 commit comments

Comments
 (0)