Skip to content

Commit aa07eba

Browse files
authored
Merge pull request #22 from scroll-tech/develop
update from main
2 parents d01759c + 3953f5d commit aa07eba

File tree

15 files changed

+70
-2472
lines changed

15 files changed

+70
-2472
lines changed

public/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"developers": {
8080
"developers": "Developers",
8181
"buildingOnScroll": "Building on Scroll",
82+
"faq": "Frequently Asked Questions",
8283
"developerQuickstart": "Developer Quickstart",
8384
"verifyingSmartContracts": "Verifying Smart Contracts",
8485
"scrollContracts": "Scroll Contracts",

src/config/sidebar.ts

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const getSidebar = () => {
8080
section: t("sidebar.developers.developers"),
8181
contents: [
8282
{ title: t("sidebar.developers.buildingOnScroll"), url: formatUrl("developers") },
83-
{ title: t("sidebar.developers.developerQuickstart"), url: formatUrl("developers/developer-quickstart") },
83+
{ title: t("sidebar.developers.faq"), url: formatUrl("developers/faq") },
8484
{
8585
title: t("sidebar.developers.verifyingSmartContracts"),
8686
url: formatUrl("developers/verifying-smart-contracts"),
@@ -150,10 +150,6 @@ export const getSidebar = () => {
150150
{
151151
section: t("sidebar.developers.guides"),
152152
contents: [
153-
{
154-
title: t("sidebar.developers.contractDeploymentTutorial"),
155-
url: formatUrl("developers/guides/contract-deployment-tutorial"),
156-
},
157153
{
158154
title: t("sidebar.developers.crossChainInteraction"),
159155
url: formatUrl("developers/guides/scroll-messenger-cross-chain-interaction"),
@@ -188,23 +184,6 @@ export const getSidebar = () => {
188184
// },
189185
],
190186
},
191-
{
192-
section: t("sidebar.whatToBuild.whatToBuild"),
193-
contents: [
194-
{
195-
title: t("sidebar.whatToBuild.stablecoinPaymentsTutorial"),
196-
url: formatUrl("developers/what-to-build/stablecoin-payments-tutorial"),
197-
},
198-
{
199-
title: t("sidebar.whatToBuild.solidityCookbook"),
200-
url: formatUrl("developers/what-to-build/solidity-cookbook"),
201-
},
202-
{
203-
title: t("sidebar.whatToBuild.privacyDappsWithZk"),
204-
url: formatUrl("developers/what-to-build/privacy-dapps-with-zk"),
205-
},
206-
],
207-
},
208187
{
209188
section: t("sidebar.developers.mainnetResources"),
210189
contents: [

src/content/docs/en/developers/developer-quickstart.mdx

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

0 commit comments

Comments
 (0)