@@ -22,7 +22,7 @@ export const getStartedPaths: Path[] = [
2222 href : routes . project . getStarted . route + "#integrations" ,
2323 } ,
2424 {
25- title : "Guides and Tutorials " ,
25+ title : "Guides and concepts " ,
2626 href : routes . project . getStarted . route + "#guides-tutorials" ,
2727 } ,
2828 { title : "Community" , href : routes . project . getStarted . route + "#community" } ,
@@ -31,15 +31,15 @@ export const getStartedPaths: Path[] = [
3131export const activityPaths : Path [ ] = [
3232 { title : "Live" , href : routes . project . activity . route } ,
3333 {
34- title : "Logs & Events " ,
34+ title : "Logs & events " ,
3535 href : routes . project . activity . events . route ,
3636 } ,
3737 { title : "Sessions" , href : routes . project . sessions . list . route } ,
38- { title : "Email delivery" , href : routes . project . courierMessages . route } ,
38+ { title : "Message delivery" , href : routes . project . courierMessages . route } ,
3939]
4040
4141export const identititesPaths : Path [ ] = [
42- { title : "Users & Identities " , href : routes . project . identities . list . route } ,
42+ { title : "Users & identities " , href : routes . project . identities . list . route } ,
4343 { title : "Identity schema" , href : routes . project . identitySchema . route } ,
4444 {
4545 title : "Import users" ,
@@ -53,6 +53,10 @@ export const brandingPaths: Path[] = [
5353 title : "Theming" ,
5454 href : routes . project . accountExperience . theming . route ,
5555 } ,
56+ {
57+ title : "Localization" ,
58+ href : routes . project . accountExperience . locales . route ,
59+ } ,
5660 {
5761 title : "Custom domains" ,
5862 href : routes . project . cname . route ,
@@ -65,6 +69,10 @@ export const brandingPaths: Path[] = [
6569 title : "UI URLs" ,
6670 href : routes . project . ui . route ,
6771 } ,
72+ {
73+ title : "Email templates" ,
74+ href : routes . project . emailTemplates . route ,
75+ } ,
6876]
6977
7078export const authenticationPaths : Path [ ] = [
@@ -81,17 +89,23 @@ export const authenticationPaths: Path[] = [
8189 href : routes . project . mfa . route ,
8290 } ,
8391 {
84- title : "Social Sign-In" ,
92+ title : "Social Sign-In (OIDC) " ,
8593 href : routes . project . socialSignIn . route ,
8694 } ,
8795 {
88- title : "Actions & Webhooks" ,
89- href : routes . project . developers . actions . route ,
96+ title : "SAML Sign-In" ,
97+ href : routes . project . saml . route ,
98+ pill : "Preview" ,
9099 } ,
91100 {
92101 title : "Enterprise SSO" ,
93102 href : routes . project . authentication . organizations . route ,
94103 } ,
104+
105+ {
106+ title : "Sessions" ,
107+ href : routes . project . authentication . sessionSettings . route ,
108+ } ,
95109 {
96110 title : "Account recovery" ,
97111 href : routes . project . recovery . route ,
@@ -101,39 +115,51 @@ export const authenticationPaths: Path[] = [
101115 href : routes . project . verification . route ,
102116 } ,
103117 {
104- title : "Email configuration " ,
118+ title : "Email Configuration " ,
105119 href : routes . project . emailConfiguration . route ,
106120 } ,
107121 {
108- title : "Email templates" ,
109- href : routes . project . emailTemplates . route ,
110- } ,
111- {
112- title : "SMS configuration" ,
122+ title : "SMS Configuration" ,
113123 href : routes . project . smsConfiguration . route ,
114124 } ,
115125 {
116- title : "Sessions " ,
117- href : routes . project . authentication . sessionSettings . route ,
126+ title : "Actions & Webhooks " ,
127+ href : routes . project . developers . actions . route ,
118128 } ,
119129]
120130
121131export const oauthPaths : Path [ ] = [
122132 {
123- title : "Overview " ,
124- href : routes . project . oauthConfiguration . overview . route ,
133+ title : "Clients and applications " ,
134+ href : routes . project . oauthConfiguration . route ,
125135 } ,
126136 {
127- title : "OAuth2 Clients " ,
128- href : routes . project . oauthConfiguration . route ,
137+ title : "Endpoints " ,
138+ href : routes . project . oauthConfiguration . endpoints . route ,
129139 } ,
130140 {
131- title : "Configuration " ,
141+ title : "General " ,
132142 href : routes . project . oauthConfiguration . configure . route ,
133143 } ,
134144 {
135- title : "Identity integration settings" ,
136- href : routes . project . oauthConfiguration . identityIntegration . route ,
145+ title : "OpenID Connect" ,
146+ href : routes . project . oauthConfiguration . openid . route ,
147+ } ,
148+ {
149+ title : "URLs" ,
150+ href : routes . project . oauthConfiguration . urls . route ,
151+ } ,
152+ {
153+ title : "Lifespans" ,
154+ href : routes . project . oauthConfiguration . lifespans . route ,
155+ } ,
156+ {
157+ title : "Token strategies" ,
158+ href : routes . project . oauthConfiguration . strategies . route ,
159+ } ,
160+ {
161+ title : "Cookies" ,
162+ href : routes . project . oauthConfiguration . cookies . route ,
137163 } ,
138164]
139165
@@ -217,7 +243,7 @@ export const projectPaths: RootPath[] = [
217243 } ,
218244 {
219245 title : "OAuth 2" ,
220- href : routes . project . oauthConfiguration . overview . route ,
246+ href : routes . project . oauthConfiguration . route ,
221247 paths : oauthPaths ,
222248 } ,
223249 {
0 commit comments