File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 11---
22layout : page
3- title : " Redirecting to Introduction"
3+ title : " Introduction"
44---
55
66<script setup >
77// Redirect to the introduction page
88window .location .replace (' /docs/learn/overview/intro' )
99</script >
1010
11- # Redirecting to Introduction
11+ # Introduction
1212
1313If you are not redirected automatically, [ click here to go to the Introduction page] ( /docs/learn/overview/intro ) .
You can’t perform that action at this time.
0 commit comments