File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- id : solution_B2B
2+ id : solution-B2B
33title : B2B IAM Solution
44sidebar_label : B2B IAM
55---
Original file line number Diff line number Diff line change 11---
2- id : solution_CIAM
2+ id : solution-CIAM
33title : CIAM IAM Solution
44sidebar_label : CIAM
55---
Original file line number Diff line number Diff line change 11---
2- id : solution_agentic
2+ id : solution-agentic
33title : Agentic IAM Solution
44sidebar_label : Agentic IAM
55---
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments