Skip to content

Commit

Permalink
add nav
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellewei committed Feb 8, 2024
1 parent 998a7fb commit 431ed2e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"guides": "Guides",
"contractDeploymentTutorial": "Contract Deployment Tutorial",
"crossChainInteraction": "Scroll Messenger Cross-chain Interaction",
"runningNode": "Running a Scroll Node",
"bridgingERC20TokenThroughCustomGateway": "Bridge an ERC20 through the Custom Gateway",
"bridgingERC721NftThroughCustomGateway": "Bridging ERC721 NFT through Custom Gateway",
"bridgingERC1155ThroughCustomGateway": "Bridging ERC1155 through Custom Gateway",
Expand Down
4 changes: 4 additions & 0 deletions src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ export const getSidebar = () => {
title: t("sidebar.developers.bridgingERC20TokenThroughCustomGateway"),
url: formatUrl("developers/guides/bridge-erc20-through-the-custom-gateway"),
},
{
title: t("sidebar.developers.runningNode"),
url: formatUrl("developers/guides/running-a-scroll-node"),
},
// {
// title: t("sidebar.developers.bridgingERC721NftThroughCustomGateway"),
// url: formatUrl("developers/guides/"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ date: Last Modified
title: "Bridge ERC20 through the Custom Gateway"
lang: "en"
permalink: "developers/guides/bridge-erc20-through-the-custom-gateway"
whatsnext: { "Running a Scroll Node": "/developers/guides/running-a-scroll-node" }
excerpt: "This guide will walk through how to use Scroll's bridge for ERC20s that need custom functionality using the Custom Gateway."
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ date: Last Modified
title: "Running a Scroll L2geth Node"
lang: "en"
permalink: "developers/guides/running-a-scroll-node"
whatsnext: { "Bridge ERC20 through the Custom Gateway": "/developers/guides/bridge-erc20-through-the-custom-gateway" } #TODO: update this
excerpt: "In this example, we will launch a dummy smart contract on either Sepolia or Scroll Sepolia testnet and interact with it from the opposite chain." #TODO: update this
excerpt: "This guide contains instructions on how to to run your own node on the Scroll network."
---

import Aside from "../../../../../components/Aside.astro"
Expand Down

0 comments on commit 431ed2e

Please sign in to comment.