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

Commit 021da4b

Browse files
authored
Merge branch 'master' into imported-sad270-devdocs-9258
2 parents 4ef4e42 + e4d0358 commit 021da4b

File tree

255 files changed

+1312
-487
lines changed

Some content is hidden

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

255 files changed

+1312
-487
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ defaults:
109109
github_files: https://github.com/magento/magento2-page-builder-docs/tree/master/
110110
github_repo: https://github.com/magento/magento2-page-builder-docs/
111111

112+
-
113+
scope:
114+
path: magento-payments
115+
values:
116+
group: magento-payments
117+
112118
-
113119
scope:
114120
path: guides/v2.3/mrg

src/_data/main-nav.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
url: /design-styleguide/bk-styleguide.html
132132

133133
- label: PWA Documentation Site
134-
url: https://magento.github.io/pwa-studio/
134+
url: https://developer.adobe.com/commerce/pwa-studio/
135135

136136
- label: Page Builder Developer Guide
137137
url: /page-builder/docs/index.html
@@ -206,6 +206,10 @@
206206
url: /marketplace/sellers/getting-started.html
207207
versionless: true
208208

209+
- label: Payment Services
210+
url: /payment-services/index.html
211+
versionless: true
212+
209213
- label: Order Management
210214
url: http://omsdocs.magento.com/en/
211215

src/_data/toc/marketplace-sellers.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,16 @@ pages:
198198
- label: Analytics
199199
url: /marketplace/sellers/analytics.html
200200
versionless: true
201+
202+
- label: Subscriptions
203+
url: /marketplace/sellers/subscriptions/extension-subscriptions.html
204+
versionless: true
205+
children:
206+
207+
- label: Selling Subscription-based Extensions
208+
url: /marketplace/sellers/subscriptions/selling-subscriptions.html
209+
versionless: true
210+
211+
- label: Buying Subscription-based Extensions
212+
url: /marketplace/sellers/subscriptions/buying-subscriptions.html
213+
versionless: true

src/_data/toc/payment-services.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
label: Payment Services
2+
versionless: true
3+
pages:
4+
- label: Introduction
5+
url: /payment-services/index.html
6+
versionless: true
7+
8+
- label: Install Payment Services
9+
url: /payment-services/install-payments.html
10+
versionless: true
11+
12+
- label: Configure Payment Services
13+
url: /payment-services/configure-payments.html
14+
versionless: true
15+
children:
16+
- label: Customize buttons and messaging
17+
url: /payment-services/customize-buttons-messaging.html
18+
versionless: true
19+
20+
- label: Security
21+
url: /payment-services/security.html
22+
versionless: true
23+
24+
- label: Release Notes
25+
url: /payment-services/release-notes.html
26+
versionless: true

src/_data/toc/release-notes.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,14 @@ pages:
143143
- label: Product Recommendations
144144
url: /recommendations/release-notes.html
145145
versionless: true
146-
146+
147147
- label: Sales Channels
148148
children:
149149

150150
- label: Amazon
151151
url: /extensions/amazon-sales/release-notes/
152152
versionless: true
153+
154+
- label: Payment Services
155+
url: /payment-services/release-notes.html
156+
versionless: true

src/_data/toc/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ pages:
2222
versionless: true
2323

2424
- label: Lifecycle policy
25-
url: https://magento.com/sites/default/files/magento-software-lifecycle-policy.pdf
25+
url: /release/lifecycle-policy.html
2626
versionless: true
27-
27+
2828
- label: Availability
2929
url: /release/availability.html
3030
versionless: true

src/_data/whats-new.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@ description: This page contains recent changes that we think you'd like to know
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: "/whats-new.html"
66
thread: "/whatsnew-feed.xml"
7-
updated: Mon Nov 15 11:32:08 2021
7+
updated: Mon Nov 29 15:40:15 2021
88
entries:
9+
- description: Added the 'Reindexing in parallel mode` section to the [Manage the
10+
indexers](https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-index.html)
11+
topic.
12+
versions: 2.3.x, 2.4.x
13+
type: Major Update
14+
date: November 15, 2021
15+
link: https://github.com/magento/devdocs/pull/9208
16+
merge_commit: b524213fe1fd9a63bbe117eee6c57ba70097665b
17+
contributor: nitish-ranjan05
18+
membership: false
19+
labels:
20+
- Major Update
21+
- 2.3.x
22+
- partners-contribution
23+
- 'Partner: Ziffity'
24+
- 2.4.x
25+
- 'Progress: done'
926
- description: Published [release notes](https://devdocs.magento.com/quality-patches/release-notes.html)
1027
for the 1.1.6 Quality Patches Tool (QPT) package release.
1128
versions: 2.x
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To help export Production data as test data to use in Staging and Integration environments, [Run the support utilities]({{ site.baseurl }}/guides/v2.3/config-guide/cli/config-cli-subcommands-spt-util.html):
22

33
* [CLI commands]({{ site.baseurl }}/guides/v2.3/config-guide/cli/config-cli-subcommands-spt-util.html#config-cli-spt-utils-db) (Recommended) to export a protected backup of customer and store data using your {{site.data.var.ee}} encryption key
4-
* [Data Collection](http://docs.magento.com/m2/ee/user_guide/system/support-data-collector.html) tool for generating and exporting data
4+
* [Data Collection]({{ site.user_guide_url }}/system/support-data-collector.html) tool for generating and exporting data
55

66
To migrate this data, see [Migrate and deploy static files and data]({{ site.baseurl }}/cloud/live/stage-prod-migrate.html).

src/_includes/cloud/error-codes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Critical errors indicate a problem with the {{ site.data.var.ece }} project conf
4646
| 104 | | Failed to parse the `.magento.env.yaml` file | Configuration is not defined in the `./vendor/magento/ece-tools/config/schema.yaml` file. Check that the config variable name is correct, and that it is defined. |
4747
| 105 | | Unable to read the `.magento.env.yaml` file | Unable to read the `./.magento.env.yaml` file. Check file permissions. |
4848
| 106 | | Unable to read the `.schema.yaml` file | |
49-
| 107 | pre-deploy: clean-redis-cache | Failed to clean the Redis cache | Failed to clean the Redis cache. Check that the Redis cache configuration is correct and that the Redis service is available. See [Setup Redis service](https://devdocs.magento.com/cloud/project/services-redis.html). |
49+
| 107 | pre-deploy: clean-redis-cache | Failed to clean the Redis cache | Failed to clean the Redis cache. Check that the Redis cache configuration is correct and that the Redis service is available. See [Setup Redis service]({{ site.baseurl }}/cloud/project/services-redis.html). |
5050
| 108 | pre-deploy: set-production-mode | Command `/bin/magento maintenance:enable` failed | Check the `cloud.log` for more information. For more detailed command output, add the `VERBOSE_COMMANDS: '-vvv'` option to the `.magento.env.yaml` file. |
5151
| 109 | validate-config | Incorrect database configuration | Check that the `DATABASE_CONFIGURATION` environment variable is configured correctly. |
5252
| 110 | validate-config | Incorrect session configuration | Check that the `SESSION_CONFIGURATION` environment variable is configured correctly. The configuration must contain at least the `save` parameter. |
@@ -70,7 +70,7 @@ Critical errors indicate a problem with the {{ site.data.var.ece }} project conf
7070
| 128 | disable-maintenance-mode | Command `/bin/magento maintenance:disable` failed | Check the `cloud.log` for more information. Add `VERBOSE_COMMANDS: '-vvv'` into `.magento.env.yaml` for more detailed command output. |
7171
| 129 | install-update: reset-password | Unable to read reset password template | |
7272
| 130 | install-update: cache_type | Command failed: `php ./bin/magento cache:enable` | Command `php ./bin/magento cache:enable` runs only when Magento was installed but `./app/etc/env.php` file was absent or empty at the beginning of the deployment. Check the `cloud.log` for more information. Add `VERBOSE_COMMANDS: '-vvv'` into `.magento.env.yaml` for more detailed command output. |
73-
| 131 | install-update | The `crypt/key` key value does not exist in the `./app/etc/env.php` file or the `CRYPT_KEY` cloud environment variable | This error occurs if the `./app/etc/env.php` file is not present when Magento deployment begins, or if the `crypt/key` value is undefined. If you migrated the database from another environment, retrieve the crypt key value from that environment. Then, add the value to the [CRYPT_KEY](https://devdocs.magento.com/cloud/env/variables-deploy.html#crypt_key) cloud environment variable in your current environment. See [Add the Magento encryption key](https://devdocs.magento.com/cloud/setup/first-time-setup-import-import.html#encryption-key). If you accidentally removed the `./app/etc/env.php` file, use the following command to restore it from the backup files created from a previous deployment: `./vendor/bin/ece-tools backup:restore` CLI command ." |
73+
| 131 | install-update | The `crypt/key` key value does not exist in the `./app/etc/env.php` file or the `CRYPT_KEY` cloud environment variable | This error occurs if the `./app/etc/env.php` file is not present when Magento deployment begins, or if the `crypt/key` value is undefined. If you migrated the database from another environment, retrieve the crypt key value from that environment. Then, add the value to the [CRYPT_KEY]({{ site.baseurl }}/cloud/env/variables-deploy.html#crypt_key) cloud environment variable in your current environment. See [Add the Magento encryption key]({{ site.baseurl }}/cloud/setup/first-time-setup-import-import.html#encryption-key). If you accidentally removed the `./app/etc/env.php` file, use the following command to restore it from the backup files created from a previous deployment: `./vendor/bin/ece-tools backup:restore` CLI command ." |
7474
| 132 | | Can not connect to the Elasticsearch service | Check for valid Elasticsearch credentials and verify that the service is running |
7575
| 133 | validate-config | Remove Magento Braintree module configuration which is no longer supported in Magento 2.4 and later versions. | Support for the Braintree module is no longer included with Magento 2.4.0 and later. Remove the CONFIG__STORES__DEFAULT__PAYMENT__BRAINTREE__CHANNEL variable from the variables section of the .magento.app.yaml file. For Braintree support, use an official Braintree Payments extension from the Commerce Marketplace instead. |
7676
| 134 | validate-config | Magento 2.4.0 requires Elasticsearch service to be installed | Install Elasticsearch service |
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:.bs-callout-warning}
2+
Updating the environment configuration triggers a redeployment, which takes your site offline until deployment completes. For Production environments, Adobe recommends completing this work during off-peak hours to avoid service disruptions. See [Working with variables]({{site.baseurl}}/cloud/env/working-with-variables.html).

0 commit comments

Comments
 (0)