Skip to content

Commit

Permalink
docs: remove pro extension callout from collab docs (#3883)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenadlung authored Mar 27, 2023
1 parent aed9cb0 commit 1f2911b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/api/extensions/collaboration-cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ This extension adds information about all connected users (like their name and a

Open this page in multiple browser windows to test it.

:::pro Pro Extension
We kindly ask you to [sponsor our work](/sponsor) when using this extension in production.
:::

## Installation
```bash
npm install @tiptap/extension-collaboration-cursor
Expand Down
4 changes: 0 additions & 4 deletions docs/api/extensions/collaboration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ The Collaboration extension enables you to collaborate with others in a single d

The history works totally different in a collaborative editing setup. If you undo a change, you don’t want to undo changes of other users. To handle that behaviour this extension provides an own `undo` and `redo` command. Don’t load the default [`History`](/api/extensions/history) extension together with the Collaboration extension to avoid conflicts.

:::pro Pro Extension
We kindly ask you to [sponsor our work](/sponsor) when using this extension in production.
:::

## Installation
```bash
npm install @tiptap/extension-collaboration yjs y-websocket y-prosemirror
Expand Down

0 comments on commit 1f2911b

Please sign in to comment.