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

Commit 20ecd80

Browse files
committed
Merge branch 'master' of github.com:magento/devdocs into kh_update-msi-tutorial
2 parents b1ee7dc + 5732faf commit 20ecd80

Some content is hidden

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

42 files changed

+223
-103
lines changed

_data/toc/magento-functional-testing-framework-guide-2_3.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
label: Magento Functional Testing Framework Guide version 2.3
2-
versionless: true
32
pages:
43

54
- label: Introduction
@@ -72,6 +71,10 @@ pages:
7271
url: /mftf/2.3/reporting.html
7372
versionless: true
7473

74+
- label: Credentials
75+
url: /mftf/2.3/credentials.html
76+
versionless: true
77+
7578
- label: Configuration
7679
url: /mftf/2.3/configuration.html
7780
versionless: true

_includes/cloud/new-project-from-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. Access your account. You can open the email you received from Magento Cloud (accounts@magento.cloud) and click the _Access your project now_ link. Or you can log in to [your Magento Commerce account](https://accounts.magento.cloud).
1+
1. Access your account. You can open the email you received from Magento Cloud (accounts@magento.cloud) and click the _Access your project now_ link. Or you can log in to [your {{site.data.var.ee}} account](https://accounts.magento.cloud).
22
2. Click the _This project has no code yet_ link next to the Project name.
33

44
![Project without code]({{ site.baseurl }}/common/images/cloud_project_empty.png)

_includes/cloud/patch.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
This topic discusses how to test patches to your Magento Commerce (Cloud) system locally before you push them to the remote server. We strongly recommend you test patches locally so you can identify and resolve any issues.
1+
This topic discusses how to test patches to your {{site.data.var.ece}} system locally before you push them to the remote server. We strongly recommend you test patches locally so you can identify and resolve any issues.
22

3-
When you perform a Magento Commerce upgrade, you automatically upgrade with patches and hotfixes through the `composer update` command. If you upgrade a Cloud patch without upgrading the full Magento Commerce application, see [Upgrade a Magento Commerce patch](#upgrade-patch). To upgrade and test a full Magento Commerce version (including patches and hotfixes), see [Upgrade and test Magento Commerce]({{ page.baseurl }}/cloud/project/project-upgrade.html).
3+
When you perform a {{site.data.var.ee}} upgrade, you automatically upgrade with patches and hotfixes through the `composer update` command. If you upgrade a Cloud patch without upgrading the full {{site.data.var.ee}} application, see [Upgrade a {{site.data.var.ee}} patch](#upgrade-patch). To upgrade and test a full {{site.data.var.ee}} version (including patches and hotfixes), see [Upgrade and test {{site.data.var.ee}}]({{ page.baseurl }}/cloud/project/project-upgrade.html).
44

55
{: .bs-callout .bs-callout-info}
6-
We recommend installing full Magento Commerce upgrades for important security updates. Full upgrades include all associated patches and hotfixes.
6+
We recommend installing full {{site.data.var.ee}} upgrades for important security updates. Full upgrades include all associated patches and hotfixes.
77

88
There are two types of patches:
99

1010
* [General patches](#cloud-patch-gen)
1111

12-
These patches are provided for all Magento Commerce customers in a GitHub repository that's referenced in your `composer.json`. We apply these patches automatically during the build phase.
12+
These patches are provided for all {{site.data.var.ee}} customers in a GitHub repository that's referenced in your `composer.json`. We apply these patches automatically during the build phase.
1313

1414
To install general patches, use `composer update`, test your system, and push the patches to the remote server.
1515

@@ -24,9 +24,9 @@ Always test a patch your local system. When complete, push the local Git branch
2424

2525
For more information on Composer, see [Composer in Cloud]({{ page.baseurl }}/cloud/reference/cloud-composer.html).
2626

27-
## Upgrade a Magento Commerce patch {#upgrade-patch}
27+
## Upgrade a {{site.data.var.ee}} patch {#upgrade-patch}
2828

29-
When you perform a Magento Commerce upgrade, you automatically upgrade with patches and hotfixes through the `composer update` command.
29+
When you perform a {{site.data.var.ee}} upgrade, you automatically upgrade with patches and hotfixes through the `composer update` command.
3030

3131
### Back up the database
3232

@@ -68,7 +68,7 @@ Verify other changes you're going to submit to source control before you start t
6868

6969
composer update
7070

71-
This command automatically upgrades for patches associated to the installed Magento Commerce version.
71+
This command automatically upgrades for patches associated to the installed {{site.data.var.ee}} version.
7272

7373
4. Add, commit, and push your changes to initiate a deployment:
7474

@@ -78,13 +78,13 @@ Verify other changes you're going to submit to source control before you start t
7878

7979
`git add -A` is required to add all changed files to source control because of the way Composer marshals base packages.
8080

81-
The files Composer marshals belong to the new version of Magento, to overwrite the outdated version of those same files. Currently, marshaling is disabled in Magento Commerce, so you must add the marshaled files to source control.
81+
The files Composer marshals belong to the new version of Magento, to overwrite the outdated version of those same files. Currently, marshaling is disabled in {{site.data.var.ee}}, so you must add the marshaled files to source control.
8282

8383
5. Wait for deployment to complete.
8484

8585
## Test general patches {#cloud-patch-gen}
8686

87-
*General patches* are provided for all Magento Commerce customers in a repository referenced in your `composer.json`. We apply patches automatically during the build phase when a patch is available. The procedure discussed in this section enables to you test a patch locally anytime you choose.
87+
*General patches* are provided for all {{site.data.var.ee}} customers in a repository referenced in your `composer.json`. We apply patches automatically during the build phase when a patch is available. The procedure discussed in this section enables to you test a patch locally anytime you choose.
8888

8989
The procedure you use is slightly different, depending on the type of environment, see [Pro architecture]({{ page.baseurl }}/cloud/architecture/pro-architecture.html#cloud-arch-int).
9090

_includes/config/message-queue-consumers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async.operations.all
2121
To start message queue consumers:
2222

2323
```bash
24-
/bin/magento queue:consumers:start [--max-messages=<value>] [--batch-size=<value>] [--pid-file-path=<value>] <consumer_name>
24+
bin/magento queue:consumers:start [--max-messages=<value>] [--batch-size=<value>] [--pid-file-path=<value>] <consumer_name>
2525
```
2626

2727
The following table explains this command’s options, parameters, and values.

_layouts/redoc.html

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,51 @@
11
{% include layout/header.html %}
22

33
<div class="content-container">
4-
{{ content }}
4+
<div id="redoc-container"></div>
55
</div>
66

7+
<script src="https://cdn.jsdelivr.net/npm/redoc@2.0.0-alpha.41/bundles/redoc.standalone.js"> </script>
8+
<script>
9+
Redoc.init('{{ page.specUrl }}', {
10+
scrollYOffset: '.site-nav',
11+
hideHostname: true,
12+
sortPropsAlphabetically: true,
13+
pathInMiddlePanel: true,
14+
hideDownloadButton: true,
15+
showExtensions: true,
16+
nativeScrollbars: true,
17+
lazyRendering: true,
18+
theme: {
19+
colors: {
20+
tonalOffset: 0.2,
21+
primary: {
22+
main: '#2b2b2c',
23+
},
24+
success: {
25+
main: '#008000',
26+
light: '#ecf7ed',
27+
},
28+
error: {
29+
main: '#cc0000',
30+
},
31+
responses: {
32+
success: {
33+
backgroundColor: '#ecf7ed',
34+
},
35+
error: {
36+
backgroundColor: '#ffebeb',
37+
}
38+
}
39+
},
40+
typography: {
41+
fontFamily: '',
42+
headings: {
43+
fontFamily: '',
44+
}
45+
},
46+
}
47+
}, document.getElementById('redoc-container'))
48+
49+
</script>
50+
751
{% include layout/footer.html %}

guides/v2.1/cloud/basic-information/starter-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Each service runs in its own secure container. Containers are managed together i
8080
* Git
8181
* Secure Shell (SSH)
8282

83-
You can even have multiple applications running in the same project. Building a microservice oriented architecture with Magento Commerce is as easy as managing a monolithic application.
83+
You can even have multiple applications running in the same project. Building a microservice oriented architecture with {{site.data.var.ee}} is as easy as managing a monolithic application.
8484

8585
### Software versions {#cloud-arch-software}
8686

guides/v2.1/cloud/before/before-setup-env-2_clone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ functional_areas:
2020
#### Previous step:
2121
[Set up the Magento file system owner]({{ page.baseurl }}/cloud/before/before-workspace-file-sys-owner.html)
2222

23-
The Magento Commerce project is a Git repository of Magento code with a master origin. Develop your custom code and add extensions in one of eight active Git branches in your local. Each active environment includes a database and services to fully access the Magento site and store in the Integration environment.
23+
The {{site.data.var.ee}} project is a Git repository of Magento code with a master origin. Develop your custom code and add extensions in one of eight active Git branches in your local. Each active environment includes a database and services to fully access the Magento site and store in the Integration environment.
2424

2525
To begin, you need to clone the `master` environment to your local and add the Magento Admin URL, username, and password (to include with all branches). If you are new to Git workflow, processes, and commands, see Git [documentation](https://git-scm.com/documentation).
2626

@@ -70,7 +70,7 @@ To clone the project's `master` environment to your local:
7070

7171
We recommend changing the following variables for the Magento Admin URL and administrator account. You should configure these settings for security reasons prior to branching from the cloned `master`. If you change the variables in the `master` branch, you only have to make these changes once. All branches inherit the variables from `master`.
7272

73-
* `ADMIN_EMAIL`: The email address for the administrative user. This value is required for upgrading and patching Magento Commerce (Cloud) and is used to send password reset emails.
73+
* `ADMIN_EMAIL`: The email address for the administrative user. This value is required for upgrading and patching {{site.data.var.ece}} and is used to send password reset emails.
7474
* `ADMIN_USERNAME`: Username for the administrative user. The administrative user
7575
can create other users, including other administrative users. The default
7676
hardcoded username is the Project Owner email address. You can use this value, or change it to another secure username.

guides/v2.1/cloud/before/before-setup-env-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ To verify the Integration master branch environment, log into the Project Web In
202202

203203
With these steps completed, you should have:
204204

205-
* Magento Commerce account and initial project setup and master branch
205+
* A {{site.data.var.ee}} account and initial project setup and master branch
206206
* A local workspace configured with installations of required software, Magento Cloud CLI, and Magento
207207
* SSH keys set up
208208
* The Magento file system owner configured

guides/v2.1/cloud/before/before-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This section walks through the steps for first time merchants with Magento, Mage
2323

2424
## Set up an account {#newaccount}
2525

26-
To begin working with a project and develop your store, you should have received an e-mail invitation to [create a Magento Commerce (Cloud) account](https://accounts.magento.cloud). The account provides access to your project for Magento development and deployment across all supported environments.
26+
To begin working with a project and develop your store, you should have received an e-mail invitation to [create a {{site.data.var.ece}} account](https://accounts.magento.cloud). The account provides access to your project for Magento development and deployment across all supported environments.
2727

2828
You should receive an e-mail invitation to verify and access the project. If you don't see the invitation, check your junk e-mail folder. Click the **Verify my account** option in the email to verify and access your project account.
2929

guides/v2.1/cloud/composer-packages/patch-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
group: cloud-guide
3-
title: Magento Commerce (Cloud) package updates
3+
title: Magento Commerce Cloud package updates
44
functional_areas:
55
- Cloud
66
- Setup

0 commit comments

Comments
 (0)