|
68 | 68 | "group": "Apps", |
69 | 69 | "icon": "laptop", |
70 | 70 | "pages": [ |
71 | | - "apps/static-websites", |
72 | | - "apps/desktop-apps", |
73 | | - "apps/chrome-extensions", |
74 | | - "apps/mobile-apps", |
75 | | - "apps/tauri-apps" |
| 71 | + "/v6/apps/static-websites", |
| 72 | + "/v6/apps/desktop-apps", |
| 73 | + "/v6/apps/chrome-extensions", |
| 74 | + "/v6/apps/mobile-apps", |
| 75 | + "/v6/apps/tauri-apps" |
76 | 76 | ] |
77 | 77 | }, |
78 | 78 | { |
79 | 79 | "group": "Scenarios", |
80 | 80 | "icon": "computer-mouse", |
81 | 81 | "pages": [ |
82 | | - "scenarios/ai-chatbot", |
83 | | - "scenarios/cookie-banner", |
84 | | - "scenarios/file-upload", |
85 | | - "scenarios/form-filling", |
86 | | - "scenarios/log-in", |
87 | | - "scenarios/pdf-generation", |
88 | | - "scenarios/spell-check" |
| 82 | + "/v6/scenarios/ai-chatbot", |
| 83 | + "/v6/scenarios/cookie-banner", |
| 84 | + "/v6/scenarios/file-upload", |
| 85 | + "/v6/scenarios/form-filling", |
| 86 | + "/v6/scenarios/log-in", |
| 87 | + "/v6/scenarios/pdf-generation", |
| 88 | + "/v6/scenarios/spell-check" |
89 | 89 | ] |
90 | 90 | }, |
91 | 91 | { |
|
156 | 156 | { |
157 | 157 | "group": "Reporting", |
158 | 158 | "icon": "chart-simple", |
159 | | - "pages": ["exporting/junit", "/v6/bugs/jira"] |
| 159 | + "pages": ["/v6/exporting/junit", "/v6/bugs/jira"] |
160 | 160 | } |
161 | 161 | ] |
162 | 162 | }, |
|
307 | 307 | "redirects": [ |
308 | 308 | { |
309 | 309 | "source": "/guides/github-actions", |
310 | | - "destination": "/action/setup" |
| 310 | + "destination": "/v6/action/setup" |
311 | 311 | }, |
312 | 312 | { |
313 | 313 | "source": "/reference/test-steps", |
314 | | - "destination": "/features/selectorless" |
| 314 | + "destination": "/v6/features/selectorless" |
315 | 315 | }, |
316 | 316 | { |
317 | 317 | "source": "/guides/debugging-test-runs", |
318 | | - "destination": "/getting-started/editing" |
| 318 | + "destination": "/v6/getting-started/editing" |
| 319 | + }, |
| 320 | + { |
| 321 | + "source": "/overview/:slug*", |
| 322 | + "destination": "/v6/overview/:slug*" |
| 323 | + }, |
| 324 | + { |
| 325 | + "source": "/features/:slug*", |
| 326 | + "destination": "/v6/features/:slug*" |
| 327 | + }, |
| 328 | + { |
| 329 | + "source": "/getting-started/:slug*", |
| 330 | + "destination": "/v6/getting-started/:slug*" |
| 331 | + }, |
| 332 | + { |
| 333 | + "source": "/cli/:slug*", |
| 334 | + "destination": "/v6/cli/:slug*" |
| 335 | + }, |
| 336 | + { |
| 337 | + "source": "/interactive/:slug*", |
| 338 | + "destination": "/v6/interactive/:slug*" |
| 339 | + }, |
| 340 | + { |
| 341 | + "source": "/guide/:slug*", |
| 342 | + "destination": "/v6/guide/:slug*" |
| 343 | + }, |
| 344 | + { |
| 345 | + "source": "/action/:slug*", |
| 346 | + "destination": "/v6/action/:slug*" |
| 347 | + }, |
| 348 | + { |
| 349 | + "source": "/account/:slug*", |
| 350 | + "destination": "/v6/account/:slug*" |
| 351 | + }, |
| 352 | + { |
| 353 | + "source": "/apps/:slug*", |
| 354 | + "destination": "/v6/apps/:slug*" |
| 355 | + }, |
| 356 | + { |
| 357 | + "source": "/scenarios/:slug*", |
| 358 | + "destination": "/v6/scenarios/:slug*" |
| 359 | + }, |
| 360 | + { |
| 361 | + "source": "/integrations/:slug*", |
| 362 | + "destination": "/v6/integrations/:slug*" |
| 363 | + }, |
| 364 | + { |
| 365 | + "source": "/importing/:slug*", |
| 366 | + "destination": "/v6/importing/:slug*" |
| 367 | + }, |
| 368 | + { |
| 369 | + "source": "/exporting/:slug*", |
| 370 | + "destination": "/v6/exporting/:slug*" |
| 371 | + }, |
| 372 | + { |
| 373 | + "source": "/bugs/:slug*", |
| 374 | + "destination": "/v6/bugs/:slug*" |
| 375 | + }, |
| 376 | + { |
| 377 | + "source": "/commands/:slug*", |
| 378 | + "destination": "/v6/commands/:slug*" |
319 | 379 | } |
320 | 380 | ], |
321 | 381 | "integrations": { |
|
0 commit comments