Skip to content

Commit c35f42a

Browse files
Remove contributing docs on the outdated wizard files who were previously part of the docs repository (#12373)
1 parent e2878a7 commit c35f42a

File tree

3 files changed

+5
-60
lines changed

3 files changed

+5
-60
lines changed

docs/contributing/onboarding-wizard.mdx

-59
This file was deleted.

next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/// <reference types="next/navigation-types/compat/navigation" />
44

55
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
6+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

src/middleware.ts

+4
Original file line numberDiff line numberDiff line change
@@ -3357,6 +3357,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
33573357
from: '/organization/integrations/incidentio/',
33583358
to: '/organization/integrations/issue-tracking/incidentio/',
33593359
},
3360+
{
3361+
from: '/contributing/onboarding-wizard/',
3362+
to: '/contributing/',
3363+
},
33603364
];
33613365

33623366
const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [

0 commit comments

Comments
 (0)