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

Commit 3a76dc7

Browse files
authored
Merge pull request #9227 from #9227
[Imported] Correct syntax for bs-callout-info and bs-callout-warning
2 parents 10aa480 + e744f46 commit 3a76dc7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/cloud/release-notes/cloud-release-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ The ece-tools version 2002.0.11 is required for 2.2.4 compatibility.
498498

499499
## v2002.0.9
500500

501-
{.bs-callout-info}
501+
{:.bs-callout-info}
502502
You must [upgrade the {{site.data.var.ece}} metapackage]({{ site.baseurl }}/cloud/project/project-upgrade-parent.html) to get this and all future updates.
503503

504504
- {:.new}<!-- MAGECLOUD-1086 -->**ece-tools**—The `{{site.data.var.ct}}` package now supports {{site.data.var.ee}} 2.1.x.

src/guides/v2.3/howdoi/checkout/checkout_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ In this file, add the following:
113113

114114
## Step 4: Deploy static content and clean cache
115115

116-
{.bs-callout-info}
116+
{:.bs-callout-info}
117117
These commands are for production mode. They are not necessary when in developer mode.
118118

119119
1. Deploy static content:

src/guides/v2.4/config-guide/mq/aws-mq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ where:
3636
* `user`—The username value entered when creating the AWS MQ broker
3737
* `password`—The password value entered when creating the AWS MQ broker
3838

39-
{.bs-callout-info}
39+
{:.bs-callout-info}
4040
Amazon MQ supports TLS connections only. Peer verification is not supported.
4141

4242
After editing the `env.php` file, run the following command to finish the setup:

src/guides/v2.4/config-guide/redis/redis-pg-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ As a result of the two example commands, Magento adds lines similar to the follo
101101

102102
As of Magento 2.4.3, Magento instances hosted on Amazon EC2 may use an AWS ElastiCache in place of a local Redis instance.
103103

104-
{.bs-callout-warning}
104+
{:.bs-callout-warning}
105105
This section only works for Magento instances running on Amazon EC2 VPCs. It does not work for on-premises installations.
106106

107107
### Configure a Redis cluster

0 commit comments

Comments
 (0)