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

Commit f228d8a

Browse files
Merge pull request magento-commerce/devdocs#2499 from magento-devdocs/DOC-484-rebrand
Rebranding: Replace plaintext product names with variables
2 parents 5135c62 + 4048d2e commit f228d8a

File tree

90 files changed

+282
-554
lines changed

Some content is hidden

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

90 files changed

+282
-554
lines changed

src/_data/toc/configuration-guide.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ pages:
156156

157157
- label: Run the support utilities (Adobe Commerce only)
158158
url: /config-guide/cli/config-cli-subcommands-spt-util.html
159+
edition: ee-only
159160

160161
- label: Configuration files
161162
url: /config-guide/config/config-magento.html
@@ -186,6 +187,7 @@ pages:
186187

187188
- label: B2B Extension configuration paths reference (Adobe Commerce only)
188189
url: /config-guide/prod/config-reference-b2b.html
190+
edition: b2b-only
189191

190192
- label: .gitignore reference
191193
url: /config-guide/prod/config-reference-gitignore.html
@@ -356,6 +358,7 @@ pages:
356358

357359
- label: Split database performance solution (Adobe Commerce only)
358360
url: /config-guide/multi-master/multi-master.html
361+
edition: ee-only
359362
children:
360363

361364
- label: Automatically configure master databases

src/_includes/compatibility-mde.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
**Supported**{: .status-light.supported } – version that has been fully tested by Adobe and is supported.
88

9-
**Compatible**{: .status-light.compatible } – version that is confirmed to be compatible with Adobe Commerce or Magento
10-
Open Source, but is not supported.
9+
**Compatible**{: .status-light.compatible } – version that is confirmed to be compatible with {{site.data.var.ee}} or {{site.data.var.ce}}, but is not supported.
1110

1211
**Not supported**{: .status-light.not-supported } - version that is not compatible with a Commerce or Magento release.
1312

src/_includes/compatibility-vbe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- **Compatible**{: .status-light.compatible } – independent release version that has not been fully tested by Magento, but is confirmed to be compatible. -->
1111

12-
**Not supported**{: .status-light.not-supported } - version that is not compatible with an Adobe Commerce or Magento Open Source release.
12+
**Not supported**{: .status-light.not-supported } - version that is not compatible with an {{site.data.var.ee}} or {{site.data.var.ce}} release.
1313

1414
<table class="compatibility-table">
1515
<thead>

src/_includes/home/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section class="home-intro">
22
<div class="container">
3-
<h1 class="spectrum-Heading1 spectrum-Heading--XXL">Adobe Commerce {{ page.guide_version }} Developer Guide</h1>
3+
<h1 class="spectrum-Heading1 spectrum-Heading--XXL">{{site.data.var.ee}} {{ page.guide_version }} Developer Guide</h1>
44
<p class="lead">Everything you need to build and manage a customized Commerce store.</p>
55

66
{% include layout/search-form.html %}

src/_includes/install/composer-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ We use [Composer](https://getcomposer.org/) to manage Magento components and the
33
- Reuse third-party libraries without bundling them with source code
44
- Reduce extension conflicts and compatibility issues by using a component-based architecture with robust dependency management
55
- Adhere to [PHP-Framework Interoperability Group (FIG)](https://www.php-fig.org/) standards
6-
- Repackage Magento Open Source with other components
6+
- Repackage {{site.data.var.ce}} with other components
77
- Use the Magento software in a production environment
88

99
{:.bs-callout-info}

src/_includes/install/releasenotes/20_release-notes-links.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/_includes/install/releasenotes/20rc_release-notes-links.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/_includes/install/releasenotes/21_release-notes-links.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/_includes/install/sampledata/sample-data-intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ You can install optional sample data in any of the following ways:
1616

1717
<!-- ABBREVIATIONS -->
1818

19-
*[contributing developer]: A developer who contributes code to the Magento Open Source codebase
20-
*[contributing developers]: Developers who contribute code to the Magento Open Source codebase
21-
*[Contributing developers]: Developers who contribute code to the Magento Open Source codebase
19+
*[contributing developer]: A developer who contributes code to the {{site.data.var.ce}} codebase
20+
*[contributing developers]: Developers who contribute code to the {{site.data.var.ce}} codebase
21+
*[Contributing developers]: Developers who contribute code to the {{site.data.var.ce}} codebase

src/_includes/layout/page-header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{% if page.url contains "guides/v2.4/payments-integrations/base-integrations/" or page.url contains "guides/v2.4/payments-integrations/payment-gateway" or page.url contains "guides/v2.4/payments-integrations/vault" or page.url contains "guides/v2.4/payments-integrations/bk-payments-integrations" %}
55
<div class="bs-callout-warning">
6-
The Payment Provider Gateway documentation uses the Magento 2.3.x (now Adobe Commerce) of the Braintree module as a
6+
The Payment Provider Gateway documentation uses the Magento 2.3.x (now {{site.data.var.ee}} and {{site.data.var.ce}}) of the Braintree module as a
77
reference application. The Braintree module was removed in Magento 2.4.0. The concepts described in this guide are
88
still applicable to Magento 2.4.0, but the code samples are not supported.
99
</div>
@@ -36,7 +36,7 @@
3636

3737
{% if page.url contains "guides/v2.3/" %}
3838
<div class="bs-callout-warning">
39-
PHP 7.3 reaches end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to Adobe Commerce 2.4.x and PHP 7.4.x to help maintain PCI compliance.
39+
PHP 7.3 reaches end of support in December 2021 and {{site.data.var.ee}} 2.3.x reaches end of support in April 2022. You may want to consider planning your upgrade now to {{site.data.var.ee}} 2.4.x and PHP 7.4.x to help maintain PCI compliance.
4040
</div>
4141
{% endif %}
4242

0 commit comments

Comments
 (0)