Skip to content

Commit dfc3bdc

Browse files
committed
added 3 what-to-build tutorials
1 parent ab69206 commit dfc3bdc

File tree

8 files changed

+653
-1
lines changed

8 files changed

+653
-1
lines changed

public/locales/en/translation.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@
112112
"sepoliaBlockExplorer": "Scrollscan Explorer",
113113
"canvasBadge": "Canvas & Badge Integration"
114114
},
115+
"whatToBuild": {
116+
"whatToBuild": "What to Build",
117+
"stablecoinPaymentsTutorial": "Stablecoin Payments Tutorial",
118+
"solidityCookbook": "Solidity Cookbook",
119+
"privacyDappsWithZk": "Privacy dApps with ZK"
120+
},
115121
"technology": {
116122
"introduction": "Introduction",
117123
"principles": "Principles",

public/locales/es/translation.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@
109109
"sepoliaRollupExplorer": "Explorador de Rollup",
110110
"sepoliaBlockExplorer": "Explorador de bloques Scrollscan"
111111
},
112+
"whatToBuild": {
113+
"whatToBuild": "Qué construir",
114+
"stablecoinPaymentsTutorial": "Pagos con Stablecoins",
115+
"solidityCookbook": "Recetario de Solidity",
116+
"privacyDappsWithZk": "Dapps Privadas con ZK"
117+
},
112118
"technology": {
113119
"introduction": "Introducción",
114120
"principles": "Principios",
141 KB
Loading
208 KB
Loading

src/config/sidebar.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,23 @@ export const getSidebar = () => {
180180
// },
181181
],
182182
},
183+
{
184+
section: t("sidebar.whatToBuild.whatToBuild"),
185+
contents: [
186+
{
187+
title: t("sidebar.whatToBuild.stablecoinPaymentsTutorial"),
188+
url: formatUrl("developers/what-to-build/stablecoin-payments-tutorial"),
189+
},
190+
{
191+
title: t("sidebar.whatToBuild.solidityCookbook"),
192+
url: formatUrl("developers/what-to-build/solidity-cookbook"),
193+
},
194+
{
195+
title: t("sidebar.whatToBuild.privacyDappsWithZk"),
196+
url: formatUrl("developers/what-to-build/privacy-dapps-with-zk"),
197+
},
198+
],
199+
},
183200
{
184201
section: t("sidebar.developers.mainnetResources"),
185202
contents: [

0 commit comments

Comments
 (0)