diff --git a/packages/docs/content/docs/beta-features.mdx b/packages/docs/content/docs/beta-features.mdx
index dc0d16e9..89d5a517 100644
--- a/packages/docs/content/docs/beta-features.mdx
+++ b/packages/docs/content/docs/beta-features.mdx
@@ -197,9 +197,3 @@ See [Gitea Backend](/docs/gitea-backend) for more information.
Netlify Large Media allows you to store your media files outside of your git backend. This is helpful if you are trying to store large media files.
See [Netlify Large Media](/docs/netlify-large-media) for more information.
-
-## Live Previews
-
-For react based projects, such as [NextJS](https://nestjs.com/), you can now utilize live preivews.
-
-See [Live Previews](/docs/live-previews) for more information.
diff --git a/packages/docs/content/docs/live-previews.mdx b/packages/docs/content/docs/live-previews.mdx
deleted file mode 100644
index 6ba96676..00000000
--- a/packages/docs/content/docs/live-previews.mdx
+++ /dev/null
@@ -1,28 +0,0 @@
----
-group: Customization
-title: Live Previews
-beta: true
-weight: 51
----
-
-Live previews are an experimental feature introduced in `v3` to provide updates on a live page of your website while you update the content in your CMS. Currently this feature only works with react based projects, such as [NextJS](https://nestjs.com/).
-
-## Getting Started
-
-You can turn on live previews for either the whole CMS, individual collections or individual files in a collection.
-
-Simply update your `editor` config with a url template for the live editor to use to load your live pages.
-
-
-
-```yaml
-
-```
-
-```javascript
-editor: {
- live_preview: ''
-}
-```
-
-
diff --git a/packages/docs/content/docs/migration-guide-v3.mdx b/packages/docs/content/docs/migration-guide-v3.mdx
index 48fafbb8..9c5cb351 100644
--- a/packages/docs/content/docs/migration-guide-v3.mdx
+++ b/packages/docs/content/docs/migration-guide-v3.mdx
@@ -7,7 +7,6 @@ weight: 101
Static CMS v3 introduces:
- Mobile support
- Depedent fields (see [Field Conditions](/docs/widgets#field-conditions) for more information)
-- Live previews for react based projects (see [Live Previews](/docs/live-previews) for more information)
In this guide, we will walk you through the steps for upgrading to Static CMS v3.