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({
674
674
slug = `javascript-api/${ slug } ` ;
675
675
if ( slug . includes ( 'xk6-disruptor/get-started/welcome' ) ) {
676
676
// make the section root out of the welcome page
677
- slug = `javascript-api/xk6-disruptor/` ;
677
+ slug = `/ javascript-api/xk6-disruptor/` ;
678
678
}
679
679
680
680
replacePathsInSidebarTree (
@@ -1855,6 +1855,8 @@ const createRedirects = ({ actions }) => {
1855
1855
'/using-k6-browser/selecting-elements/' ,
1856
1856
'/javascript-api/k6-browser/get-started/selecting-elements/' :
1857
1857
'/using-k6-browser/selecting-elements/' ,
1858
+ '/javascript-api/xk6-disruptor/get-started/welcome/' :
1859
+ '/javascript-api/xk6-disruptor/' ,
1858
1860
...newJavascriptURLsRedirects ,
1859
1861
} ;
1860
1862
You can’t perform that action at this time.
0 commit comments