Skip to content

Commit 87fc040

Browse files
committed
Add redirects for developdocs pages that were moved.
1 parent dc80af3 commit 87fc040

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

redirects.js

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,106 @@ const developerDocsRedirects = [
9494
source: '/sdk/processes/:path*',
9595
destination: '/sdk/development-process/:path*',
9696
},
97+
{
98+
source: '/application/ab-testing/',
99+
destination: '/backend/ab-testing/',
100+
},
101+
{
102+
source: '/application/api/:path*',
103+
destination: '/backend/api/:path*',
104+
},
105+
{
106+
source: '/application/serializers/',
107+
destination: '/backend/serializers/',
108+
},
109+
{
110+
source: '/application/feature-flags/:path*',
111+
destination: '/backend/feature-flags/:path*',
112+
},
113+
{
114+
source: '/application/grouping/',
115+
destination: '/backend/grouping/',
116+
},
117+
{
118+
source: '/application/issue-platform/',
119+
destination: '/backend/issue-platform/',
120+
},
121+
{
122+
source: '/application/transaction-clustering/',
123+
destination: '/backend/transaction-clustering/',
124+
},
125+
{
126+
source: '/application/translations/',
127+
destination: '/backend/translations/',
128+
},
129+
{
130+
source: '/application/pii/:path*',
131+
destination: '/backend/pii/:path*',
132+
},
133+
{
134+
source: '/backend/control-silo/',
135+
destination: '/application/control-silo/',
136+
},
137+
{
138+
source: '/backend/cross-region-replication/',
139+
destination: '/application/cross-region-replication/',
140+
},
141+
{
142+
source: '/backend/cross-region-rpc/',
143+
destination: '/application/cross-region-rpc/',
144+
},
145+
{
146+
source: '/development/python-dependencies/',
147+
destination: '/backend/python-dependencies/',
148+
},
149+
{
150+
source: '/development/docs/',
151+
destination: '/development/documentation/',
152+
},
153+
{
154+
source: '/development/philosophy/',
155+
destination: '/getting-started/philosophy/',
156+
},
157+
{
158+
source: '/services/metrics/',
159+
destination: '/backend/metrics/',
160+
},
161+
{
162+
source: '/services/nodestore/',
163+
destination: '/backend/nodestore/',
164+
},
165+
{
166+
source: '/services/devservices/',
167+
destination: '/development/devservices/',
168+
},
169+
{
170+
source: '/services/queue/',
171+
destination: '/backend/queue/',
172+
},
173+
{
174+
source: '/services/quotas/',
175+
destination: '/backend/quotas/',
176+
},
177+
{
178+
source: '/services/tsdb/',
179+
destination: '/services/tsdb/',
180+
},
181+
{
182+
source: '/services/ports/',
183+
destination: '/development/environment/ports/',
184+
},
185+
{
186+
source: '/services/buffers/',
187+
destination: '/backend/buffers/',
188+
},
189+
{
190+
source: '/services/digests/',
191+
destination: '/backend/digests/',
192+
},
193+
{
194+
source: '/services/emails/',
195+
destination: '/backend/emails/',
196+
},
97197
];
98198

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

0 commit comments

Comments
 (0)