File tree Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -97,35 +97,39 @@ const config: Config = {
97
97
height : 32 ,
98
98
} ,
99
99
items : [
100
+ // Main feature sections
100
101
{
101
- type : "docSidebar" ,
102
+ to : "/getting-started/overview" ,
103
+ label : "Start" ,
102
104
position : "left" ,
103
- sidebarId : "docs" ,
104
- label : "Documentation" ,
105
105
} ,
106
106
{
107
- type : "docSidebar" ,
107
+ to : "/docs/identities" ,
108
+ label : "Identity" ,
108
109
position : "left" ,
109
- sidebarId : "quickstarts-and-tutorials" ,
110
- label : "Quickstart" ,
111
110
} ,
112
111
{
113
- type : "docSidebar" ,
112
+ to : "/docs/oauth2-oidc" ,
113
+ // to: "/docs/federation", // TODO: Use this route
114
+ label : "Federation" ,
114
115
position : "left" ,
115
- sidebarId : "guides" ,
116
- label : "Guides" ,
117
116
} ,
118
117
{
119
- type : "docSidebar" ,
118
+ to : "/docs/keto" ,
119
+ // to: "/docs/permissions", // TODO: Use this route
120
+ label : "Permissions" ,
120
121
position : "left" ,
121
- sidebarId : "reference" ,
122
- label : "Reference" ,
123
122
} ,
124
123
{
125
- type : "docSidebar" ,
124
+ to : "/docs/open-source" ,
125
+ label : "Open Source" ,
126
+ position : "left" ,
127
+ } ,
128
+ {
129
+ to : "/docs/reference/api" ,
130
+ // to: "/docs/reference", // TODO: Use this route
131
+ label : "Reference" ,
126
132
position : "left" ,
127
- sidebarId : "selfhosting" ,
128
- label : "Self-hosting" ,
129
133
} ,
130
134
{
131
135
label : "Need Support?" ,
You can’t perform that action at this time.
0 commit comments