From 253d9999e30ebd7af0002352f4dec2e886cc2c30 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 14 Sep 2023 20:20:52 +0300 Subject: [PATCH] Update docusaurus.config.js --- docusaurus.config.js | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 653a464fb..805528ccd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -257,6 +257,50 @@ const config = { ]; }, redirects: [ + { + from: '/core', + to: '/develop/advanced', + }, + { + from: '/basics', + to: '/develop/beginner', + }, + { + from: '/intro', + to: '/develop/intro', + }, + { + from: '/architecture', + to: '/build/architecture/', + }, + { + from: '/building-apps', + to: '/build/building-apps', + }, + { + from: '/tooling', + to: '/build/libraries', + }, + { + from: '/migrations', + to: '/build/libraries', + }, + { + from: '/rfc', + to: '/build/rfc', + }, + { + from: '/spec', + to: '/build/spec', + }, + { + from: '/tooling', + to: '/build/tooling', + }, + { + from: '/run-node', + to: '/user/run-node', + }, { from: ["/master", "/v0.43", "/v0.44"], to: "/",