Skip to content

Commit

Permalink
Add Scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Nov 7, 2023
1 parent 6ef1580 commit 99af290
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,18 @@ function getSidebar(locale: string): SidebarOptions {
],
},
{
text: "Scroll Sepolia",
link: `${locale}/quickstart/quickstart_chains/scroll-sepolia.md`,
text: "Scroll",
collapsible: true,
children: [
{
text: "Scroll Mainnet",
link: `${locale}/quickstart/quickstart_chains/scroll.md`,
},
{
text: "Scroll Sepolia",
link: `${locale}/quickstart/quickstart_chains/scroll-sepolia.md`,
},
],
},
{
text: "Skale",
Expand Down
Loading

0 comments on commit 99af290

Please sign in to comment.