Skip to content

Commit c3e4f5a

Browse files
committed
docs(pi): import Callout explicitly, as the sibling block docs do
`fumadocs-ui/mdx`'s `defaultMdxComponents` already provides `Callout`, so the callout added earlier rendered fine without this — but logs.mdx, credential.mdx, and response.mdx all import it explicitly and pi.mdx was the outlier. Not a build fix: the docs Vercel deployment is failing on staging HEAD as well.
1 parent 0f4fb46 commit c3e4f5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/docs/content/docs/en/workflows/blocks

apps/docs/content/docs/en/workflows/blocks/pi.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: The Pi Coding Agent block runs an autonomous coding agent on a real
44
pageType: reference
55
---
66

7+
import { Callout } from 'fumadocs-ui/components/callout'
78
import { BlockPreview } from '@/components/workflow-preview'
89
import { FAQ } from '@/components/ui/faq'
910

0 commit comments

Comments
 (0)