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

Commit 5848dcc

Browse files
authored
Merge pull request magento-commerce/devdocs#2606
Fix BIC data and page-header
2 parents 5a9604f + cd61a6a commit 5848dcc

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

src/_includes/backward-incompatible-changes/b2b/2.4.1-2.4.2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272

7373
| What changed | How it changed |
7474
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
75-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-b2b-after/app/code/framework-foreign-key/etc/constraints.xsd | A schema declaration was added |
76-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-b2b-after/app/code/module-page-builder/etc/content_type.xsd | A schema declaration was added |
77-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-b2b-after/app/code/module-page-builder/etc/content_type_merged.xsd | A schema declaration was added |
78-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-b2b-before/app/code/framework-foreign-key/etc/constraints.xsd | A schema declaration was removed |
79-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-b2b-before/app/code/module-page-builder/etc/content_type.xsd | A schema declaration was removed |
80-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-b2b-before/app/code/module-page-builder/etc/content_type_merged.xsd | A schema declaration was removed |
75+
| framework-foreign-key/etc/constraints.xsd | A schema declaration was added |
76+
| module-page-builder/etc/content_type.xsd | A schema declaration was added |
77+
| module-page-builder/etc/content_type_merged.xsd | A schema declaration was added |
78+
| framework-foreign-key/etc/constraints.xsd | A schema declaration was removed |
79+
| module-page-builder/etc/content_type.xsd | A schema declaration was removed |
80+
| module-page-builder/etc/content_type_merged.xsd | A schema declaration was removed |
8181

8282
#### Class API membership changes {#b2b-241-242-class-api-membership}
8383

src/_includes/backward-incompatible-changes/commerce/2.4.1-2.4.2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161

6262
| What changed | How it changed |
6363
| ------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------- |
64-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-after/app/code/framework-foreign-key/etc/constraints.xsd | A schema declaration was added |
65-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-after/app/code/module-page-builder/etc/content_type.xsd | A schema declaration was added |
66-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-after/app/code/module-page-builder/etc/content_type_merged.xsd | A schema declaration was added |
67-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-before/app/code/framework-foreign-key/etc/constraints.xsd | A schema declaration was removed |
68-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-before/app/code/module-page-builder/etc/content_type.xsd | A schema declaration was removed |
69-
| opt/jenkins/workspace/generatorium/gendocs-breaking-changes-per-product/commerce-before/app/code/module-page-builder/etc/content_type_merged.xsd | A schema declaration was removed |
64+
| framework-foreign-key/etc/constraints.xsd | A schema declaration was added |
65+
| module-page-builder/etc/content_type.xsd | A schema declaration was added |
66+
| module-page-builder/etc/content_type_merged.xsd | A schema declaration was added |
67+
| framework-foreign-key/etc/constraints.xsd | A schema declaration was removed |
68+
| module-page-builder/etc/content_type.xsd | A schema declaration was removed |
69+
| module-page-builder/etc/content_type_merged.xsd | A schema declaration was removed |
7070

7171
#### Class API membership changes {#ee-241-242-class-api-membership}
7272

src/_includes/layout/page-header.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!-- page-header -->
22
<section class="page-intro">
33

4-
{% 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" %}
4+
{% if page.url contains "guides/v2.4/payments-integrations/" %}
5+
{% unless page.url contains "guides/v2.4/payments-integrations/cardinal" %}
56
<div class="bs-callout-warning">
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
7-
reference application. The Braintree module was removed in Magento 2.4.0. The concepts described in this guide are
8-
still applicable to Magento 2.4.0, but the code samples are not supported.
7+
The Payment Provider Gateway documentation uses the Magento 2.3 (now {{site.data.var.ee}} and {{site.data.var.ce}}) of the Braintree module as a
8+
reference application. The Braintree module was removed in version 2.4.0. The concepts described in this guide are
9+
still applicable to version 2.4.0, but the code samples are not supported.
910
</div>
11+
{% endunless %}
1012
{% endif %}
1113

1214
{% if page.url contains "guides/v2.4/install-gde/" %}
@@ -29,14 +31,14 @@
2931
The split database feature was <a
3032
href="https://community.magento.com/t5/Magento-DevBlog/Deprecation-of-split-database-functionality-in-Magento-Commerce/ba-p/465187">deprecated</a>
3133
in version 2.4.2 of {{ site.data.var.ee }}. See <a
32-
href="https://devdocs.magento.com/guides/v2.4/config-guide/revert-split-database.html">Revert from a split
34+
href="{{ page.baseurl }}/config-guide/revert-split-database.html">Revert from a split
3335
database to a single database</a>.
3436
</div>
3537
{% endif %}
3638

3739
{% unless page.github_link %}
3840
<div class="message-banner">
39-
This topic is generated and maintained through automation, so we do not accept direct contributions from pull requests on GitHub.
41+
Contributions through pull requests are not supported for this topic. Open a GitHub issue to provide feedback.
4042
</div>
4143
{% endunless %}
4244

0 commit comments

Comments
 (0)