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