Skip to content

Commit 18e6ad2

Browse files
committed
chore: mark real-time collaboration as planned
1 parent a2e9b51 commit 18e6ad2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/docs/pages/cloud.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default function Cloud() {
3636
emoji="🙌"
3737
title="Real-time collaboration"
3838
description="Work together in the same editor, see updates instantly, and avoid merge conflicts. Collaboration that actually feels seamless."
39+
planned={true}
3940
/>
4041
<FeatureItemCompact
4142
emoji=""
8.08 KB
Loading

packages/docs/src/PlanGroup/PlanGroup.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const PlanGroup: FC = () => (
2727
{ label: '3 Editor Seats', caption: '+ then $5 per seat' },
2828
{ label: 'Unlimited Bandwidth' },
2929
{ label: 'Unlimited Page Views' },
30-
{ label: 'Real-time Collaboration' },
30+
{ label: 'Real-time Collaboration', planned: true },
3131
{ label: 'Version History with Time-travel', planned: true },
3232
]}
3333
recommended={true}
@@ -42,7 +42,7 @@ export const PlanGroup: FC = () => (
4242
{ label: 'Unlimited Editor Seats' },
4343
{ label: 'Unlimited Bandwidth' },
4444
{ label: 'Unlimited Page Views' },
45-
{ label: 'Real-time Collaboration' },
45+
{ label: 'Real-time Collaboration', planned: true },
4646
{ label: 'Version History with Time-travel', planned: true },
4747
{ label: 'Templates for Repeated Patterns', planned: true },
4848
]}

0 commit comments

Comments
 (0)