Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7b6a945

Browse files
committed
Merge branch 'Live-Search-install-update' of https://github.com/magento-devdocs/devdocs into Live-Search-install-update
2 parents 2f21731 + 03d38ec commit 7b6a945

File tree

158 files changed

+987
-1274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+987
-1274
lines changed

src/_data/toc/cloud-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ pages:
558558
versionless: true
559559
children:
560560
- label: Launch checklist
561-
url: /cloud/live/go-live-checklist.html
561+
url: /cloud/live/site-launch-checklist.html
562562
versionless: true
563563

564564
- label: Launch steps

src/_data/toc/php-developer-guide.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ pages:
312312
- label: Brute force attacks
313313
url: /extension-dev-guide/security/anti-brute-force.html
314314

315+
- label: CSRF
316+
url: /extension-dev-guide/security/csrf.html
317+
315318
- label: Versioning
316319
url: /extension-dev-guide/versioning/
317320
children:

src/_data/var.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mbi: Adobe Commerce Reporting
2020

2121
# Cloud product name variables
2222

23-
ece: Cloud for Adobe Commerce
23+
ece: Adobe Commerce on cloud infrastructure
2424
ece-release-date: July 29, 2021
2525
csuite: Cloud Suite for Commerce
2626

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. [Log in]({{ site.baseurl }}/cloud/onboarding/onboarding-tasks.html#admin) to the Magento Admin UI.
1+
1. [Log in]({{ site.baseurl }}/cloud/onboarding/onboarding-tasks.html#admin) to the Admin UI.

src/_includes/cloud/auth-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Because the Composer repository that contains {{site.data.var.ece}} requires authentication, you must add a file named `auth.json` to your project's root directory. This file contains your authentication keys. Without `auth.json`, the Magento software won't download.
1+
Because the Composer repository that contains {{site.data.var.ece}} requires authentication, you must add a file named `auth.json` to your project's root directory. This file contains your authentication keys. Without `auth.json`, the software won't download.
22

33
Add `auth.json` in your {{site.data.var.ece}} project root folder if there isn't one already.
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{:.bs-callout-warning}
22
This is beta documentation for functionality
3-
that will be available after the Magento 2.4 release. Content in this version
3+
that will be available after the {{site.data.var.ee}} 2.4 release. Content in this version
44
is subject to change.

src/_includes/cloud/cli-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ To get started with environment branches:
33

44
1. On your local workstation, change to your Cloud project directory.
55

6-
1. Switch to the [Magento file system owner]({{ site.baseurl }}/cloud/before/before-workspace-file-sys-owner.html).
6+
1. Switch to the [file system owner]({{ site.baseurl }}/cloud/before/before-workspace-file-sys-owner.html).
77

8-
1. Log in to your Magento project.
8+
1. Log in to your project.
99

1010
```bash
1111
magento-cloud login

src/_includes/cloud/cloud-fastly-manage-vcl-from-admin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Modify the custom VCL snippet
22

3-
1. [Log in]({{ site.baseurl }}/cloud/onboarding/onboarding-tasks.html#admin) to the Magento Admin UI.
3+
1. [Log in]({{ site.baseurl }}/cloud/onboarding/onboarding-tasks.html#admin) to the Admin UI.
44

55
1. Click **Stores** > **Settings** > **Configuration** > **Advanced** > **System**.
66

@@ -19,15 +19,15 @@ The *Custom VCL snippets* UI option shows only the snippets added through the Ad
1919

2020
## Delete the custom VCL snippet
2121

22-
You can delete custom VCL snippet code from your Fastly configuration by uploading an empty version of the snippet from the Magento Admin UI, or delete it completely using the Fastly API.
22+
You can delete custom VCL snippet code from your Fastly configuration by uploading an empty version of the snippet from the Admin UI, or delete it completely using the Fastly API.
2323

2424
- Upload an empty version of the snippet file to Fastly to remove the VCL logic from the active VCL version:
2525

2626
- Edit the snippet and delete the **VCL** snippet content.
2727
- Save the configuration.
2828
- Upload the VCL to Fastly to apply your changes.
2929

30-
- Use the Fastly API [Delete custom VCL snippet]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-vcl) operation to delete the snippet completely, or submit a Magento support ticket to request deletion.
30+
- Use the Fastly API [Delete custom VCL snippet]({{ site.baseurl }}/cloud/cdn/cloud-vcl-custom-snippets.html#manage-vcl) operation to delete the snippet completely, or submit a support ticket to request deletion.
3131

3232
[Manage custom VCL snippets]: {{site.baseurl}}/common/images/cloud/cloud-fastly-manage-snippets.png
3333
{:width="650px"}

src/_includes/cloud/cloud-fastly-prereqs-custom-vcl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
- Verify the environment configuration for the Fastly service. See [Check Fastly caching]({{ site.baseurl }}/cloud/live/stage-prod-test.html#fastly).
44

5-
- You must have Admin credentials to access the Magento Cloud Staging and Production environments.
5+
- You must have Admin credentials to access the Staging and Production environments.

src/_includes/cloud/composer-name.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Composer name of an extension
22

3-
Although this section discusses how to get the Composer name and version of an extension or module from Magento Marketplace, you can find the name and version of *any* module (whether or not you purchased it on Marketplace) in the Composer file of the module. Open the `composer.json` file in a text editor and note the `"name"` and `"version"` values.
3+
Although this section discusses how to get the Composer name and version of an extension or module from Commerce Marketplace, you can find the name and version of *any* module (whether or not you purchased it on Marketplace) in the Composer file of the module. Open the `composer.json` file in a text editor and note the `"name"` and `"version"` values.
44

55
{:.procedure}
6-
To get the Composer name of a module from the Magento Marketplace:
6+
To get the Composer name of a module from the Commerce Marketplace:
77

8-
1. Log in to [Magento Marketplace](https://marketplace.magento.com) with the username and password you used to purchase the component.
8+
1. Log in to [Commerce Marketplace](https://marketplace.magento.com) with the username and password you used to purchase the component.
99

1010
1. In the upper right corner, click **Username** > **My Account**.
1111

0 commit comments

Comments
 (0)