Skip to content

Commit 8a1e12a

Browse files
committed
Ran pnpm gen
1 parent 7237856 commit 8a1e12a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/07-collaboration/09-versioning/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta charset="UTF-8" />
44
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
5-
<title>Collaborative Editing with Versioning</title>
5+
<title>Collaborative Editing Features Showcase</title>
66
<script>
77
<!-- AUTO-GENERATED FILE, DO NOT EDIT DIRECTLY -->
88
</script>

playground/src/examples.gen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,12 +1627,12 @@
16271627
"yjs": "^13.6.27"
16281628
} as any
16291629
},
1630-
"title": "Collaborative Editing with Versioning",
1630+
"title": "Collaborative Editing Features Showcase",
16311631
"group": {
16321632
"pathFromRoot": "examples/07-collaboration",
16331633
"slug": "collaboration"
16341634
},
1635-
"readme": "In this example, we can save snapshots of the document that we can later preview and revert to. \n\n**Try it out:** Press the save button in the versioning sidebar to save a document snapshot!\n\n**Relevant Docs:**\n\n- [Editor Setup](/docs/getting-started/editor-setup)"
1635+
"readme": "In this example, you can play with all of the collaboration features BlockNote has to offer:\n\n**Comments**: Add comments to parts of the document - other users can then view, reply to, react to, and resolve them.\n\n**Versioning**: Save snapshots of the document - later preview saved snapshots and restore them to ensure work is never lost.\n\n**Suggestions**: Suggest changes directly in the editor - users can choose to then apply or reject those changes.\n\n**Relevant Docs:**\n\n- [Editor Setup](/docs/getting-started/editor-setup)\n- [Comments](/docs/features/collaboration/comments)\n- [Real-time collaboration](/docs/features/collaboration)"
16361636
}
16371637
]
16381638
},

0 commit comments

Comments
 (0)