diff --git a/documentation/docs/next.config.js b/documentation/docs/next.config.js index 0891d3a8d7..080d0afadf 100644 --- a/documentation/docs/next.config.js +++ b/documentation/docs/next.config.js @@ -49,16 +49,22 @@ const config = { // basePath: false, // permanent: true, // }, -{ + { source: "/operators", destination: "docs/operators/introduction", permanent: true, basePath : false, }, + { + source: "/docs/operators", + destination: "docs/operators/introduction", + permanent: true, + basePath : false, + }, { source: "/developers", - destination: "/docs/developers/index", + destination: "/docs/developers", permanent: true, basePath : false, },