Custom Components for Mintlify Docs
Callout Usage
Import and use theCallout component in any .mdx file:
info, warning, success, error
Add more components as needed for tabs, playgrounds, etc.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Callout component in any .mdx file:
import Callout from '../components/Callout'
<Callout type="warning">
This is a warning callout!
</Callout>
info, warning, success, error
Was this page helpful?