import Image from 'next/image' import { InlineLink } from 'components/ui/InlineLink' import { BASE_PATH, DOCS_URL } from 'lib/constants' export const Branching2Preview = () => { return (
api-docs-side-panel-preview

Create branches, review changes, and merge back into production all through the dashboard. Read the below limitations and our{' '} branching documentation {' '} before opting in.

Limitations:

Enabling this preview will:

) }