From b0fdc64f69c245479d08a42c69c589a48d929291 Mon Sep 17 00:00:00 2001 From: Jamie Chicago <87397251+jamiechicago312@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:51:08 -0500 Subject: [PATCH 1/2] Update create-space.mdx Added: "Please note that while you can create a space you cannot delete a space. Having an extra, empty space will not increase the data your usage. We plan to offer the ability to delete spaces in the future." --- src/pages/how-to/create-space.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/how-to/create-space.mdx b/src/pages/how-to/create-space.mdx index a287b2b..02bad8f 100644 --- a/src/pages/how-to/create-space.mdx +++ b/src/pages/how-to/create-space.mdx @@ -6,6 +6,8 @@ In this how-to guide, you'll learn how to create a Storacha Space to organize st A Space acts as a namespace for your uploads. It is created locally, offline, and associated with a cryptographic key pair (identified by the [`did:key`](https://w3c-ccg.github.io/did-method-key/) of the public key). You can register this Space with your [storacha account](/how-to/create-account/) to take responsibility for the uploads in the space. Once you do this, you don't need to worry about keeping track of the Space's private key, because your Storacha account has been authorized to use the Space. +Please note that while you can create a space you cannot delete a space. Having an extra, empty space will not increase the data your usage. We plan to offer the ability to delete spaces in the future. + ## Using the CLI The easiest way to create and register a Space is by using the CLI. From aae74baa911243072ff5a96c75b42ced0198f5f8 Mon Sep 17 00:00:00 2001 From: Jamie Chicago <87397251+jamiechicago312@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:04:52 -0500 Subject: [PATCH 2/2] fix: grammar src/pages/how-to/create-space.mdx Adjust wording to be more clear Co-authored-by: Travis Vachon --- src/pages/how-to/create-space.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/how-to/create-space.mdx b/src/pages/how-to/create-space.mdx index 02bad8f..c10b68c 100644 --- a/src/pages/how-to/create-space.mdx +++ b/src/pages/how-to/create-space.mdx @@ -6,7 +6,7 @@ In this how-to guide, you'll learn how to create a Storacha Space to organize st A Space acts as a namespace for your uploads. It is created locally, offline, and associated with a cryptographic key pair (identified by the [`did:key`](https://w3c-ccg.github.io/did-method-key/) of the public key). You can register this Space with your [storacha account](/how-to/create-account/) to take responsibility for the uploads in the space. Once you do this, you don't need to worry about keeping track of the Space's private key, because your Storacha account has been authorized to use the Space. -Please note that while you can create a space you cannot delete a space. Having an extra, empty space will not increase the data your usage. We plan to offer the ability to delete spaces in the future. +Please note that while you can create a space you cannot delete a space. Having an extra, empty space will not increase your billed data usage. We plan to offer the ability to delete spaces in the future. ## Using the CLI