From 602dc69a64e7020880ea0e11ef1fdf0f2fd00222 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 05:43:58 +0000 Subject: [PATCH 1/4] TinaCMS content update --- content/docs/tina-cloud/beta-migration.mdx | 26 ++++++++++++---------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/content/docs/tina-cloud/beta-migration.mdx b/content/docs/tina-cloud/beta-migration.mdx index 304ba1e5f..df982a9d9 100644 --- a/content/docs/tina-cloud/beta-migration.mdx +++ b/content/docs/tina-cloud/beta-migration.mdx @@ -1,7 +1,11 @@ --- title: Upgrading from Alpha to Beta +next: '' +previous: '' --- +> Tina is currently in full release. While the content of this page may still be useful, we recommend using later versions of Tina. + ## Beta Changes Aside from some user interface improvements in the TinaCloud Dashboard, we've also been making a bunch of changes @@ -9,7 +13,7 @@ under the hood. One of the biggest of these changes is how we handle user accoun Previously when you created a TinaCloud account you were creating an **organization** that you accessed at `https://OrgName.tina.io`. We thought that giving each organization its own unique subdomain and pool of users would be neat, but after spending some time in that paradigm it turned out to be a lot of added complexity that didn't add much value. -With the release of the beta we're moving user accounts to the forefront. Whenever you create a TinaCloud account you'll always access it at https://app.tina.io. This means that even +With the release of the beta we're moving user accounts to the forefront. Whenever you create a TinaCloud account you'll always access it at [https://app.tina.io](https://app.tina.io). This means that even if you are part of multiple organizations, you'll only have a single Tina account. > Tools for creating/managing organizations within TinaCloud accounts are coming. For now we create a default organization, which you'll still be able to invite users to. @@ -20,9 +24,9 @@ Since we're changing how user accounts work within TinaCloud, existing alpha use ### Recreate your TinaCloud Account -- Head to https://app.tina.io and sign up for a new account. -- Log in to your newly created account [recreate any existing **Apps**](/docs/tina-cloud/dashboard/#apps). -- Invite any users to your newly created account. +* Head to [https://app.tina.io](https://app.tina.io) and sign up for a new account. +* Log in to your newly created account [recreate any existing projects](/docs/tina-cloud/dashboard/projects/). +* Invite any users to your newly created account. ### Update your TinaCloud site @@ -32,21 +36,19 @@ Since we're changing how user accounts work within TinaCloud, existing alpha use yarn remove tina-graphql-gateway-cli tina-graphql-gateway ``` -2. Add the new Tina dependencies. +1. Add the new Tina dependencies. ``` yarn add tinacms @tinacms/auth yarn add -D @tinacms/cli ``` -3. Change any existing import from `tina-graphql-gateway` to `tinacms`. - -4. Update `package.json`. Replace `yarn tina-gql` calls with `yarn tinacms`. - -5. Update your site's environment variables. +1. Change any existing import from `tina-graphql-gateway` to `tinacms`. +2. Update `package.json`. Replace `yarn tina-gql` calls with `yarn tinacms`. +3. Update your site's environment variables. -- Delete `NEXT_PUBLIC_ORGANIZATION_NAME` -- Change `NEXT_PUBLIC_TINA_CLIENT_ID` to the Client ID found in your new TinaCloud Account. +* Delete `NEXT_PUBLIC_ORGANIZATION_NAME` +* Change `NEXT_PUBLIC_TINA_CLIENT_ID` to the Client ID found in your new TinaCloud Account. That's it! With any luck you should be able to keep working on your Tina enabled site the same as before. We're not expecting to have to repeat this process when we make it to our first full release. From 786ca0ce503d7b92d9606768795cc33bcee0173a Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 23:09:23 +0000 Subject: [PATCH 2/4] TinaCMS content update --- content/docs/tina-cloud/beta-migration.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/tina-cloud/beta-migration.mdx b/content/docs/tina-cloud/beta-migration.mdx index df982a9d9..3eb506990 100644 --- a/content/docs/tina-cloud/beta-migration.mdx +++ b/content/docs/tina-cloud/beta-migration.mdx @@ -1,10 +1,11 @@ --- title: Upgrading from Alpha to Beta +last_edited: '2024-09-11T23:09:22.865Z' next: '' previous: '' --- -> Tina is currently in full release. While the content of this page may still be useful, we recommend using later versions of Tina. + ## Beta Changes From 0f80c932b9155bbed88b5a54d2cd4979e5da4855 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 05:31:33 +0000 Subject: [PATCH 3/4] TinaCMS content update --- content/docs/tina-cloud/beta-migration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/tina-cloud/beta-migration.mdx b/content/docs/tina-cloud/beta-migration.mdx index 3eb506990..95e9a832b 100644 --- a/content/docs/tina-cloud/beta-migration.mdx +++ b/content/docs/tina-cloud/beta-migration.mdx @@ -1,11 +1,11 @@ --- title: Upgrading from Alpha to Beta -last_edited: '2024-09-11T23:09:22.865Z' +last_edited: '2024-09-17T05:31:32.796Z' next: '' previous: '' --- - + ## Beta Changes From c87c6f89baa30b5bedba239b3a850e249a3354fa Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 05:31:52 +0000 Subject: [PATCH 4/4] TinaCMS content update --- content/docs/tina-cloud/beta-migration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/tina-cloud/beta-migration.mdx b/content/docs/tina-cloud/beta-migration.mdx index 95e9a832b..53fa04e3a 100644 --- a/content/docs/tina-cloud/beta-migration.mdx +++ b/content/docs/tina-cloud/beta-migration.mdx @@ -1,11 +1,11 @@ --- title: Upgrading from Alpha to Beta -last_edited: '2024-09-17T05:31:32.796Z' +last_edited: '2024-09-17T05:31:51.681Z' next: '' previous: '' --- - + ## Beta Changes