@@ -196,7 +196,7 @@ export default defineConfig({
196
196
197
197
// Machine-to-machine applications section subfolder redirects
198
198
"/machine-to-machine-applications/about-m2m/" :
199
- "/machine-to-machine-applications/about-m2m/authenticate-with-m2m /" ,
199
+ "/machine-to-machine-applications/about-m2m/index /" ,
200
200
"/machine-to-machine-applications/m2m-application-setup/" :
201
201
"/machine-to-machine-applications/m2m-application-setup/add-feature-flags-to-m2m-applications/" ,
202
202
"/machine-to-machine-applications/m2m-token-customization/" :
@@ -217,6 +217,8 @@ 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/" ,
220
222
"/manage-users/access-control/" :
221
223
"/manage-users/access-control/accept-policies-signup/" ,
222
224
"/manage-users/add-and-edit/" :
@@ -228,7 +230,7 @@ export default defineConfig({
228
230
229
231
// Properties section subfolder redirects
230
232
"/properties/about-properties/" :
231
- "/properties/about-properties/application-properties /" ,
233
+ "/properties/about-properties/index /" ,
232
234
"/properties/work-with-properties/" :
233
235
"/properties/work-with-properties/manage-properties/" ,
234
236
@@ -251,6 +253,8 @@ export default defineConfig({
251
253
"/trust-center/security/security-at-kinde/" ,
252
254
253
255
// Workflows section subfolder redirects
256
+ "/workflows/about-workflows/" :
257
+ "workflows/about-workflows/index/" ,
254
258
"/workflows/bindings/" :
255
259
"/workflows/bindings/access-token-binding/" ,
256
260
"/workflows/configuration/" :
@@ -264,7 +268,7 @@ export default defineConfig({
264
268
"/workflows/observability/" :
265
269
"/workflows/observability/workflow-build-logs/" ,
266
270
"/workflows/testing/" :
267
- "/workflows/testing/preview-workflows /"
271
+ "/workflows/testing/index /"
268
272
} ,
269
273
markdown : {
270
274
rehypePlugins : [
0 commit comments