Skip to content

Commit

Permalink
Adding notes about GitLab groups (#2323)
Browse files Browse the repository at this point in the history
* chore: adding notes about gitlab groups

* chore: use org term
  • Loading branch information
kibwashere authored Dec 18, 2024
1 parent 1820cb9 commit 805f1cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docusaurus/docs/cloud/account/account-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docusaurus/docs/cloud/getting-started/deployment-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
Expand Down
4 changes: 3 additions & 1 deletion docusaurus/docs/cloud/getting-started/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 805f1cf

Please sign in to comment.