File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ function getDocPagesProps({
674674 slug = `javascript-api/${ slug } ` ;
675675 if ( slug . includes ( 'xk6-disruptor/get-started/welcome' ) ) {
676676 // make the section root out of the welcome page
677- slug = `javascript-api/xk6-disruptor/` ;
677+ slug = `/ javascript-api/xk6-disruptor/` ;
678678 }
679679
680680 replacePathsInSidebarTree (
@@ -1855,6 +1855,8 @@ const createRedirects = ({ actions }) => {
18551855 '/using-k6-browser/selecting-elements/' ,
18561856 '/javascript-api/k6-browser/get-started/selecting-elements/' :
18571857 '/using-k6-browser/selecting-elements/' ,
1858+ '/javascript-api/xk6-disruptor/get-started/welcome/' :
1859+ '/javascript-api/xk6-disruptor/' ,
18581860 ...newJavascriptURLsRedirects ,
18591861 } ;
18601862
You can’t perform that action at this time.
0 commit comments