Skip to content

Commit 805f1cf

Browse files
authored
Adding notes about GitLab groups (#2323)
* chore: adding notes about gitlab groups * chore: use org term
1 parent 1820cb9 commit 805f1cf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docusaurus/docs/cloud/account/account-settings.md

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ To connect a new Google, GitLab or GitHub account to your Strapi Cloud account,
4343

4444
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.
4545

46+
:::caution
47+
For GitLab, Groups and Subgroups organizations are not supported at the moment.
48+
:::
49+
4650
### Deleting Strapi Cloud account
4751

4852
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.

docusaurus/docs/cloud/getting-started/deployment-cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ This is a step-by-step guide for deploying your project on Strapi Cloud for the
1717
:::prerequisites
1818
Before you can deploy your Strapi application on Strapi Cloud using the Command Line Interface, you need to have the following prerequisites:
1919

20-
- 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.
21-
- Have a Google, GitHub or GitLab account.
20+
- Have remaining free trials.
21+
- Have a Google, GitHub or GitLab account. For GitLab, Groups and Subgroups organizations are not supported at the moment.
2222
- 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.
2323
- Have available storage in your hard drive where the temporary folder of your operating system is stored.
2424
:::

docusaurus/docs/cloud/getting-started/deployment.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Before you can deploy your Strapi application on Strapi Cloud using the Cloud da
2424
* Strapi version `4.8.2` or higher
2525
* 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)).
2626
* 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.
27-
* Specifically for GitLab: at least have "[Maintainer](https://docs.gitlab.com/ee/user/permissions.html)" permissions for the project to import on Strapi Cloud.
27+
* Specifically for GitLab:
28+
* at least have "[Maintainer](https://docs.gitlab.com/ee/user/permissions.html)" permissions for the project to import on Strapi Cloud.
29+
* Groups and Subgroups organizations are not supported at the moment.
2830
:::
2931

3032
## Logging in to Strapi Cloud

0 commit comments

Comments
 (0)