Components
All the MDX components available for writing documentation pages.
This page showcases every component available in the documentation system. Use it as a reference when writing new docs.
Callouts
Use callouts to draw attention to important information.
Info callout
Use this for general information and helpful context.
Tip callout
Use this for best practices and pro tips.
Warning callout
Use this for potential issues or things to watch out for.
Danger callout
Use this for destructive actions or critical warnings.
Success callout
Use this for confirmation messages and positive outcomes.
Note callout
Use this for supplementary notes and side remarks.
Steps
Use steps for sequential instructions.
First step
This is the first thing to do. Steps can contain rich content including code blocks and callouts.
Second step
Continue with the next action.
Third step
Finish up here.
Cards
Use cards to link to related pages.
Introduction
Learn the basics of BeReach.
Installation
Get set up in minutes.
Quickstart
Launch your first campaign.
Property List
Use property lists to document parameters, fields, or configuration options.
apiKeyYour API key from the dashboard settings page.
timeout30000Request timeout in milliseconds.
retries3Number of retry attempts for failed requests.
Accordion
Use accordions for FAQs or optional details.
Expandable
Use expandable sections for supplementary content that shouldn't clutter the main flow.
Code Blocks
Standard code blocks come with syntax highlighting and a copy button:
const bereach = require("bereach-sdk");
const campaign = await bereach.campaigns.create({
name: "Q1 Outreach",
type: "connection_request",
dailyLimit: 25,
});Tables
| Feature | Free | Pro | Enterprise |
|---|---|---|---|
| Campaigns | 1 | Unlimited | Unlimited |
| Daily limit | 20 | 100 | Custom |
| Templates | 3 | Unlimited | Unlimited |
| Analytics | Basic | Advanced | Custom |
Inline elements
Use the Badge component for inline labels: this feature requires the
Standard bold, italic, and inline code formatting works as expected.