Skip to content

Commit 431ed2e

Browse files
committed
add nav
1 parent 998a7fb commit 431ed2e

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

public/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"guides": "Guides",
9797
"contractDeploymentTutorial": "Contract Deployment Tutorial",
9898
"crossChainInteraction": "Scroll Messenger Cross-chain Interaction",
99+
"runningNode": "Running a Scroll Node",
99100
"bridgingERC20TokenThroughCustomGateway": "Bridge an ERC20 through the Custom Gateway",
100101
"bridgingERC721NftThroughCustomGateway": "Bridging ERC721 NFT through Custom Gateway",
101102
"bridgingERC1155ThroughCustomGateway": "Bridging ERC1155 through Custom Gateway",

src/config/sidebar.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ export const getSidebar = () => {
149149
title: t("sidebar.developers.bridgingERC20TokenThroughCustomGateway"),
150150
url: formatUrl("developers/guides/bridge-erc20-through-the-custom-gateway"),
151151
},
152+
{
153+
title: t("sidebar.developers.runningNode"),
154+
url: formatUrl("developers/guides/running-a-scroll-node"),
155+
},
152156
// {
153157
// title: t("sidebar.developers.bridgingERC721NftThroughCustomGateway"),
154158
// url: formatUrl("developers/guides/"),

src/content/docs/en/developers/guides/bridge-erc20-through-the-custom-gateway.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date: Last Modified
44
title: "Bridge ERC20 through the Custom Gateway"
55
lang: "en"
66
permalink: "developers/guides/bridge-erc20-through-the-custom-gateway"
7+
whatsnext: { "Running a Scroll Node": "/developers/guides/running-a-scroll-node" }
78
excerpt: "This guide will walk through how to use Scroll's bridge for ERC20s that need custom functionality using the Custom Gateway."
89
---
910

src/content/docs/en/developers/guides/running-a-scroll-node.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ date: Last Modified
44
title: "Running a Scroll L2geth Node"
55
lang: "en"
66
permalink: "developers/guides/running-a-scroll-node"
7-
whatsnext: { "Bridge ERC20 through the Custom Gateway": "/developers/guides/bridge-erc20-through-the-custom-gateway" } #TODO: update this
8-
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
7+
excerpt: "This guide contains instructions on how to to run your own node on the Scroll network."
98
---
109

1110
import Aside from "../../../../../components/Aside.astro"

0 commit comments

Comments
 (0)