From 3c6567ae645b0632da1956938caeb0cb7bdf6518 Mon Sep 17 00:00:00 2001 From: windy-ux <75579979+windy-ux@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:28:55 +0200 Subject: [PATCH] [DOCs]: redirectsl (#5816) + /docs/developers/tutorials/rust-sdk.html --- documentation/docs/next.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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",