This commit is contained in:
Daniel Lautzenheiser 2023-08-01 12:16:46 -04:00
parent 6ba75fe9fa
commit 9c05f83872
3 changed files with 0 additions and 35 deletions

View File

@ -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.

View File

@ -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.
<CodeTabs>
```yaml
```
```javascript
editor: {
live_preview: ''
}
```
</CodeTabs>

View File

@ -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 <BetaImage /> (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.