Documentation
Example
This page exists to show how MDX content is authored in the docs. Use it as a reference when you scaffold new pages.
Installation
Install the Rollover SDK for your language.
Quick start
Create a plan with the Rollover API.
Inline elements
Paragraphs are written as plain prose. You can use bold, italic, and inline code inside any paragraph. Links use the standard MDX syntax, like rollover.dev.
Code blocks
Fenced code blocks use sugar-high for syntax highlighting.
TypeScript
A single line command renders without a file header.
Terminal
Headings
Use ## for top-level section headings on a page. Reserve # for the page title, which is rendered automatically from the frontmatter. Subsections use ### and below.