Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function sidebarHome() {
link: "/docs/learn/overview/intro",
},
{
text: "OptimumP2P",
text: "mumP2P Protocol",
link: "/docs/learn/overview/p2p.md",
},
{
Expand All @@ -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",
Expand Down Expand Up @@ -236,7 +244,7 @@ function sidebarHome() {
collapsed: false,
items: [
{
text: "OptimumP2P",
text: "mumP2P Protocol",
collapsed: true,
items: [
{
Expand Down
38 changes: 10 additions & 28 deletions index.md
Original file line number Diff line number Diff line change
@@ -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
<script setup>
// Redirect to the introduction page
window.location.replace('/docs/learn/overview/intro')
</script>

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).