diff --git a/documentation/docs/next.config.js b/documentation/docs/next.config.js index 0f9f7feee9..6d6a79257e 100644 --- a/documentation/docs/next.config.js +++ b/documentation/docs/next.config.js @@ -360,6 +360,12 @@ const config = { permanent: true, basePath: false, }, + { + source: "/developers/tutorials/rust-sdk.html", + destination: "/docs/developers/rust/mixnet/examples", + permanent: true, + basePath: false, + }, { source: "/developers/integrations/integration-options.html", destination: "/docs/developers/integrations", @@ -566,6 +572,12 @@ const config = { permanent: true, basePath: false, }, + { + source: "/docs/sdk/rust.html", + destination: "/docs/developers/rust", + permanent: true, + basePath: false, + }, { source: "/docs/sdk/typescript.html", destination: "/docs/developers/typescript",