File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ export const getSidebar = () => {
77 gettingStarted : [
88 {
99 section : t ( "sidebar.gettingStarted.gettingStarted" ) ,
10- contents : [ { title : t ( "sidebar.gettingStarted.overview" ) , url : "getting-started/overview" } ] ,
11- } ,
12- {
13- section : t ( "sidebar.gettingStarted.scrollSepoliaTestnet" ) ,
1410 contents : [
11+ {
12+ title : t ( "sidebar.gettingStarted.overview" ) ,
13+ url : "getting-started/overview" ,
14+ } ,
1515 {
1616 title : t ( "sidebar.gettingStarted.userGuide" ) ,
1717 url : formatUrl ( "user-guide/" ) ,
@@ -38,6 +38,11 @@ export const getSidebar = () => {
3838 } ,
3939 ] ,
4040 } ,
41+ ] ,
42+ } ,
43+ {
44+ section : t ( "sidebar.gettingStarted.scrollSepoliaTestnet" ) ,
45+ contents : [
4146 {
4247 title : t ( "sidebar.gettingStarted.scrollSepoliaBlockExplorer" ) ,
4348 url : "https://sepolia.scrollscan.com/" ,
You can’t perform that action at this time.
0 commit comments