+
+
+
+
+
diff --git a/docs/src/docPages/api/commands.md b/docs/src/docPages/api/commands.md
index 61131af4..4762e50a 100644
--- a/docs/src/docPages/api/commands.md
+++ b/docs/src/docPages/api/commands.md
@@ -147,6 +147,7 @@ Have a look at all of the core commands listed below. They should give you a goo
| .lift() | Removes an existing wrap. |
| .liftEmptyBlock() | Lift block if empty. |
| .newlineInCode() | Add a newline character in code. |
+| .replace() | Replaces text with a node within a range. |
| .resetNodeAttributes() | Resets all node attributes to the default value. |
| .selectParentNode() | Select the parent node. |
| .setMark() | Add a mark with new attributes. |
diff --git a/docs/src/docPages/api/extensions/suggestion.md b/docs/src/docPages/api/extensions/suggestion.md
deleted file mode 100644
index 3539f167..00000000
--- a/docs/src/docPages/api/extensions/suggestion.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Suggestion
-
-:::pro Fund the development 💖
-We need your support to maintain, update, support and develop tiptap 2. If you’re waiting for this extension, [become a sponsor and fund open source](/sponsor).
-:::
-
-TODO
-
-- mentions (as text or as/with user ID)
-- hashtags (as text)
-- emojis (input rule with an autocomplete popup)
-- commands (can only be triggered at the beginning of a line, should trigger custom commands)
-- snippets (should be able to insert multiple paragraphs)
-- variables (should replaced when copied to external sources)
diff --git a/docs/src/docPages/api/nodes/mention.md b/docs/src/docPages/api/nodes/mention.md
index e74457ea..3d15ae56 100644
--- a/docs/src/docPages/api/nodes/mention.md
+++ b/docs/src/docPages/api/nodes/mention.md
@@ -1,7 +1,16 @@
# Mention
-:::pro Fund the development 💖
-We need your support to maintain, update, support and develop tiptap 2. If you’re waiting for this extension, [become a sponsor and fund open source](/sponsor).
-:::
+## Installation
+```bash
+# with npm
+npm install @tiptap/extension-mention
-TODO
+# with Yarn
+yarn add @tiptap/extension-mention
+```
+
+## Source code
+[packages/extension-mention/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-mention/)
+
+## Usage
+
diff --git a/docs/src/docPages/guide/node-views.md b/docs/src/docPages/guide/node-views.md
index 0d6002c7..e6fb1ee1 100644
--- a/docs/src/docPages/guide/node-views.md
+++ b/docs/src/docPages/guide/node-views.md
@@ -7,7 +7,7 @@ Node views are the best thing since sliced bread, at least if you’re a fan of