diff --git a/docusaurus/docs/cloud/projects/settings.md b/docusaurus/docs/cloud/projects/settings.md index 3b881ae017..1b28119a08 100644 --- a/docusaurus/docs/cloud/projects/settings.md +++ b/docusaurus/docs/cloud/projects/settings.md @@ -497,9 +497,9 @@ Hovering on an environment variable, either default or custom, displays the foll - **Show value** to replace the `*` characters with the actual value of a variable. - **Copy to clipboard** to copy the value of a variable. - **Actions** to access the Edit and Delete buttons. - - When editing a default variable, the *Name* cannot be modified and the *Value* can only be automatically generated using the Generate value button. Don't forget to **Save** at the end. - - When editing a custom variable, both the *Name* and *Value* can be modified by writing something new or by using the Generate value button. Don't forget to **Save** at the end. - - When deleting a variable, you will be asked to click on a **Confirm** button to confirm the deletion. + - When editing a default variable, the *Name* cannot be modified and the *Value* can only be automatically generated using the Generate value button. Don't forget to **Save**, or **Save & deploy** if you want the changes to take effect immediately. + - When editing a custom variable, both the *Name* and *Value* can be modified by writing something new or by using the Generate value button. Don't forget to **Save**, or **Save & deploy** if you want the changes to take effect immediately. + - When deleting a variable, you will be asked to confirm by selecting **Save**, or **Save & deploy** if you want the changes to take effect immediately. :::tip Use the search bar to find more quickly an environment variable in the list! @@ -518,4 +518,4 @@ Instead of creating a new custom environment variable from scratch, you can also 1. In the *Custom environment variables* section, click on the **Add variable** button. 2. Write the *Name* and *Value* of the new environment variable in the same-named fields. Alternatively, you can click on the icon to generate automatically the name and value. 3. (optional) Click on **Add another** to directly create one or more other custom environment variables. -4. Click on the **Save** button to confirm the creation of the custom environment variables. \ No newline at end of file +4. Click on the **Save** button to confirm the creation of the custom environment variables. To apply your changes immediately, click on **Save & deploy**. diff --git a/docusaurus/static/img/assets/cloud/settings-variables2.png b/docusaurus/static/img/assets/cloud/settings-variables2.png index 9716fc0055..f67cd660c1 100644 Binary files a/docusaurus/static/img/assets/cloud/settings-variables2.png and b/docusaurus/static/img/assets/cloud/settings-variables2.png differ diff --git a/docusaurus/static/img/assets/cloud/settings-variables2_DARK.png b/docusaurus/static/img/assets/cloud/settings-variables2_DARK.png index 1762eb0871..28dc13c15d 100644 Binary files a/docusaurus/static/img/assets/cloud/settings-variables2_DARK.png and b/docusaurus/static/img/assets/cloud/settings-variables2_DARK.png differ