Skip to content

Commit 4f5479d

Browse files
committed
fixed broken pages
1 parent 69cb908 commit 4f5479d

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { Callout, Details } from "@doc";
2+
3+
# Engine FAQs
4+
5+
More information coming soon.

apps/portal/src/app/engine-v3/get-started/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

apps/portal/src/app/engine-v3/sidebar.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Engine Troubleshoot Guide
2+
3+
More information coming soon.

0 commit comments

Comments
 (0)