Skip to content

Commit

Permalink
Added Galxy Example (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodlin authored Oct 31, 2023
1 parent 94ca52c commit 551d99f
Show file tree
Hide file tree
Showing 2 changed files with 1,568 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,14 @@ function getSidebar(locale: string): SidebarOptions {
text: "3. Multi-Chain",
collapsible: true,
children: [
{
text: "Galxe NFTs",
link: `${locale}/quickstart/quickstart_multichain/galxe-nft.md`,
},
{
text: "Polygon Plasma Bridge",
link: `${locale}/quickstart/quickstart_multichain/polygon-plasma-bridge.md`,
},
{
text: "Snapshot",
link: `${locale}/quickstart/quickstart_multichain/snapshot.md`,
Expand All @@ -604,10 +612,6 @@ function getSidebar(locale: string): SidebarOptions {
text: "Safe",
link: `${locale}/quickstart/quickstart_multichain/safe.md`,
},
{
text: "Polygon Plasma Bridge",
link: `${locale}/quickstart/quickstart_multichain/polygon-plasma-bridge.md`,
},
],
},
`${locale}/quickstart/whats-next.md`,
Expand Down
Loading

0 comments on commit 551d99f

Please sign in to comment.