Skip to content

Commit 18fe75b

Browse files
committed
fix for broken links
1 parent 6c46b0f commit 18fe75b

File tree

1 file changed

+76
-16
lines changed

1 file changed

+76
-16
lines changed

docs/docs.json

Lines changed: 76 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,24 @@
6868
"group": "Apps",
6969
"icon": "laptop",
7070
"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"
7676
]
7777
},
7878
{
7979
"group": "Scenarios",
8080
"icon": "computer-mouse",
8181
"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"
8989
]
9090
},
9191
{
@@ -156,7 +156,7 @@
156156
{
157157
"group": "Reporting",
158158
"icon": "chart-simple",
159-
"pages": ["exporting/junit", "/v6/bugs/jira"]
159+
"pages": ["/v6/exporting/junit", "/v6/bugs/jira"]
160160
}
161161
]
162162
},
@@ -307,15 +307,75 @@
307307
"redirects": [
308308
{
309309
"source": "/guides/github-actions",
310-
"destination": "/action/setup"
310+
"destination": "/v6/action/setup"
311311
},
312312
{
313313
"source": "/reference/test-steps",
314-
"destination": "/features/selectorless"
314+
"destination": "/v6/features/selectorless"
315315
},
316316
{
317317
"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*"
319379
}
320380
],
321381
"integrations": {

0 commit comments

Comments
 (0)