diff --git a/docusaurus/docs/cloud/projects/settings.md b/docusaurus/docs/cloud/projects/settings.md index e4086ae09a..fd86fa7241 100644 --- a/docusaurus/docs/cloud/projects/settings.md +++ b/docusaurus/docs/cloud/projects/settings.md @@ -23,13 +23,13 @@ The settings' menu on the left side of the interface is separated into 2 categor ## Project-level settings There are 5 tabs available for the project's settings: -- ![General icon](/img/assets/icons/Faders.svg) [*General (project)*](#general), +- ![General icon](/img/assets/icons/Faders.svg) [*General*](#general), - ![Environments icon](/img/assets/icons/v5/Stack.svg) [*Environments*](#environments), - ![Billing & Usage icon](/img/assets/icons/CreditCard.svg) [*Billing & Usage*](#billing--usage), - ![Plans icon](/img/assets/icons/MapTrifold.svg) [Plans](#plans), - and ![Invoices icon](/img/assets/icons/Invoice.svg) [Invoices](#invoices). -### General (project) +### General The ![General icon](/img/assets/icons/Faders.svg) *General* tab for the project-level settings enables you to check and update the following options for the project: @@ -235,20 +235,20 @@ In the *Profile > Invoices* tab, you will find the complete list of invoices for In the project's environments' settings, you first need to select the environment whose settings you would like to configure, using the dropdown. Depending on the chosen environment, there are 3 to 4 tabs available: -- ![General icon](/img/assets/icons/Faders.svg) [*General (environment)*](#general), +- ![General icon](/img/assets/icons/Faders.svg) [*Configuration*](#configuration), - ![Backups icon](/img/assets/icons/ArrowClockwise.svg) [*Backups*](#backups), which are only available for the production environment, - ![Domains icon](/img/assets/icons/Browsers.svg) [*Domains*](#domains), - and ![Variables icon](/img/assets/icons/code2.svg) [*Variables*](#variables). -### General (environment) +### Configuration -The ![General icon](/img/assets/icons/Faders.svg) *General* tab for the environment-level settings enables you to check and update the following options for the project: +The ![General icon](/img/assets/icons/Faders.svg) *Configuration* tab for the environment-level settings enables you to check and update the following options for the project: - *Basic information*, to see: - the name of your Strapi Cloud project's environment. The environment name is set when it is created and cannot be modified afterwards. - the Node version of the environment: to change the Node version of the project (see [Modifying Node version](#modifying-node-version)). - the app's internal name for the environment, which can be useful for debug & support purposes. -- *Connect branch*: to change the branch of the GitHub repository used for your environment (see [Editing Git branch](#editing-git-branch)). Also allows to enable/disable the "deploy on push" option. +- *Connected branch*: to change the branch of the GitHub repository used for your environment (see [Editing Git branch](#editing-git-branch)). Also allows to enable/disable the "deploy on push" option. - *Danger zone*: to reset or permanently delete your Strapi Cloud project's environment (see [Resetting & Deleting environment](#resetting--deleting-environment)).