Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions editor/live-preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@
| **Availability** | While the editor is open | As long as the branch exists |

Use live preview for immediate feedback as you work. Create preview deployments when you need to share changes with your team or test on different devices.

## Supported content

Live preview renders your pages exactly as they appear when published, including:

- **Text and components**: All MDX content, callouts, code blocks, and other components update in real time.

Check warning on line 45 in editor/live-preview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/live-preview.mdx#L45

Did you really mean 'callouts'?
- **Images**: Local and remote images display as you add or change them.
- **Videos**: Self-hosted videos using `<video>` tags (MP4, WebM, MOV) display inline in the preview.

Check warning on line 47 in editor/live-preview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/live-preview.mdx#L47

Spell out 'MOV', if it's unfamiliar to the audience.
- **Navigation**: Changes to your site navigation and configuration are reflected immediately.

Check warning on line 48 in editor/live-preview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

editor/live-preview.mdx#L48

In general, use active voice instead of passive voice ('are reflected').
Loading