File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
apps/portal/src/app/engine-v3 Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ import { Callout , Details } from " @doc" ;
2+
3+ # Engine FAQs
4+
5+ More information coming soon.
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ Learn how to get started with thirdweb Engine. This guide will walk you through
247247 </Tabs >
248248
249249 <Callout variant = " info" title = " TypeScript SDK" >
250- You can use the full TypeScript SDK in your backend, allowing you to use:
250+ You can use the full [ TypeScript SDK] ( /references/typescript/v5/serverWallet ) in your backend, allowing you to use:
251251 - The full catalog of extension functions
252252 - The prepareContractCall function to encode your transactions
253253 - The full account interface, predefined chains, and more
Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ export const sidebar: SideBar = {
4848 links : [
4949 {
5050 name : "Smart Server Wallet" ,
51- href : `${ engineV3Slug } /configure-wallets/server-wallet` ,
51+ href : `${ engineV3Slug } /configure-wallets/smart- server-wallet` ,
5252 } ,
5353 ] ,
5454 } ,
5555 {
5656 name : "API Reference" ,
57- href : "engine.thirdweb.com/reference" ,
57+ href : "https:// engine.thirdweb.com/reference" ,
5858 icon : < Braces /> ,
5959 } ,
6060 {
@@ -69,7 +69,7 @@ export const sidebar: SideBar = {
6969 } ,
7070 {
7171 name : "Troubleshoot" ,
72- href : `${ engineV3Slug } /troubleshooting ` ,
72+ href : `${ engineV3Slug } /troubleshoot ` ,
7373 icon : < Wrench /> ,
7474 } ,
7575 {
Original file line number Diff line number Diff line change 1+ # Engine Troubleshoot Guide
2+
3+ More information coming soon.
You can’t perform that action at this time.
0 commit comments