Skip to content

Commit 35eca68

Browse files
committed
Merge branch 'gm_Fix-Git-ref' of github.com:magento-devdocs/devdocs into gm_Fix-Git-ref
2 parents 6861ea9 + 24bd1f9 commit 35eca68

30 files changed

+38
-38
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{:.bs-callout .bs-callout-info}
1+
{:.bs-callout-info}
22
**v2.4 Contribution Notice:**
33
Magento is focusing development efforts on v2.4, so we are no longer accepting pull requests to the v2.3, v2.2, v2.1, and v2.0 release lines.

src/cloud/docker/docker-manage-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To import a database dump into the Docker environment:
154154
magento-cloud db:dump
155155
```
156156

157-
{: .bs-callout-note }
157+
{: .bs-callout-info }
158158
The `magento-cloud db:dump` command runs the [mysqldump][] command with the `--single-transaction` flag, which allows you to back up your database without locking the tables.
159159

160160
1. Place the resulting SQL file into the `.docker/mysql/docker-entrypoint-initdb.d` folder.

src/cloud/env/variables-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ stage:
167167
SCD_MAX_EXECUTION_TIME: 3600
168168
```
169169

170-
{% include cloud/note-increase-scd-max-execution-time-variable.md%}
170+
{% include cloud/note-increase-scd-max-execution-time-variable.md %}
171171

172172
### `SCD_STRATEGY`
173173

@@ -260,7 +260,7 @@ stage:
260260

261261
Enable or disable the [Symfony](https://symfony.com/doc/current/console/verbosity.html) debug verbosity level for `bin/magento` CLI commands performed during the deployment phase.
262262

263-
{:.bs-callout}
263+
{: .bs-callout-info }
264264
To use VERBOSE_COMMANDS to control the detail in command output for both successful and failed `bin/magento` CLI commands, you must set [MIN_LOGGING_LEVEL]({{ site.baseurl }}/cloud/env/variables-global.html#min_logging_level) `debug`.
265265

266266
Choose the level of detail provided in the logs: `-v`, `-vv`, or `-vvv`.

src/cloud/env/variables-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ stage:
486486
SCD_MAX_EXECUTION_TIME: 3600
487487
```
488488

489-
{% include cloud/note-increase-scd-max-execution-time-variable.md%}
489+
{% include cloud/note-increase-scd-max-execution-time-variable.md %}
490490

491491
### `SCD_NO_PARENT`
492492

@@ -640,7 +640,7 @@ stage:
640640

641641
Enable or disable the [Symfony](https://symfony.com/doc/current/console/verbosity.html) debug verbosity level for `bin/magento` CLI commands performed during the deployment phase.
642642

643-
{:.bs-callout}
643+
{: .bs-callout-info }
644644
To use the VERBOSE_COMMANDS setting to control the detail in command output for both successful and failed `bin/magento` CLI commands, you must set [MIN_LOGGING_LEVEL]({{ site.baseurl }}/cloud/env/variables-global.html#min_logging_level) `debug`.
645645

646646
Choose the level of detail provided in the logs: `-v`, `-vv`, or `-vvv`.

src/cloud/env/variables-global.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ stage:
2929
MIN_LOGGING_LEVEL: debug
3030
```
3131

32-
{: .bs-callout .bs-callout-warning }
32+
{: .bs-callout-warning }
3333
The setting for the `MIN_LOGGING_LEVEL` variable does not change the log level configuration for the file handler, which is set to `debug` by default.
3434

3535
### `SCD_ON_DEMAND`

src/cloud/project/project-enable-mfa-enforcement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For added security, {{site.data.var.ece}} provides multi-factor authentication (
1515

1616
When MFA is enabled on a project, all {{site.data.var.ece}} accounts with SSH access must follow an authentication workflow that requires either a two-factor authentication (TFA) code or API token and an SSH certificate to access the environment.
1717

18-
{:.bs.callout-important}
18+
{:.bs-callout-info}
1919
MFA is not enabled on Cloud projects by default. The Account owner for the {{ site.data.var.ece }} project must submit a {{site.data.var.ee}} support request to enable it. As soon as MFA is turned on, all users must have two-factor authentication (TFA) enabled on their {{ site.data.var.ece }} account for SSH access to the project environments.
2020

2121
## Certificates for SSH access
@@ -211,7 +211,7 @@ To connect using SSH with an API token credential:
211211
### Example automated SSH script
212212
213213
There are two options for storing the API token.
214-
{:.bs.callout-important}
214+
{:.bs-callout-info}
215215
If an API token is stored, the `magento-cloud` CLI will automatically authenticate and there is no need to perform the `mgc login` command
216216
217217
#### Create an environment variable to store the API token.

src/extensions/amazon-sales/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ group: extensions
33
title: Install Amazon Sales Channel
44
---
55

6-
{:.bs-callout .bs-callout-warning}
6+
{: .bs-callout-warning }
77
Amazon Sales Channel versions 4.0+ are only supported when integrated with Magento 2.3.x versions.
88

99
The Amazon Sales Channel extension installs and adds features to integrate your Magento catalog with Amazon Seller Accounts to sell through the Amazon Marketplace. To review additional information, see the [Amazon Sales Channel Marketplace](http://marketplace.magento.com/magento-module-amazon.html) page.

src/extensions/amazon-sales/release-notes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
group: extensions
33
title: Amazon Sales Channel Release Notes
44
---
5-
{:.bs-callout .bs-callout-warning}
5+
{: .bs-callout-warning }
66
Amazon Sales Channel versions 4.0.0 and 4.1.0 are only supported for {{site.data.var.ee}} 2.3.x versions.<br/>Amazon Sales Channel version 4.2.0 is compatible with {{site.data.var.ee}} 2.3.x versions but is only supported for {{site.data.var.ee}} 2.4.x versions.
77

88
**Amazon Sales Channel** can be installed on instances with {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}} versions 2.3.x and 2.4.x. We no longer support the extension on {{site.data.var.ee}} 2.1, Magento 2.2, or Magento 1. Merchants can use Amazon Sales Channel to integrate with an Amazon Seller account to list and sell products from your Magento catalog on Amazon.
@@ -134,7 +134,7 @@ Amazon Sales Channel 4.1.0 is compatible with {{site.data.var.ee}} 2.3.x of {{si
134134

135135
Amazon Sales Channel 4.0.0 is compatible with {{site.data.var.ee}} versions 2.3.0, 2.3.1, 2.3.2, 2.3.3, and 2.3.4 of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}. This version of Amazon Sales Channel includes many user-interface upgrades, along with minor bug fixes.
136136

137-
{:.bs-callout .bs-callout-warning}
137+
{: .bs-callout-warning }
138138
Amazon Sales Channel 4.0.0 is not supported for {{site.data.var.ee}} 2.3.5. For support with {{site.data.var.ee}} 2.3.5, upgrade to Amazon Sales Channel 4.1.0.
139139

140140
- {:.new}Introduced a new [Amazon Sales Channel](https://docs.magento.com/m2/ee/user_guide/sales-channels/asc/amazon-sales-channel-home.html) home page with improved "card view" for your store information.

src/guides/v2.3/config-guide/cli/config-cli-subcommands-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Sample result:
107107
{:.bs-callout-info}
108108
Enabling a [cache type](https://glossary.magento.com/cache-type) automatically clears that cache type.
109109

110-
{:.bs-callout .bs-callout-info}
110+
{:.bs-callout-info}
111111
As of version 2.3.4, Magento caches all system EAV attributes as they are retrieved. Caching EAV attributes in this manner improves performance, because it decreases the amount of insert/select requests to the DB. However, it increases cache network size as well. Developers can cache custom EAV attributes by running the `bin/magento config:set dev/caching/cache_user_defined_attributes 1` command. This can also be done from the Admin while in [Developer mode]({{ page.baseurl }}/config-guide/bootstrap/magento-modes.html) by setting **Stores** > Settings **Configuration** > **Advanced** > **Developer** > **Caching Settings** > **Cache User Defined Attributes** to **Yes**.
112112

113113
## Clean and flush cache types {#config-cli-subcommands-cache-clean}

src/guides/v2.3/extension-dev-guide/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this case, when `getCustomAttributes()` is called, the system returns only cu
3636

3737
The `Customer` module provides a `system` option for its attributes. As a result, the `getCustomAttributes()` method only returns those EAV attributes that are not defined as `system` attributes. If you create custom attributes programmatically, set the `system` option to 'false' if you want to include the attribute in the `custom_attributes` array.
3838

39-
{:.bs-callout .bs-callout-info}
39+
{:.bs-callout-info}
4040
As of version 2.3.4, Magento caches all system EAV attributes as they are retrieved. This behavior is defined in each affected module's `di.xml` file as the `attributesForPreload` argument for `<type name="Magento\Eav\Model\Config">`. Developers can cache custom EAV attributes by running the `bin/magento config:set dev/caching/cache_user_defined_attributes 1` command. This can also be done from the Admin while in Develop mode by setting **Stores** > Settings **Configuration** > **Advanced** > **Developer** > **Caching Settings** > **Cache User Defined Attributes** to **Yes**. Caching EAV attributes while retrieving improves performance as it decreases the amount of insert/select requests to the DB, but it increases the cache network size.
4141

4242
### Adding Customer EAV attribute for backend only {#customer-eav-attribute}

0 commit comments

Comments
 (0)