Skip to content

Commit c7978e1

Browse files
committed
Remove pages not updated
1 parent 3007841 commit c7978e1

File tree

7 files changed

+0
-1047
lines changed

7 files changed

+0
-1047
lines changed

src/config/sidebar.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export const getSidebar = () => {
8181
contents: [
8282
{ title: t("sidebar.developers.buildingOnScroll"), url: formatUrl("developers") },
8383
{ title: t("sidebar.developers.faq"), url: formatUrl("developers/faq") },
84-
{ title: t("sidebar.developers.developerQuickstart"), url: formatUrl("developers/developer-quickstart") },
8584
{
8685
title: t("sidebar.developers.verifyingSmartContracts"),
8786
url: formatUrl("developers/verifying-smart-contracts"),
@@ -151,10 +150,6 @@ export const getSidebar = () => {
151150
{
152151
section: t("sidebar.developers.guides"),
153152
contents: [
154-
{
155-
title: t("sidebar.developers.contractDeploymentTutorial"),
156-
url: formatUrl("developers/guides/contract-deployment-tutorial"),
157-
},
158153
{
159154
title: t("sidebar.developers.crossChainInteraction"),
160155
url: formatUrl("developers/guides/scroll-messenger-cross-chain-interaction"),
@@ -189,23 +184,6 @@ export const getSidebar = () => {
189184
// },
190185
],
191186
},
192-
{
193-
section: t("sidebar.whatToBuild.whatToBuild"),
194-
contents: [
195-
{
196-
title: t("sidebar.whatToBuild.stablecoinPaymentsTutorial"),
197-
url: formatUrl("developers/what-to-build/stablecoin-payments-tutorial"),
198-
},
199-
{
200-
title: t("sidebar.whatToBuild.solidityCookbook"),
201-
url: formatUrl("developers/what-to-build/solidity-cookbook"),
202-
},
203-
{
204-
title: t("sidebar.whatToBuild.privacyDappsWithZk"),
205-
url: formatUrl("developers/what-to-build/privacy-dapps-with-zk"),
206-
},
207-
],
208-
},
209187
{
210188
section: t("sidebar.developers.mainnetResources"),
211189
contents: [

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

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

src/content/docs/es/developers/guides/contract-deployment-tutorial.mdx

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

0 commit comments

Comments
 (0)