diff --git a/create/reusable-snippets.mdx b/create/reusable-snippets.mdx index 09099f833..a58f2fad6 100644 --- a/create/reusable-snippets.mdx +++ b/create/reusable-snippets.mdx @@ -12,6 +12,8 @@ Snippets are any `.mdx`, `.md`, or `.jsx` files imported into another file. You When you import a snippet into another file, the snippet only appears where you import it and does not render as a standalone page. Any file in the `/snippets/` folder is always a snippet even if it is not imported into another file. +Snippets and React components render with live previews in the visual editor, showing exactly how they will appear when published. + ## Create snippets Create a file with the content you want to reuse. Snippets can contain all content types supported by Mintlify and they can import other snippets. diff --git a/editor/pages.mdx b/editor/pages.mdx index a4dfd6b80..47bf92910 100644 --- a/editor/pages.mdx +++ b/editor/pages.mdx @@ -37,6 +37,8 @@ Edit content with real-time previews that show how the content looks when it is - **Add images**: Use the image component from the / menu. - **Insert links**: Select text and press Cmd + K. +The visual editor renders snippets and React components with live previews, showing exactly how they will appear when published. + See [Components](/components) documentation for the complete list of available components. ### Markdown mode