From 127377a636fd552487cb3c5de55515b3a724e31d Mon Sep 17 00:00:00 2001 From: konstantin Date: Sun, 31 May 2026 18:24:35 +0700 Subject: [PATCH 1/2] add redirect from / to legacy --- docusaurus.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 775f91d..646012f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -47,7 +47,7 @@ const config = { anonymizeIP: true }, docs: { - routeBasePath: "/", + routeBasePath: "/legacy", sidebarPath: "./sidebars.js", // Please change this to your repo. // Remove this to remove the "edit this page" links. @@ -338,10 +338,6 @@ const config = { { from: "/education/glossary", to: "/" - }, - { - from: "/", - to: "/legacy/" } ] } From c99f3e0829f4ca96dce511c97ad74add14d2573b Mon Sep 17 00:00:00 2001 From: konstantin Date: Sun, 31 May 2026 18:32:08 +0700 Subject: [PATCH 2/2] add redirect from / to legacy --- docs/docs/index.md | 23 +++++++++++++++-------- docs/legacy/index.md | 2 +- docusaurus.config.js | 4 ++-- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 273993a..9b84689 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -1,11 +1,18 @@ ---- -sidebar_position: 1 -title: Getting Started -description: Explore Reactive Network, an EVM automation layer with CometBFT consensus and instant finality. Build reactive contracts, event-driven smart contracts for cross-chain, on-chain automation. -slug: / -hide_title: true -unlisted: true ---- +[//]: # (---) + +[//]: # (sidebar_position: 1) + +[//]: # (title: Getting Started) + +[//]: # (description: Explore Reactive Network, an EVM automation layer with CometBFT consensus and instant finality. Build reactive contracts, event-driven smart contracts for cross-chain, on-chain automation.) + +[//]: # (slug: /) + +[//]: # (hide_title: true) + +[//]: # (unlisted: true) + +[//]: # (---) ![Reactive Docs Image](./img/reactive-docs.jpg) diff --git a/docs/legacy/index.md b/docs/legacy/index.md index fd45c14..bd42c60 100644 --- a/docs/legacy/index.md +++ b/docs/legacy/index.md @@ -2,7 +2,7 @@ sidebar_position: 1 title: Getting Started description: Explore Reactive Network — an automation layer for EVM chains. Build Reactive Contracts — event-driven smart contracts for cross-chain, on-chain automation. -slug: /legacy/ +slug: / hide_title: true --- diff --git a/docusaurus.config.js b/docusaurus.config.js index 646012f..88960e4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -47,7 +47,7 @@ const config = { anonymizeIP: true }, docs: { - routeBasePath: "/legacy", + routeBasePath: "/", sidebarPath: "./sidebars.js", // Please change this to your repo. // Remove this to remove the "edit this page" links. @@ -338,7 +338,7 @@ const config = { { from: "/education/glossary", to: "/" - } + }, ] } ]