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

Commit e8dbb2c

Browse files
authored
Merge pull request magento-devdocs/devdocs#2654 from magento-devdocs/hg-Nov21-imports
Nov21 fixes and imports
2 parents 0cf011e + 80c331d commit e8dbb2c

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-6
lines changed

src/_includes/install/patch/quality-patch-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ The [Quality Patches Tool](https://github.com/magento/quality-patches) delivers
22

33
{:.bs-callout-info}
44
See [Apply patches]({{ site.baseurl }}/quality-patches/usage.html) for instructions on applying patches to your {{ site.data.var.ee }} or {{ site.data.var.ce }} projects.
5-
See [Patches available in the Quality Patches Tool](https://support.magento.com/hc/en-us/sections/360010506631-Patches-available-in-MQP-tool-) for additional patch details.
5+
See [Available Patches]({{ site.baseurl }}/quality-patches/tool.html#patch-grid) in the _Software Update Guide_ to review a full list of released patches.

src/cloud/project/manage-disk-space.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The `.magento/services.yaml` file controls the disk space available to each serv
135135
{:.procedure}
136136
To increase disk space for a service:
137137

138-
1. In your local development environment, open the `.magento/service.yaml` configuration file.
138+
1. In your local development environment, open the `.magento/services.yaml` configuration file.
139139

140140
1. Add or find a service in the file. See [more about configuring services]({{ site.baseurl }}/cloud/project/services.html).
141141

src/cloud/project/project-multi-sites.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ https://store.com/second/
3434
{:.bs-callout-tip}
3535
To add a store view to the site base URL, you do not have to create multiple directories. See [Add the store code to the base URL][addstorecode] in the _Config Guide_.
3636

37+
## Add New Domains
38+
39+
The process to add a new domain depends on the type of Cloud account:
40+
41+
- For Pro
42+
43+
You must open a Support ticket to request new domains to be added to the cluster.
44+
45+
- For Starter
46+
47+
You can add the new domain to Fastly for Production, or you can create a support ticket to request assistance. You must add the new domain to the **Domains** tab in the Program UI: `https://<zone>.magento.cloud/projects/<project-ID>/edit`
48+
3749
## Configure local installation
3850

3951
To configure your local installation to use multiple stores, see [Multiple websites or stores][config-multiweb] in the _Config Guide_.

src/cloud/project/project-patch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ functional_areas:
99
[{{ site.data.var.mcp-prod }}](https://github.com/magento/magento-cloud-patches) and the [Quality Patches Tool](https://github.com/magento/quality-patches) deliver patches to your installed {{site.data.var.ee}} application.
1010

1111
- {{ site.data.var.mcp-prod }} delivers required patches with critical fixes
12-
- Quality Patches deliver optional, low-impact quality fixes as [individual patches]({{ site.baseurl }}/release/policy/#individual-patch), which do not contain backward incompatible changes.
12+
- Quality Patches deliver optional, low-impact quality fixes as [individual patches]({{ site.baseurl }}/release/policy/#individual-patch) that do not contain backward incompatible changes
13+
14+
See [Available Patches]({{ site.baseurl }}/quality-patches/tool.html#patch-grid) in the _Software Update Guide_ to review a full list of released patches.
1315

1416
Both packages improve the integration of all {{site.data.var.ee}} versions with Cloud environments and support quick delivery of critical, optional, and custom fixes. You can use these packages to apply, revert, and view general information about all individual patches that are available for Magento.
1517

src/guides/v2.3/config-guide/cache/two-level-cache.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ To reduce the network bandwidth to Redis, we can store cache data locally on eac
1616

1717
Magento stores the hashed data version in Redis, with the suffix ':hash' appended to the regular key. In case of an outdated local cache, the data is transferred to the local machine with a cache adapter.
1818

19+
{:.bs-callout-info}
20+
For {{ site.data.var.ece }}, consider the best practices in the [Extended Redis cache implementation](https://support.magento.com/hc/en-us/articles/360049292532) support article.
21+
1922
## Configuration example
2023

2124
```php

src/guides/v2.4/config-guide/cache/two-level-cache.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ To reduce the network bandwidth to Redis, we can store cache data locally on eac
1616

1717
Magento stores the hashed data version in Redis, with the suffix ':hash' appended to the regular key. In case of an outdated local cache, the data is transferred to the local machine with a cache adapter.
1818

19+
{:.bs-callout-info}
20+
For {{ site.data.var.ece }}, consider the best practices in the [Extended Redis cache implementation](https://support.magento.com/hc/en-us/articles/360049292532) support article.
21+
1922
## Configuration example
2023

2124
Use the following example to modify or replace the existing cache section in the `app/etc/env.php` file.

src/quality-patches/tool.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ It allows you to:
1616

1717
**{{site.data.var.ee}} support** and the **{{site.data.var.ce}} community** develop quality patches.
1818

19-
{: .bs-callout-note}
20-
The Quality Patches Tool is for quality patches only. Security patches
21-
are available in the [Magento Security Center][security] .
19+
The Quality Patches Tool is for quality patches only. Security patches are available in the [Magento Security Center][security] .
20+
21+
{:.bs-callout-warning}
22+
We do not recommend using the Quality Patches Tool to apply large numbers of patches, because it increases the complexity of your code, which makes upgrading to a new version of {{ site.data.var.ee }} or {{ site.data.var.ce }} more difficult.
2223

2324
## Available patches {#patch-grid}
2425

0 commit comments

Comments
 (0)