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

Commit 29eb1ad

Browse files
authored
Sync 2.4.2-develop (#8204)
1 parent 4547d63 commit 29eb1ad

File tree

77 files changed

+766
-630
lines changed

Some content is hidden

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

77 files changed

+766
-630
lines changed

Docfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ content_map:
1313
-
1414
directory: src/mftf/v2
1515
repository: magento/magento2-functional-testing-framework
16-
branch: 2.6.5
16+
branch: 2.x-develop
1717
filter: true
1818
-
1919
directory: src/page-builder

src/_data/mde.yml

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ extensions:
310310
name: Product Recommendations
311311
versions:
312312
-
313-
name: 3.0.8
313+
name: 3.10.0
314314
support:
315315
2.3.0: supported
316316
2.3.1: supported
@@ -321,18 +321,30 @@ extensions:
321321
2.3.6: supported
322322
2.4.0: supported
323323
2.4.1: supported
324+
-
325+
name: 3.0.8
326+
support:
327+
2.3.0: compatible
328+
2.3.1: compatible
329+
2.3.2: compatible
330+
2.3.3: compatible
331+
2.3.4: compatible
332+
2.3.5-p1: compatible
333+
2.3.6: compatible
334+
2.4.0: compatible
335+
2.4.1: compatible
324336
-
325337
name: 3.0.6
326338
support:
327-
2.3.0: supported
328-
2.3.1: supported
329-
2.3.2: supported
330-
2.3.3: supported
331-
2.3.4: supported
332-
2.3.5-p1: supported
333-
2.3.6: supported
334-
2.4.0: supported
335-
2.4.1: supported
339+
2.3.0: compatible
340+
2.3.1: compatible
341+
2.3.2: compatible
342+
2.3.3: compatible
343+
2.3.4: compatible
344+
2.3.5-p1: compatible
345+
2.3.6: compatible
346+
2.4.0: compatible
347+
2.4.1: compatible
336348
-
337349
name: 3.0.5
338350
support:
@@ -368,7 +380,7 @@ extensions:
368380
2.3.5-p1: compatible
369381
2.3.6: compatible
370382
2.4.0: not supported
371-
2.4.1: compatible
383+
2.4.1: not supported
372384
-
373385
name: 3.0.2
374386
support:
@@ -380,7 +392,7 @@ extensions:
380392
2.3.5-p1: compatible
381393
2.3.6: compatible
382394
2.4.0: not supported
383-
2.4.1: compatible
395+
2.4.1: not supported
384396
-
385397
name: 3.0.1
386398
support:
@@ -392,7 +404,7 @@ extensions:
392404
2.3.5-p1: compatible
393405
2.3.6: compatible
394406
2.4.0: not supported
395-
2.4.1: compatible
407+
2.4.1: not supported
396408
-
397409
name: 3.0.0
398410
support:

src/_data/toc/configuration-guide.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ pages:
115115
- label: Dependency reports
116116
url: /config-guide/cli/config-cli-subcommands-depen.html
117117

118+
- label: Catalog sync
119+
url: /config-guide/cli/config-cli-subcommands-catalog-sync.html
120+
118121
- label: Configuration management
119122
children:
120123

src/_data/toc/installation-guide.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ pages:
66
- label: Installation flow diagram
77
url: /install-gde/install-flow-diagram.html
88

9+
- label: Magento system requirements
10+
url: /install-gde/system-requirements.html
11+
912
- label: Just the basics
1013
children:
1114

@@ -42,25 +45,6 @@ pages:
4245
- label: Installation roadmap (reference)
4346
url: /install-gde/install-roadmap_part1.html
4447

45-
- label: Magento system requirements
46-
url: /install-gde/system-requirements.html
47-
children:
48-
49-
- label: Magento technology stack requirements
50-
url: /install-gde/system-requirements-tech.html
51-
52-
- label: Supported browsers
53-
url: /install-gde/system-requirements_browsers.html
54-
55-
- label: Transport Layer Security (TLS) requirements
56-
children:
57-
58-
- label: TLS 1.2 requirement for PayPal
59-
url: /install-gde/system-requirements_tls1-2.html
60-
61-
- label: TLS requirement for repo.magento.com
62-
url: /install-gde/system-requirements_repo-tls1-2.html
63-
6448
- label: Prerequisites
6549
url: /install-gde/prereq/prereq-overview.html
6650
children:

src/_data/toc/product-recommendations.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ pages:
44
url: /recommendations/product-recs.html
55
versionless: true
66

7+
- label: How to Implement Product Recommendations
8+
url: /recommendations/implementation.html
9+
versionless: true
10+
711
- label: Install and Configure Recommendations
812
url: /recommendations/install-configure.html
913
versionless: true

0 commit comments

Comments
 (0)