Skip to content

Commit 364e348

Browse files
authored
removed canvas guide (#448)
1 parent bf7d08f commit 364e348

File tree

6 files changed

+1
-236
lines changed

6 files changed

+1
-236
lines changed

public/locales/en/translation.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
"scrollSepoliaBlockExplorer": "Scroll Sepolia Explorer",
111111
"sepoliaRollupExplorer": "Rollup Explorer",
112112
"sepoliaBlockExplorer": "Scrollscan Explorer",
113-
"canvasBadge": "Canvas & Badge Integration",
114113
"transactionJourney": "Checking Transaction Journey"
115114
},
116115
"whatToBuild": {

src/config/sidebar.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ export const getSidebar = () => {
162162
title: t("sidebar.developers.runningNode"),
163163
url: formatUrl("developers/guides/running-a-scroll-node"),
164164
},
165-
{
166-
title: t("sidebar.developers.canvasBadge"),
167-
url: formatUrl("developers/guides/canvas-badge-integration"),
168-
},
169165
{
170166
title: t("sidebar.developers.transactionJourney"),
171167
url: formatUrl("developers/guides/checking-transaction-journey"),
Binary file not shown.
Binary file not shown.

src/content/docs/en/developers/guides/canvas-badge-integration.mdx

Lines changed: 0 additions & 230 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Running a Scroll L2geth Node"
55
lang: "en"
66
permalink: "developers/guides/running-a-scroll-node"
77
excerpt: "This guide contains instructions on how to run your own node on the Scroll network."
8-
whatsnext: { "Canvas & Bridge Integration Guide": "/developers/guides/canvas-badge-integration" }
8+
whatsnext: { "Checking Transaction Journey Guide": "/developers/guides/checking-transaction-journey" }
99
---
1010

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

0 commit comments

Comments
 (0)