From 805f1cf9bc050a7e5a1e1f73b84311bf70cda89d Mon Sep 17 00:00:00 2001 From: Arthur Moreau Date: Wed, 18 Dec 2024 14:22:56 +0100 Subject: [PATCH] Adding notes about GitLab groups (#2323) * chore: adding notes about gitlab groups * chore: use org term --- docusaurus/docs/cloud/account/account-settings.md | 4 ++++ docusaurus/docs/cloud/getting-started/deployment-cli.md | 4 ++-- docusaurus/docs/cloud/getting-started/deployment.md | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docusaurus/docs/cloud/account/account-settings.md b/docusaurus/docs/cloud/account/account-settings.md index 836a95bb47..24a8d546c1 100644 --- a/docusaurus/docs/cloud/account/account-settings.md +++ b/docusaurus/docs/cloud/account/account-settings.md @@ -43,6 +43,10 @@ To connect a new Google, GitLab or GitHub account to your Strapi Cloud account, You can also click on the three dots button of a connected account and click on the "Manage on" button to manage your GitHub, GitLab or Google account directly on the corresponding website. +:::caution +For GitLab, Groups and Subgroups organizations are not supported at the moment. +::: + ### Deleting Strapi Cloud account You can delete your Strapi Cloud account, but it will be permanent and irreversible. All associated projects and their data will be deleted as well and the subscriptions for the projects will automatically be canceled. diff --git a/docusaurus/docs/cloud/getting-started/deployment-cli.md b/docusaurus/docs/cloud/getting-started/deployment-cli.md index cbe29b1086..b588a0ab13 100644 --- a/docusaurus/docs/cloud/getting-started/deployment-cli.md +++ b/docusaurus/docs/cloud/getting-started/deployment-cli.md @@ -17,8 +17,8 @@ This is a step-by-step guide for deploying your project on Strapi Cloud for the :::prerequisites Before you can deploy your Strapi application on Strapi Cloud using the Command Line Interface, you need to have the following prerequisites: -- Be a first-time Strapi Cloud user: you must never have deployed a project with Strapi Cloud before, and your free trial must still be available. -- Have a Google, GitHub or GitLab account. +- Have remaining free trials. +- Have a Google, GitHub or GitLab account. For GitLab, Groups and Subgroups organizations are not supported at the moment. - Have an already created Strapi project (see [Installing from CLI in the Developer Documentation](/dev-docs/installation/cli)), stored locally. The project must be less than 100MB. - Have available storage in your hard drive where the temporary folder of your operating system is stored. ::: diff --git a/docusaurus/docs/cloud/getting-started/deployment.md b/docusaurus/docs/cloud/getting-started/deployment.md index 6c6f593932..93447cd4ca 100644 --- a/docusaurus/docs/cloud/getting-started/deployment.md +++ b/docusaurus/docs/cloud/getting-started/deployment.md @@ -24,7 +24,9 @@ Before you can deploy your Strapi application on Strapi Cloud using the Cloud da * Strapi version `4.8.2` or higher * Project database must be compatible with PostgreSQL. Strapi does not support and does not recommend using any external databases, though it's possible to configure one (see [advanced database configuration](/cloud/advanced/database)). * Project(s) source code hosted on [GitHub](https://github.com) or [GitLab](https://about.gitlab.com/). The connected repository can contain multiple Strapi applications. Each Strapi app must be in a separate directory. -* Specifically for GitLab: at least have "[Maintainer](https://docs.gitlab.com/ee/user/permissions.html)" permissions for the project to import on Strapi Cloud. +* Specifically for GitLab: + * at least have "[Maintainer](https://docs.gitlab.com/ee/user/permissions.html)" permissions for the project to import on Strapi Cloud. + * Groups and Subgroups organizations are not supported at the moment. ::: ## Logging in to Strapi Cloud