From f0c554b546892d96873ab81871a71eba380fb3a9 Mon Sep 17 00:00:00 2001 From: konstantin Date: Thu, 19 Feb 2026 21:37:13 +0700 Subject: [PATCH] added more redirects --- docusaurus.config.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index f731df4..124d68e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -231,6 +231,34 @@ const config = { from: "/faq", to: "/debugging" }, + { + from: "/education/introduction/reactive-smart-contracts", + to: "/education/introduction/reactive-contracts" + }, + { + from: "/education/introduction/module-1/reactive-smart-contracts", + to: "/education/module-1/reactive-contracts" + }, + { + from: "/architecture/reactive-smart-contracts", + to: "/reactive-contracts" + }, + { + from: "/architecture/react-vm", + to: "/reactvm" + }, + { + from: "/docs/architecture/react-vm", + to: "/reactvm" + }, + { + from: "/compendium", + to: "/debugging" + }, + { + from: "/docs/kopli-testnet", + to: "/reactive-mainnet" + }, ] } ]