From 90e3d2570f12a8f97dfa1133f286a741c3ade21a Mon Sep 17 00:00:00 2001 From: swarnabhasinha Date: Sun, 12 Oct 2025 03:46:44 +0530 Subject: [PATCH] docs: move HOP and Gateway to Ethereum Integration --- .vitepress/config.mts | 22 ++++++++++++++-------- index.md | 4 ++-- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 2d1b74e..1019bbe 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -209,14 +209,6 @@ function sidebarHome() { text: "Quick Start", link: "/docs/guides/overview", }, - { - text: "HOP Testing Suite", - link: "https://getoptimum.github.io/optimum-hop/", - }, - { - text: "Optimum Gateway", - link: "https://getoptimum.github.io/optimum-gateway/versions/v0.0.1-rc6/", - }, { text: "Getting Started with CLI", link: "/docs/guides/01-getting-started-cli", @@ -239,6 +231,20 @@ function sidebarHome() { }, ], }, + { + text: "Ethereum Integration", + collapsed: false, + items: [ + { + text: "HOP Testing Suite", + link: "https://getoptimum.github.io/optimum-hop/", + }, + { + text: "Optimum Gateway", + link: "https://getoptimum.github.io/optimum-gateway/versions/v0.0.1-rc6/", + }, + ], + }, { text: "Research", collapsed: false, diff --git a/index.md b/index.md index 949b56c..b5ad336 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ --- layout: page -title: "Redirecting to Introduction" +title: "Introduction" --- -# Redirecting to Introduction +# Introduction If you are not redirected automatically, [click here to go to the Introduction page](/docs/learn/overview/intro).