@@ -87,22 +87,6 @@ const nextConfig = {
87
87
basePath : false ,
88
88
permanent : true ,
89
89
} ) ) ,
90
- ...[
91
- '/docs/local-dashboard' ,
92
- '/docs/installation' ,
93
- '/docs/deployment' ,
94
- '/docs/language-support' ,
95
- '/docs/guides/deploy' ,
96
- '/docs/guides/github-actions' ,
97
- ] . map ( ( source ) => ( {
98
- source : source ,
99
- destination : `/docs/getting-started${ source . replace (
100
- / ^ ( \/ d o c s \/ g u i d e s \/ | \/ d o c s \/ ) / ,
101
- '/' ,
102
- ) } `,
103
- basePath : false ,
104
- permanent : true ,
105
- } ) ) ,
106
90
...[ '/docs/guides/text-prediction' , '/docs/guides/create-histogram' ] . map (
107
91
( source ) => ( {
108
92
source : source ,
@@ -128,7 +112,7 @@ const nextConfig = {
128
112
} ,
129
113
{
130
114
source : '/docs/assets' ,
131
- destination : '/docs/concepts/introduction ' ,
115
+ destination : '/docs' ,
132
116
basePath : false ,
133
117
permanent : true ,
134
118
} ,
@@ -140,7 +124,7 @@ const nextConfig = {
140
124
} ,
141
125
{
142
126
source : '/docs/concepts' ,
143
- destination : '/docs/concepts/introduction ' ,
127
+ destination : '/docs' ,
144
128
basePath : false ,
145
129
permanent : true ,
146
130
} ,
@@ -164,7 +148,7 @@ const nextConfig = {
164
148
} ,
165
149
{
166
150
source : '/docs/access-control' ,
167
- destination : '/docs/concepts/access-control ' ,
151
+ destination : '/docs/get-started/foundations/infrastructure/security ' ,
168
152
basePath : false ,
169
153
permanent : true ,
170
154
} ,
@@ -176,25 +160,25 @@ const nextConfig = {
176
160
} ,
177
161
{
178
162
source : '/docs/getting-started' ,
179
- destination : '/docs/getting -started/quickstart' ,
163
+ destination : '/docs/get -started/quickstart' ,
180
164
basePath : false ,
181
165
permanent : true ,
182
166
} ,
183
167
{
184
168
source : '/docs/guides/getting-started' ,
185
- destination : '/docs/getting -started/quickstart' ,
169
+ destination : '/docs/get -started/quickstart' ,
186
170
basePath : false ,
187
171
permanent : true ,
188
172
} ,
189
173
{
190
174
source : '/docs/guides/getting-started/concepts' ,
191
- destination : '/docs/concepts/introduction ' ,
175
+ destination : '/docs' ,
192
176
basePath : false ,
193
177
permanent : true ,
194
178
} ,
195
179
{
196
180
source : '/docs/getting-started/concepts' ,
197
- destination : '/docs/concepts/introduction ' ,
181
+ destination : '/docs' ,
198
182
basePath : false ,
199
183
permanent : true ,
200
184
} ,
@@ -218,7 +202,7 @@ const nextConfig = {
218
202
} ,
219
203
{
220
204
source : '/docs/assets/access-control' ,
221
- destination : '/docs/concepts/access-control ' ,
205
+ destination : '/docs/get-started/foundations/infrastructure/security ' ,
222
206
basePath : false ,
223
207
permanent : true ,
224
208
} ,
@@ -236,7 +220,7 @@ const nextConfig = {
236
220
} ,
237
221
{
238
222
source : '/docs/guides/getting-started/language-support' ,
239
- destination : '/docs/concepts/language-support ' ,
223
+ destination : '/docs/reference/languages#supported-languages ' ,
240
224
basePath : false ,
241
225
permanent : true ,
242
226
} ,
@@ -281,43 +265,36 @@ const nextConfig = {
281
265
basePath : false ,
282
266
permanent : true ,
283
267
} ) ) ,
284
- ...[
285
- '/docs/guides/getting-started/quickstart' ,
286
- '/docs/guides/getting-started/installation' ,
287
- '/docs/guides/getting-started/local-dashboard' ,
288
- '/docs/guides/getting-started/deployment' ,
289
- ] . map ( ( source ) => ( {
290
- source : source ,
291
- destination : `/docs/${ source . replace (
292
- / ^ ( \/ d o c s \/ g u i d e s \/ | \/ d o c s \/ ) / ,
293
- '' ,
294
- ) } `,
268
+ {
269
+ source : '/docs/guides/getting-started/quickstart' ,
270
+ destination : '/docs/get-started/quickstart' ,
295
271
basePath : false ,
296
272
permanent : true ,
297
- } ) ) ,
273
+ } ,
298
274
{
299
- source : '/docs/faq/common-questions ' ,
300
- destination : '/docs/faq ' ,
275
+ source : '/docs/guides/getting-started/installation ' ,
276
+ destination : '/docs/get-started/installation ' ,
301
277
basePath : false ,
302
278
permanent : true ,
303
279
} ,
304
- ...[
305
- 'aws-cdk' ,
306
- 'aws-sam' ,
307
- 'gcp-deployment-manager' ,
308
- 'bicep' ,
309
- 'pulumi' ,
310
- 'terraform' ,
311
- 'sst' ,
312
- 'encore' ,
313
- 'winglang' ,
314
- 'ampt' ,
315
- ] . map ( ( page ) => ( {
316
- source : `/docs/faq/comparison/${ page } ` ,
317
- destination : `/docs/concepts/comparison/${ page } ` ,
280
+ {
281
+ source : '/docs/guides/getting-started/local-dashboard' ,
282
+ destination : '/docs/get-started/foundations/projects/local-development' ,
318
283
basePath : false ,
319
284
permanent : true ,
320
- } ) ) ,
285
+ } ,
286
+ {
287
+ source : '/docs/guides/getting-started/deployment' ,
288
+ destination : '/docs/get-started/foundations/deployment' ,
289
+ basePath : false ,
290
+ permanent : true ,
291
+ } ,
292
+ {
293
+ source : '/docs/faq/common-questions' ,
294
+ destination : '/docs/faq' ,
295
+ basePath : false ,
296
+ permanent : true ,
297
+ } ,
321
298
{
322
299
source : '/docs/reference/pulumi' ,
323
300
destination : '/docs/reference/providers/pulumi' ,
0 commit comments