@@ -106,7 +106,7 @@ export default defineConfig({
106
106
"/authenticate/enterprise-connections/" :
107
107
"/authenticate/enterprise-connections/about-enterprise-connections/" ,
108
108
"/authenticate/manage-authentication/" :
109
- "/authenticate/manage-authentication/user-auth -applications/" ,
109
+ "/authenticate/manage-authentication/authenticated-sessions-across-multiple -applications/" ,
110
110
"/authenticate/multi-factor-auth/" :
111
111
"/authenticate/multi-factor-auth/about-multi-factor-authentication/" ,
112
112
"/authenticate/social-sign-in/" :
@@ -116,7 +116,7 @@ export default defineConfig({
116
116
"/billing/about-billing/" :
117
117
"/billing/about-billing/about-billing/" ,
118
118
"/billing/billing-user-experience/" :
119
- "/billing/billing-user-experience/plan-selection /" ,
119
+ "/billing/billing-user-experience/add-pricing-table /" ,
120
120
"/billing/get-started/" :
121
121
"/billing/get-started/add-billing-role/" ,
122
122
"/billing/manage-plans/" :
@@ -217,8 +217,6 @@ export default defineConfig({
217
217
"/manage-your-account/your-data/check-your-mau/" ,
218
218
219
219
// Manage users section subfolder redirects
220
- "/manage-users/about/" :
221
- "/manage-users/about/index/" ,
222
220
"/manage-users/access-control/" :
223
221
"/manage-users/access-control/accept-policies-signup/" ,
224
222
"/manage-users/add-and-edit/" :
@@ -253,8 +251,6 @@ export default defineConfig({
253
251
"/trust-center/security/security-at-kinde/" ,
254
252
255
253
// Workflows section subfolder redirects
256
- "/workflows/about-workflows/" :
257
- "/workflows/about-workflows/index/" ,
258
254
"/workflows/bindings/" :
259
255
"/workflows/bindings/access-token-binding/" ,
260
256
"/workflows/configuration/" :
@@ -268,7 +264,7 @@ export default defineConfig({
268
264
"/workflows/observability/" :
269
265
"/workflows/observability/workflow-build-logs/" ,
270
266
"/workflows/testing/" :
271
- "/workflows/testing/index /"
267
+ "/workflows/testing/preview-workflows /"
272
268
} ,
273
269
markdown : {
274
270
rehypePlugins : [
0 commit comments