@@ -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 : [
0 commit comments