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