@@ -81,7 +81,6 @@ export const getSidebar = () => {
81
81
contents : [
82
82
{ title : t ( "sidebar.developers.buildingOnScroll" ) , url : formatUrl ( "developers" ) } ,
83
83
{ title : t ( "sidebar.developers.faq" ) , url : formatUrl ( "developers/faq" ) } ,
84
- { title : t ( "sidebar.developers.developerQuickstart" ) , url : formatUrl ( "developers/developer-quickstart" ) } ,
85
84
{
86
85
title : t ( "sidebar.developers.verifyingSmartContracts" ) ,
87
86
url : formatUrl ( "developers/verifying-smart-contracts" ) ,
@@ -151,10 +150,6 @@ export const getSidebar = () => {
151
150
{
152
151
section : t ( "sidebar.developers.guides" ) ,
153
152
contents : [
154
- {
155
- title : t ( "sidebar.developers.contractDeploymentTutorial" ) ,
156
- url : formatUrl ( "developers/guides/contract-deployment-tutorial" ) ,
157
- } ,
158
153
{
159
154
title : t ( "sidebar.developers.crossChainInteraction" ) ,
160
155
url : formatUrl ( "developers/guides/scroll-messenger-cross-chain-interaction" ) ,
@@ -189,23 +184,6 @@ export const getSidebar = () => {
189
184
// },
190
185
] ,
191
186
} ,
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
- } ,
209
187
{
210
188
section : t ( "sidebar.developers.mainnetResources" ) ,
211
189
contents : [
0 commit comments