Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicating Drafts guidance/explanation to Devboxes section #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/projects-docs/pages/learn/devboxes/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"overview": "Overview",
"your-first-sandbox": "Getting Started",
"drafts": "Drafts",
"embedding": "Embedding",
"secrets": {
"title": "Secrets",
Expand Down
16 changes: 16 additions & 0 deletions packages/projects-docs/pages/learn/devboxes/drafts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Drafts
description: How CodeSandbox personal drafts work.
---

# Drafts
Workspace members have access to a personal drafts section in every workspace to which they belong. Drafts are intended to provide a private space to test ideas before sharing them with the workspace.

All drafts are private and only editable by their creator. Once a draft is moved out of the drafts folder, it becomes editable by anyone in the workspace.

## Subscriptions and limits
Members of Free workspaces can create up to 10 drafts, while in Pro workspaces, every workspace member has access to an unlimited number.

**Note**:
If you had more than 10 drafts in the drafts folder when the draft restrictions were put in place, all old drafts would be marked as `restricted`, meaning that they are `read-only` until their owner updates their privacy.
This ensures that any Sandboxes that have been shared via embeds do not break until the owner has time to move the Sandbox to a workspace folder where sharing is encouraged.
6 changes: 3 additions & 3 deletions packages/projects-docs/pages/learn/sandboxes/drafts.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Drafts
description: How CodeSandbox personal Sandbox drafts work.
description: How CodeSandbox personal drafts work.
---

# Drafts
Workspace members have access to a personal Sandbox drafts section in every workspace to which they belong. Drafts are intended to provide a private space to test ideas before sharing them with the workspace.
Workspace members have access to a personal drafts section in every workspace to which they belong. Drafts are intended to provide a private space to test ideas before sharing them with the workspace.

All drafts are private and only editable by their creator. Once a draft is moved out of the drafts folder, it becomes editable by anyone in the workspace.

## Subscriptions and limits
Members of Free workspaces can create up to 10 Sandbox drafts, while in Pro workspaces, every workspace member has access to an unlimited number.
Members of Free workspaces can create up to 10 drafts, while in Pro workspaces, every workspace member has access to an unlimited number.

**Note**:
If you had more than 10 drafts in the drafts folder when the draft restrictions were put in place, all old drafts would be marked as `restricted`, meaning that they are `read-only` until their owner updates their privacy.
Expand Down
Loading