[docs] editor API (#1328)

This PR adds a basic guide to the editor API.

### Release Note

- (docs) Add a basic guide to the editor API.
This commit is contained in:
Steve Ruiz 2023-05-07 19:10:59 +01:00 committed by GitHub
parent 15b705800f
commit 4d7770b7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 243 additions and 24 deletions

View file

@ -46,6 +46,8 @@ export const components = {
li: ListItem,
img: Image,
Small: Small,
Image,
Video,
...customComponents,
...apiComponents,
}