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

Commit 2b7d4f9

Browse files
authored
Merge branch 'master' into whatsnew-update
2 parents b740045 + abb2648 commit 2b7d4f9

File tree

97 files changed

+877
-91
lines changed

Some content is hidden

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

97 files changed

+877
-91
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
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).

src/cloud/docker/docker-development-debug.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To configure PhpStorm to work with Xdebug:
100100

101101
1. Select **Use path mappings**. In the _File/Directory_ pane, the root of the project for the `serverName` displays.
102102

103-
1. In the **Absolute path on the server** column, click ![Edit]({{ site.baseurl }}/common/images/install_docker_php-storm-edit.png){:width="15px"} and add a value to the `MAGENTO_ROOT` option. The default value is `/app`
103+
1. In the **Absolute path on the server** column, click ![Edit]({{ site.baseurl }}/common/images/cloud/cloud-install_docker_php-storm-edit.png){:width="15px"} and add a value to the `MAGENTO_ROOT` option. The default value is `/app`
104104

105105
1. Change the Xdebug port to 9001 in the **Languages & Frameworks** > **PHP** > **Debug** > **Xdebug** > **Debug Port** panel.
106106

@@ -113,7 +113,7 @@ The following steps describe debugging web requests and CLI commands.
113113
{:.procedure}
114114
To debug web requests:
115115

116-
1. In your PhpStorm project, click ![Start listening for connections]({{ site.baseurl }}/common/images/install_docker_php-storm_xdebug-start-listening.png){:width="25px"} (**Start listening**) in the top navigation bar.
116+
1. In your PhpStorm project, click ![Start listening for connections]({{ site.baseurl }}/common/images/cloud/cloud-install_docker_php-storm_xdebug-start-listening.png){:width="25px"} (**Start listening**) in the top navigation bar.
117117

118118
1. Add breakpoints in the `pub/index.php` file.
119119

@@ -168,17 +168,17 @@ To use Xdebug Helper with Chrome:
168168

169169
1. Enable the extension in Chrome as shown in the following figure.
170170

171-
![Enable the Xdebug extension in Chrome]({{ site.baseurl }}/common/images/install_docker_php-storm_xdebug-chrome.png)
171+
![Enable the Xdebug extension in Chrome]({{ site.baseurl }}/common/images/cloud/cloud-install_docker_php-storm_xdebug-chrome.png)
172172

173-
1. In _Chrome_, click ![Xdebug helper icon]({{ site.baseurl }}/common/images/cloud-xdebug_helper-icon.png){:width="25px"} in the Chrome toolbar.
173+
1. In _Chrome_, click ![Xdebug helper icon]({{ site.baseurl }}/common/images/cloud/cloud-xdebug_helper-icon.png){:width="25px"} in the Chrome toolbar.
174174

175175
1. From the _Xdebug helper_ menu, click **Options**.
176176

177177
1. From the _IDE Key_ list, select **PhpStorm**.
178178

179179
1. Click **Save**.
180180

181-
![Xdebug Helper options]({{ site.baseurl }}/common/images/cloud-xdebug_helper-options.png){:width="400px"}
181+
![Xdebug Helper options]({{ site.baseurl }}/common/images/cloud/cloud-xdebug_helper-options.png){:width="400px"}
182182

183183
[docker-config]: {{site.baseurl}}/cloud/docker/docker-config.html
184184
[launch the Docker environment in Developer mode]: {{site.baseurl}}/cloud/docker/docker-mode-developer.html

src/cloud/howtos/debug.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To configure PhpStorm to work with Xdebug:
107107

108108
1. Select **Use path mappings**. In the _File/Directory_ pane, the root of the project for the `serverName` displays.
109109

110-
1. In the **Absolute path on the server** column, click ![Edit]({{ site.baseurl }}/common/images/install_docker_php-storm-edit.png){:width="15px"} (**Edit**) and add a setting based on the environment:
110+
1. In the **Absolute path on the server** column, click ![Edit]({{ site.baseurl }}/common/images/cloud/cloud-install_docker_php-storm-edit.png){:width="15px"} (**Edit**) and add a setting based on the environment:
111111

112112
- For all Starter environments and Pro Integration environments, the remote path is `/app`.
113113
- For Pro Staging and Production environments:
@@ -195,7 +195,7 @@ To set up an SSH tunnel on Windows using Putty:
195195
- **Hostname (or IP address)** field: Enter the [SSH URL]({{ site.baseurl }}/cloud/env/environments-ssh.html) for your Cloud server
196196
- **Port** field: Enter `22`
197197

198-
![Set up Putty]({{ site.baseurl }}/common/images/cloud-xdebug_putty-session.png){:width="350px"}
198+
![Set up Putty]({{ site.baseurl }}/common/images/cloud/cloud-xdebug_putty-session.png){:width="350px"}
199199

200200
1. In the _Category_ pane, click **Connection** > **SSH** > **Tunnels**.
201201

@@ -207,15 +207,15 @@ To set up an SSH tunnel on Windows using Putty:
207207

208208
1. Click **Add**.
209209

210-
![Create an SSH tunnel in Putty]({{ site.baseurl }}/common/images/cloud-xdebug_putty-tunnels.png){:width="350px"}
210+
![Create an SSH tunnel in Putty]({{ site.baseurl }}/common/images/cloud/cloud-xdebug_putty-tunnels.png){:width="350px"}
211211

212212
1. In the _Category_ pane, click **Session**.
213213

214214
1. In the **Saved Sessions** field, enter a name for this SSH tunnel.
215215

216216
1. Click **Save**.
217217

218-
![Save your SSH tunnel]({{ site.baseurl }}/common/images/cloud-xdebug_putty-session-save.png){:width="350px"}
218+
![Save your SSH tunnel]({{ site.baseurl }}/common/images/cloud/cloud-xdebug_putty-session-save.png){:width="350px"}
219219

220220
1. To test the SSH tunnel, click **Load**, then click **Open**.
221221

@@ -359,21 +359,21 @@ To use Xdebug Helper with Chrome:
359359

360360
1. Enable the extension in Chrome as shown in the following figure.
361361

362-
![Enable the Xdebug extension in Chrome]({{ site.baseurl }}/common/images/install_docker_php-storm_xdebug-chrome.png)
362+
![Enable the Xdebug extension in Chrome]({{ site.baseurl }}/common/images/cloud/cloud-install_docker_php-storm_xdebug-chrome.png)
363363

364-
1. In Chrome, right-click ![Xdebug helper icon]({{ site.baseurl }}/common/images/cloud-xdebug_helper-icon.png){:width="25px"} in the Chrome toolbar.
364+
1. In Chrome, right-click ![Xdebug helper icon]({{ site.baseurl }}/common/images/cloud/cloud-xdebug_helper-icon.png){:width="25px"} in the Chrome toolbar.
365365

366366
1. From the pop-up menu, click **Options**.
367367

368368
1. From the _IDE Key_ list, click **PhpStorm**.
369369

370370
1. Click **Save**.
371371

372-
![Xdebug Helper options]({{ site.baseurl }}/common/images/cloud-xdebug_helper-options.png){:width="400px"}
372+
![Xdebug Helper options]({{ site.baseurl }}/common/images/cloud/cloud-xdebug_helper-options.png){:width="400px"}
373373

374374
1. Open your PhpStorm project.
375375

376-
1. In the top navigation bar, click ![Start listening for connections]({{ site.baseurl }}/common/images/install_docker_php-storm_xdebug-start-listening.png){:width="25px"} (**Start listening**).
376+
1. In the top navigation bar, click ![Start listening for connections]({{ site.baseurl }}/common/images/cloud/cloud-install_docker_php-storm_xdebug-start-listening.png){:width="25px"} (**Start listening**).
377377

378378
If the navigation bar isn't displayed, click **View** > **Navigation Bar**.
379379

src/cloud/project/new-relic.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ To connect a Cloud environment to New Relic, add the New Relic license key to th
106106
107107
For Starter environments, enable the New Relic integration by adding the New Relic license key to the environment configuration. We recommend adding the key to the Staging and Production (master) environments and one other environment of your choice. Only the New Relic license key is required for configuration. You can find information about additional configuration options in the [New Relic reporting] topic in the _{{site.data.var.ee}} User Guide_.
108108
109-
{:.bs-callout-warning}
110-
Updating the environment configuration triggers a redeployment, which takes your site offline until deployment completes. For Production environments, we recommend completing this work during off-peak hours to avoid service disruptions. See [Working with variables].
109+
{% include cloud/note-env-config-redeploy-warning.md%}
111110
112111
**Prerequisites:**
113112
@@ -227,7 +226,7 @@ To use the New Relic Logs application:
227226
1. To review infrastructure log data for cloud services, enter the query string `has: "filePath"` in the _Find logs where_ field. Then, click **Query logs**.
228227
The names of the log files are stored in the `filePath` field, with full paths to the log file.
229228

230-
![Cloud project New Relic service log data]({{ site.baseurl }}/common/images/cloud/cloud_new-relic-log-query-has-ident.png){:width="650px"}
229+
![Cloud project New Relic service log data]({{ site.baseurl }}/common/images/cloud/cloud-new-relic-log-query-has-ident.png){:width="650px"}
231230

232231
1. To review Fastly log data, enter the query string `has: "client_ip"` in the _Find logs where_ field. Then, click **Query logs**.
233232
@@ -250,15 +249,15 @@ For further information and examples, see [Introduction to New Relic Logs][New R
250249
Adobe provides the Managed Alerts for {{ site.data.var.ee }} alert policy to track performance metrics.
251250
Based on industry best practices, the policy includes a collection of alerts that set thresholds to trigger warning and critical notifications when site infrastructure or application issues affect performance. The Managed Alerts policy tracks the following metrics on Production environments only:
252251
253-
| Metric | Data collection | Availability
254-
|:--------|:------------------------|:-------------
255-
| [Apdex score] | APM | Pro and Starter
256-
| error rate | APM | Pro and Starter
257-
| disk space | NRI | Pro
258-
| CPU usage | NRI | Pro
259-
| memory usage | NRI | Pro
260-
| Redis | NRI | Pro
261-
| MariaDB | NRI | Pro
252+
| Metric | Data collection | Availability |
253+
|:--------------|:----------------|:----------------|
254+
| [Apdex score] | APM | Pro and Starter |
255+
| error rate | APM | Pro and Starter |
256+
| disk space | NRI | Pro |
257+
| CPU usage | NRI | Pro |
258+
| memory usage | NRI | Pro |
259+
| Redis | NRI | Pro |
260+
| MariaDB | NRI | Pro |
262261
263262
When site infrastructure or application conditions trigger an alert threshold, New Relic sends alert notifications so that you can proactively address the issue. See [Managed Alerts for Magento Commerce] in the _{{site.data.var.ee}} Help Center_ for details about alert thresholds and troubleshooting steps to resolve the issues that triggered the alert.
264263
@@ -393,4 +392,3 @@ See [Alerts concepts and workflow] in the New Relic documentation for more detai
393392
[Update the account owner]: https://docs.newrelic.com/docs/accounts/accounts/roles-permissions/change-account-owner
394393
[Update policies or conditions]: https://docs.newrelic.com/docs/alerts/new-relic-alerts/configuring-alert-policies/update-or-disable-policies-conditions
395394
[View your license key]: https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/license-key#finding
396-
[Working with variables]: {{site.baseurl}}/cloud/env/working-with-variables.html

0 commit comments

Comments
 (0)