diff --git a/packages/projects-docs/pages/learn/devboxes/_meta.json b/packages/projects-docs/pages/learn/devboxes/_meta.json index 6ab960f8..0b071eb5 100644 --- a/packages/projects-docs/pages/learn/devboxes/_meta.json +++ b/packages/projects-docs/pages/learn/devboxes/_meta.json @@ -1,6 +1,7 @@ { "overview": "Overview", "your-first-sandbox": "Getting Started", + "drafts": "Drafts", "embedding": "Embedding", "secrets": { "title": "Secrets", diff --git a/packages/projects-docs/pages/learn/devboxes/drafts.mdx b/packages/projects-docs/pages/learn/devboxes/drafts.mdx new file mode 100644 index 00000000..635dc9ad --- /dev/null +++ b/packages/projects-docs/pages/learn/devboxes/drafts.mdx @@ -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. \ No newline at end of file diff --git a/packages/projects-docs/pages/learn/sandboxes/drafts.mdx b/packages/projects-docs/pages/learn/sandboxes/drafts.mdx index ee691675..635dc9ad 100644 --- a/packages/projects-docs/pages/learn/sandboxes/drafts.mdx +++ b/packages/projects-docs/pages/learn/sandboxes/drafts.mdx @@ -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.