Snippets
Put reusable MDX in asnippets/ (or _snippets/) folder and include it anywhere:
Custom components
Ship your own React components as.jsx files in the repository and import them from any page:
Variables
Define values once indocs.json:
variables block can use literal {{…}} freely.
Escaping braces
Bare{expression} in prose is MDX syntax and would normally fail to compile. Docs7 automatically retries such pages with braces escaped, so stray braces in prose survive. Inside code fences braces are always literal.