@@ -132,7 +132,7 @@ const DevelopersPage = async ({
132
132
</ h2 >
133
133
134
134
{ /* Quickstart your idea */ }
135
- < Card className = "!space-y-8 break-words border bg-background px-6 py-8 md:space-y-6 lg:p-8" >
135
+ < Card className = "!space-y-8 break-words bg-background px-6 py-8 md:space-y-6 lg:p-8" >
136
136
< Image
137
137
src = { scaffoldDebugScreenshot }
138
138
alt = "Scaffold-ETH 2 debug screenshot"
@@ -165,20 +165,20 @@ const DevelopersPage = async ({
165
165
166
166
< div >
167
167
< Link
168
- href = "https://docs.soliditylang.org/en/latest/ "
168
+ href = "https://docs.scaffoldeth.io/llms-full.txt "
169
169
customEventOptions = { {
170
170
eventCategory : "top_boxes" ,
171
171
eventAction : "click" ,
172
- eventName : "solidity " ,
172
+ eventName : "scaffold-llms " ,
173
173
} }
174
174
>
175
- { t ( "page-developers-solidity-docs" ) }
175
+ Scaffold-Eth2-llms-full.txt
176
176
</ Link >
177
177
</ div >
178
178
</ Card >
179
179
180
180
{ /* Get help */ }
181
- < Card className = "!space-y-8 break-words border bg-background px-6 py-8 md:space-y-6 lg:p-8" >
181
+ < Card className = "!space-y-8 break-words bg-background px-6 py-8 md:space-y-6 lg:p-8" >
182
182
< Image
183
183
src = { stackExchangeScreenshot }
184
184
alt = "Ethereum Stack Exchange screenshot"
@@ -204,14 +204,14 @@ const DevelopersPage = async ({
204
204
variant="glow"
205
205
href="#some-magical-AI-link"
206
206
className="text-body"
207
- >
207
+ >
208
208
{t("page-developers-ask-ai")}
209
- </ButtonLink> */ }
209
+ </ButtonLink> */ }
210
210
</ div >
211
211
</ Card >
212
212
213
213
{ /* Resources */ }
214
- < Card className = "!space-y-8 break-words border bg-background px-6 py-8 md:space-y-6 lg:p-8" >
214
+ < Card className = "!space-y-8 break-words bg-background px-6 py-8 md:space-y-6 lg:p-8" >
215
215
< Image
216
216
src = { resourcesBanner }
217
217
alt = "Banner showing four resource app icons"
@@ -237,7 +237,7 @@ const DevelopersPage = async ({
237
237
</ Card >
238
238
239
239
{ /* Tutorials */ }
240
- < Card className = "!space-y-8 break-words border bg-background px-6 py-8 md:space-y-6 lg:p-8" >
240
+ < Card className = "!space-y-8 break-words bg-background px-6 py-8 md:space-y-6 lg:p-8" >
241
241
< Image
242
242
src = { tutorialTagsBanner }
243
243
alt = "Banner displaying multiple learning topics in a tag cloud"
0 commit comments