@@ -195,8 +195,6 @@ export default defineConfig({
195
195
"/integrate/webhooks/about-webhooks/" ,
196
196
197
197
// Machine-to-machine applications section subfolder redirects
198
- "/machine-to-machine-applications/about-m2m/" :
199
- "/machine-to-machine-applications/about-m2m/index/" ,
200
198
"/machine-to-machine-applications/m2m-application-setup/" :
201
199
"/machine-to-machine-applications/m2m-application-setup/add-feature-flags-to-m2m-applications/" ,
202
200
"/machine-to-machine-applications/m2m-token-customization/" :
@@ -217,8 +215,6 @@ export default defineConfig({
217
215
"/manage-your-account/your-data/check-your-mau/" ,
218
216
219
217
// Manage users section subfolder redirects
220
- "/manage-users/about/" :
221
- "/manage-users/about/index/" ,
222
218
"/manage-users/access-control/" :
223
219
"/manage-users/access-control/accept-policies-signup/" ,
224
220
"/manage-users/add-and-edit/" :
@@ -229,8 +225,6 @@ export default defineConfig({
229
225
"/manage-users/view-activity/hotjar/" ,
230
226
231
227
// Properties section subfolder redirects
232
- "/properties/about-properties/" :
233
- "/properties/about-properties/index/" ,
234
228
"/properties/work-with-properties/" :
235
229
"/properties/work-with-properties/manage-properties/" ,
236
230
@@ -253,8 +247,6 @@ export default defineConfig({
253
247
"/trust-center/security/security-at-kinde/" ,
254
248
255
249
// Workflows section subfolder redirects
256
- "/workflows/about-workflows/" :
257
- "workflows/about-workflows/index/" ,
258
250
"/workflows/bindings/" :
259
251
"/workflows/bindings/access-token-binding/" ,
260
252
"/workflows/configuration/" :
@@ -267,8 +259,6 @@ export default defineConfig({
267
259
"/workflows/manage-workflows/create-workflow/" ,
268
260
"/workflows/observability/" :
269
261
"/workflows/observability/workflow-build-logs/" ,
270
- "/workflows/testing/" :
271
- "/workflows/testing/index/"
272
262
} ,
273
263
markdown : {
274
264
rehypePlugins : [
0 commit comments