diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 67a0724..2d1b74e 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -192,7 +192,7 @@ function sidebarHome() { link: "/docs/learn/overview/intro", }, { - text: "OptimumP2P", + text: "mumP2P Protocol", link: "/docs/learn/overview/p2p.md", }, { @@ -209,6 +209,14 @@ 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", @@ -236,7 +244,7 @@ function sidebarHome() { collapsed: false, items: [ { - text: "OptimumP2P", + text: "mumP2P Protocol", collapsed: true, items: [ { diff --git a/index.md b/index.md index 6c7dd07..949b56c 100644 --- a/index.md +++ b/index.md @@ -1,31 +1,13 @@ --- -# https://vitepress.dev/reference/default-theme-home-page -layout: home -titleTemplate: ":title" +layout: page +title: "Redirecting to Introduction" +--- -hero: - name: "Optimum Docs" - text: "The world's first high-performance memory infrastructure for any blockchain." - tagline: Scale any chain - image: - src: /home-logo.png - alt: Optimum - actions: - - theme: brand - text: Get Started - link: /docs/learn/overview/intro + -features: - - title: Learn Optimum - details: Learn more about Optimum, the various components involved, and how it could benefit your project. - link: /docs/learn/overview/intro - icon: 🎓 - - title: Quickstart & Developer Guide - details: Complete guide for building applications on OptimumP2P with deployment options, client examples, and configuration. - link: /docs/guides/overview - icon: 🚀 - - title: Research - details: Access resources for understanding the inner workings of Optimum and the research behind the technology. - link: /docs/research/overview - icon: 🔎 ---- +# Redirecting to Introduction + +If you are not redirected automatically, [click here to go to the Introduction page](/docs/learn/overview/intro).