Skip to content

Commit a73181f

Browse files
committed
Added redirects from old to new pages in develop docs.
1 parent a9d3561 commit a73181f

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

redirects.js

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,70 @@ const developerDocsRedirects = [
3030
source: '/sdk/data-model/event-payloads/types/',
3131
destination: '/sdk/data-model/event-payloads/',
3232
},
33+
{
34+
source: '/sdk/basics/:path*',
35+
destination: '/sdk/development-process/basics/:path*',
36+
},
37+
{
38+
source: '/sdk/data-handling/:path*',
39+
destination: '/sdk/expected-features/data-handling/:path*',
40+
},
41+
{
42+
source: '/sdk/features/:path*',
43+
destination: '/sdk/expected-features/:path*',
44+
},
45+
{
46+
source: '/sdk/rate-limiting/:path*',
47+
destination: '/sdk/expected-features/rate-limiting/:path*',
48+
},
49+
{
50+
source: '/sdk/envelopes/:path*',
51+
destination: '/sdk/data-model/envelopes/:path*',
52+
},
53+
{
54+
source: '/sdk/event-payloads/:path*',
55+
destination: '/sdk/data-model/event-payloads/:path*',
56+
},
57+
{
58+
source: '/sdk/hub_and_scope_refactoring/:path*',
59+
destination: '/sdk/miscellaneous/hub_and_scope_refactoring/:path*',
60+
},
61+
{
62+
source: '/sdk/unified-api/:path*',
63+
destination: '/sdk/miscellaneous/unified-api/:path*',
64+
},
65+
{
66+
source: '/sdk/sessions/:path*',
67+
destination: '/sdk/telemetry/sessions/:path*',
68+
},
69+
{
70+
source: '/sdk/client-reports/:path*',
71+
destination: '/sdk/telemetry/client-reports/:path*',
72+
},
73+
{
74+
source: '/sdk/replays/:path*',
75+
destination: '/sdk/telemetry/replays/:path*',
76+
},
77+
{
78+
source: '/sdk/setup-wizards/:path*',
79+
destination: '/sdk/expected-features/setup-wizards/:path*',
80+
},
81+
{
82+
source: '/sdk/serverless/:path*',
83+
destination: '/sdk/serverless-sdks/:path*',
84+
},
85+
{
86+
source: '/sdk/signal-handlers/:path*',
87+
destination: '/sdk/native-sdks/signal-handlers/:path*',
88+
},
89+
{
90+
source: '/sdk/store/:path*',
91+
destination: '/sdk/miscellaneous/store/#size-limits:path*',
92+
},
93+
{
94+
source: '/sdk/processes/:path*',
95+
destination: '/sdk/development-process/:path*',
96+
},
3397
];
3498

3599
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */

0 commit comments

Comments
 (0)