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

Commit 4b5f371

Browse files
committed
Merge branch 'master' into 2.4.1-develop
2 parents 47574a1 + ba6a755 commit 4b5f371

35 files changed

+491
-141
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ If you write and contribute a full topic, we will add your name (or your company
2424
1. [Fork](https://help.github.com/articles/fork-a-repo/) the [DevDocs repository](https://github.com/magento/devdocs). Remember to [sync your fork](https://help.github.com/articles/syncing-a-fork/) and update branches as needed.
2525
1. Review the [DevDocs guidelines](#contribution-guidelines).
2626

27+
**Note:** If you use a fork instead of a branch, please set permissions to allow maintainers to edit and update the PR. See [Allowing changes to a pull request branch created from a fork](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) in the _GitHub documentation_.
28+
2729
## Contribute documentation
2830

2931
The following diagram shows the contribution workflow:

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
jekyll-watch (2.2.1)
9797
listen (~> 3.0)
9898
json (2.3.0)
99-
kramdown (2.2.1)
99+
kramdown (2.3.0)
100100
rexml
101101
kramdown-parser-gfm (1.1.0)
102102
kramdown (~> 2.0)
@@ -153,7 +153,7 @@ GEM
153153
unicode-display_width (1.7.0)
154154
verbal_expressions (0.1.5)
155155
wdm (0.1.1)
156-
whatsup_github (0.3.0)
156+
whatsup_github (0.3.1)
157157
netrc (~> 0.10)
158158
octokit (~> 4.14)
159159
thor (~> 0.20)

src/_data/mde.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ extensions:
211211
name: Product Recommendations
212212
versions:
213213
-
214-
name: 3.0.4
214+
name: 3.0.4+
215215
support:
216216
2.3.0: supported
217217
2.3.1: supported
@@ -240,3 +240,13 @@ extensions:
240240
2.3.4: supported
241241
2.3.5-p1: supported
242242
2.4.0: not supported
243+
-
244+
name: 1.x.x
245+
support:
246+
2.3.0: not supported
247+
2.3.1: not supported
248+
2.3.2: not supported
249+
2.3.3: not supported
250+
2.3.4: not supported
251+
2.3.5-p1: not supported
252+
2.4.0: not supported

src/_data/toc/b2b-developer-guide.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,5 @@ pages:
7171

7272
- label: Develop B2B extensions
7373
url: /b2b/extensions.html
74+
- label: B2B Release Notes
75+
url: /release-notes/b2b-release-notes.html

src/_data/toc/ui-components-guide.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ pages:
279279
- label: Update the page URL type
280280
url: /ui_comp_guide/howto/update-url-type.html
281281

282+
- label: Render prices on the frontend
283+
url: /ui_comp_guide/howto/price_rendering.html
284+
285+
- label: Declare a custom UI component
286+
url: /ui_comp_guide/howto/new_component_declaration.html
287+
282288
- label: Troubleshoot
283289
children:
284290

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
You can use the following instructions for service setup on {{site.data.var.ece}} Pro Integration environments and Starter environments, including `master` branch. You must submit a support ticket to configure the service on Pro Production and Staging environments. See [Services]({{ site.baseurl }}/cloud/project/project-conf-files_services.html).
1+
Use the following instructions for service setup on {{site.data.var.ece}} Pro Integration environments and Starter environments, including the `master` branch.
2+
3+
{:.bs-callout-info}
4+
You must submit a support ticket to change the service configuration on Pro Production and Staging environments. See [Services]({{ site.baseurl }}/cloud/project/project-conf-files_services.html).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:.bs-callout-tip}
2+
After initial service setup, you can change the software version for an installed service by updating the `services.yaml` and `.magento.app.yaml` configuration files. See [Change service version]({{site.baseurl}}/cloud/project/project-conf-files_services.html#change-service-version).

src/cloud/env/variables-build.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,12 @@ stage:
207207
- **Default**—_Not set_
208208
- **Version**—Magento 2.1.4 and later
209209

210-
Enables or disables the [Symfony](https://symfony.com/doc/current/console/verbosity.html) debug verbosity level for your logs. Choose the level of detail provided in the logs: `-v`, `-vv`, or `-vvv`.
210+
Enable or disable the [Symfony](https://symfony.com/doc/current/console/verbosity.html) debug verbosity level for `bin/magento` CLI commands performed during the deployment phase.
211+
212+
{:.bs-callout}
213+
To use VERBOSE_COMMANDS to control the detail in command output for both successful and failed `bin/magento` CLI commands, you must set [MIN_LOGGING_LEVEL]({{ site.baseurl }}/cloud/env/variables-global.html#min_logging_level) `debug`.
214+
215+
Choose the level of detail provided in the logs: `-v`, `-vv`, or `-vvv`.
211216

212217
```yaml
213218
stage:

src/cloud/env/variables-deploy.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,12 @@ stage:
643643
- **Default**—_Not set_
644644
- **Version**—Magento 2.1.4 and later
645645

646-
Enables or disables the [Symfony](https://symfony.com/doc/current/console/verbosity.html) debug verbosity level for your logs. Choose the level of detail provided in the logs: `-v`, `-vv`, or `-vvv`.
646+
Enable or disable the [Symfony](https://symfony.com/doc/current/console/verbosity.html) debug verbosity level for `bin/magento` CLI commands performed during the deployment phase.
647+
648+
{:.bs-callout}
649+
To use the VERBOSE_COMMANDS setting to control the detail in command output for both successful and failed `bin/magento` CLI commands, you must set [MIN_LOGGING_LEVEL]({{ site.baseurl }}/cloud/env/variables-global.html#min_logging_level) `debug`.
650+
651+
Choose the level of detail provided in the logs: `-v`, `-vv`, or `-vvv`.
647652

648653
```yaml
649654
stage:

src/cloud/project/project-conf-files_services-elastic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ To enable Elasticsearch:
6262
bin/magento cache:clean
6363
```
6464

65+
{%include cloud/tip-change-installed-service-version.md%}
66+
6567
## Elasticsearch software compatibility
6668

6769
When you install or upgrade your {{ site.data.var.ece }} project, always check for compatibility between the Elasticsearch service version and the [Elasticsearch PHP](https://github.com/elastic/elasticsearch-php) client for {{ site.data.var.ee }}.

0 commit comments

Comments
 (0)