docs: update content

This commit is contained in:
Hans Pagel
2020-12-10 15:56:18 +01:00
parent e39bdf0ecb
commit f5ec27c848
4 changed files with 13 additions and 4 deletions

View File

@@ -199,9 +199,14 @@ Yes, its magic. As already mentioned, that is all based on the fantastic Y.js
## Store the content
Our collaborative editing backend is ready to handle advanced use cases, like authorization, persistence and scaling. Lets go through a few common use cases here!
:::pro Backend as a Service (Paid)
Dont want to wrap your head around the backend part? No worries, we offer a managed backend. For less than 1.000 documents, its $49/month (VAT may apply) and probably saves you a ton of time. Send us an email to [humans@tiptap.dev](mailto:humans@tiptap.dev) for further details.
:::warning Work in progress
Our plug & play collaboration backend hocuspocus is still work in progress. Were setting up a dedicated website and documentation, and need to add one or two features before publishing it.
If you want to give it a try, send us an email to humans@tiptap.dev to receive early access.
:::
<!-- :::pro Backend as a Service (Paid)
Dont want to wrap your head around the backend part? No worries, we offer a managed backend. For less than 1.000 documents, its $49/month (VAT may apply) and probably saves you a ton of time. Send us an email to [humans@tiptap.dev](mailto:humans@tiptap.dev) for further details.
::: -->
### The document name
The document name is `'example-document'` in all examples here, but it could be any string. In a real-world app youd probably add the name of your entity, the ID of the entity and in some cases even the field (if you have multiple fields that you want to make collaborative). Here is how that could look like for a CMS:

View File

@@ -30,6 +30,8 @@ TODO
<demo name="Guide/NodeViews/TableOfContents" />
<demo name="Examples/Drawing" />
### Advanced node views with content
```html