Skip to content

Commit 3add935

Browse files
torresmateovfanellenearestnabors
authored
Mateo/dev 42 revamp calling tools in your custom apps quickstart (#591)
* initial stabs at new quickstart * reworked the main quickstart with a workflow featuring 2 toolkits and scope elevation * upgrade nextjs version * fix lock file * Update app/en/home/_meta.tsx Co-authored-by: vfanelle <vfanelle@gmail.com> * Update app/en/home/quickstart/page.mdx Co-authored-by: vfanelle <vfanelle@gmail.com> * Update app/en/home/quickstart/page.mdx Co-authored-by: vfanelle <vfanelle@gmail.com> * Update app/en/home/quickstart/page.mdx Co-authored-by: vfanelle <vfanelle@gmail.com> * Update app/en/home/quickstart/page.mdx Co-authored-by: vfanelle <vfanelle@gmail.com> * Update app/en/home/quickstart/page.mdx Co-authored-by: vfanelle <vfanelle@gmail.com> * Update app/en/home/quickstart/page.mdx Co-authored-by: vfanelle <vfanelle@gmail.com> * Update app/en/home/quickstart/page.mdx Co-authored-by: vfanelle <vfanelle@gmail.com> * removes top margin on nested uls in outcomes box * addressed Valerie's comments * make pnpm happy --------- Co-authored-by: vfanelle <vfanelle@gmail.com> Co-authored-by: Rachel Lee Nabors <nearestnabors@users.noreply.github.com>
1 parent e4e241b commit 3add935

File tree

5 files changed

+1307
-1006
lines changed

5 files changed

+1307
-1006
lines changed

app/_components/guide-overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function GuideOverview({ children, className }: GuideOverviewProps) {
3030
return (
3131
<div
3232
className={cn(
33-
"my-6 rounded-lg border border-border bg-card p-6",
33+
"guide-overview my-6 rounded-lg border border-border bg-card p-6",
3434
className
3535
)}
3636
>

app/en/home/_meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const meta: MetaRecord = {
4040
title: "Using Arcade",
4141
},
4242
quickstart: {
43-
title: "Hosted Tools Quickstart",
43+
title: "Calling tools in your agent",
4444
},
4545
"mcp-gateway-quickstart": {
4646
title: "Call a tool in your IDE/MCP Client",

0 commit comments

Comments
 (0)