Skip to content

Commit b4f57fb

Browse files
authored
docs: move HOP and Gateway to Ethereum Integration (#30)
1 parent 6512d1c commit b4f57fb

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

.vitepress/config.mts

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,14 +209,6 @@ function sidebarHome() {
209209
text: "Quick Start",
210210
link: "/docs/guides/overview",
211211
},
212-
{
213-
text: "HOP Testing Suite",
214-
link: "https://getoptimum.github.io/optimum-hop/",
215-
},
216-
{
217-
text: "Optimum Gateway",
218-
link: "https://getoptimum.github.io/optimum-gateway/versions/v0.0.1-rc6/",
219-
},
220212
{
221213
text: "Getting Started with CLI",
222214
link: "/docs/guides/01-getting-started-cli",
@@ -239,6 +231,20 @@ function sidebarHome() {
239231
},
240232
],
241233
},
234+
{
235+
text: "Ethereum Integration",
236+
collapsed: false,
237+
items: [
238+
{
239+
text: "HOP Testing Suite",
240+
link: "https://getoptimum.github.io/optimum-hop/",
241+
},
242+
{
243+
text: "Optimum Gateway",
244+
link: "https://getoptimum.github.io/optimum-gateway/versions/v0.0.1-rc6/",
245+
},
246+
],
247+
},
242248
{
243249
text: "Research",
244250
collapsed: false,

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: page
3-
title: "Redirecting to Introduction"
3+
title: "Introduction"
44
---
55

66
<script setup>
77
// Redirect to the introduction page
88
window.location.replace('/docs/learn/overview/intro')
99
</script>
1010

11-
# Redirecting to Introduction
11+
# Introduction
1212

1313
If you are not redirected automatically, [click here to go to the Introduction page](/docs/learn/overview/intro).

0 commit comments

Comments
 (0)