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 775f91d..88960e4 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -339,10 +339,6 @@ const config = { from: "/education/glossary", to: "/" }, - { - from: "/", - to: "/legacy/" - } ] } ]