chore: docs stubbing

This commit is contained in:
James
2023-10-06 10:20:44 -04:00
parent c2a99c8edc
commit 78d6643950
15 changed files with 152 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
---
title: Implementing Live Preview in your app
label: Frontend Implementation
order: 20
desc: NEED TO WRITE
keywords: NEED TO WRITE
---
- Talk about in detail how it works on the frontend
- How you should write your frontend to be "safe" and not break if there is no data filled in a required field, etc.
- Your UI should be reactive to new props
- Loading states
- Etc.

View File

@@ -0,0 +1,13 @@
---
title: Live Preview
label: Overview
order: 10
desc: NEED TO WRITE
keywords: NEED TO WRITE
---
TODO: write docs here
- Show screenshot of the usage
- Talk about how it works at a high level
- Talk about the property on `collectionConfig.admin`
- Talk about the React hook, and the subsequent package that it relies on which can be used for other frameworks