Skip to content

Commit 414aabf

Browse files
committed
docs: restructure sidebar
1 parent 1091e8c commit 414aabf

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/config/sidebar.ts

+9-4
Original file line numberDiff line numberDiff 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/",

0 commit comments

Comments
 (0)