File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ export const getSidebar = () => {
7
7
gettingStarted : [
8
8
{
9
9
section : t ( "sidebar.gettingStarted.gettingStarted" ) ,
10
- contents : [ { title : t ( "sidebar.gettingStarted.overview" ) , url : "getting-started/overview" } ] ,
11
- } ,
12
- {
13
- section : t ( "sidebar.gettingStarted.scrollSepoliaTestnet" ) ,
14
10
contents : [
11
+ {
12
+ title : t ( "sidebar.gettingStarted.overview" ) ,
13
+ url : "getting-started/overview" ,
14
+ } ,
15
15
{
16
16
title : t ( "sidebar.gettingStarted.userGuide" ) ,
17
17
url : formatUrl ( "user-guide/" ) ,
@@ -38,6 +38,11 @@ export const getSidebar = () => {
38
38
} ,
39
39
] ,
40
40
} ,
41
+ ] ,
42
+ } ,
43
+ {
44
+ section : t ( "sidebar.gettingStarted.scrollSepoliaTestnet" ) ,
45
+ contents : [
41
46
{
42
47
title : t ( "sidebar.gettingStarted.scrollSepoliaBlockExplorer" ) ,
43
48
url : "https://sepolia.scrollscan.com/" ,
You can’t perform that action at this time.
0 commit comments