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

Commit 74573de

Browse files
committed
Merge branch 'db_actiongroups' of github.com:magento/devdocs into db_actiongroups
2 parents f824634 + 3a01e12 commit 74573de

File tree

58 files changed

+904
-321
lines changed

Some content is hidden

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

58 files changed

+904
-321
lines changed

_config.checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#
55
html-proofer:
66

7+
# Validate HTML
8+
:check_html: true
9+
710
# Do not check external links.
811
:disable_external: true
912

_data/toc/configuration-guide.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ pages:
275275
url: /config-guide/multi-site/ms_over.html
276276
children:
277277

278+
- label: Change increment ID for a database entity on particular store
279+
url: /config-guide/multi-site/change-increment-id.html
280+
278281
- label: Set up multiple websites, stores, and store views in the Admin
279282
url: /config-guide/multi-site/ms_websites.html
280283

@@ -423,4 +426,4 @@ pages:
423426
url: /architecture/gdpr/magento-2x.html
424427

425428
- label: Magento 1.x
426-
url: /architecture/gdpr/magento-1x.html
429+
url: /architecture/gdpr/magento-1x.html

_data/toc/javascript-developer-guide.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,6 @@ pages:
102102

103103
- label: ToggleAdvanced widget
104104
url: /javascript-dev-guide/widgets/widget_toggle.html
105+
106+
- label: TrimInput widget
107+
url: /javascript-dev-guide/widgets/widget-trim-input.html

_data/toc/release-notes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ pages:
3232
include_versions: ["2.2"]
3333
children:
3434

35+
- label: Magento Open Source 2.2.9 Release Notes
36+
url: /release-notes/ReleaseNotes2.2.9CE.html
37+
38+
- label: Magento Commerce 2.2.9 Release Notes
39+
url: /release-notes/ReleaseNotes2.2.9EE.html
40+
3541
- label: Magento Open Source 2.2.8 Release Notes
3642
url: /release-notes/ReleaseNotes2.2.8CE.html
3743

_data/whats-new.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,30 @@ description: |
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: Fri Aug 2 12:05:50 2019
7+
updated: Fri Aug 9 23:29:50 2019
88
entries:
9+
- description: Added information about how to [define a custom Import Entity](https://devdocs.magento.com/guides/v2.3/ext-best-practices/tutorials/custom-import-entity.html).
10+
versions: 2.2.x, 2.3.x
11+
type: New topic
12+
date: August 7, 2019
13+
link: https://github.com/magento/devdocs/pull/5007
14+
- description: Updated the label descriptions for [DevDocs contributions](https://devdocs.magento.com/guides/v2.3/contributor-guide/contributing.html#devdocs), corrected links, and added a link to the [Beginner's Guide](https://github.com/magento/magento2/wiki/Getting-Started).
15+
versions: 2.2.x, 2.3.x
16+
type: Major update
17+
date: August 5, 2019
18+
link: https://github.com/magento/devdocs/pull/4551
19+
- description: Added a new topic about [enabling database query profiling](https://devdocs.magento.com/guides/v2.3/cloud/project/profile-database-queries.html).
20+
versions: 2.2.x, 2.3.x
21+
type: New topic
22+
date: August 2, 2019
23+
link: https://github.com/magento/devdocs/pull/5111
24+
- description: Added a new task topic for [setting the cache time-to-live (TTL) for
25+
static files](https://devdocs.magento.com/guides/v2.3/cloud/project/set-cache.html)
26+
on Magento Commerce (Cloud).
27+
versions: 2.2.x, 2.3.x
28+
type: New topic
29+
date: August 2, 2019
30+
link: https://github.com/magento/devdocs/pull/5109
931
- description: Added information about patch PRODSECBUG-2233 to the relevant release
1032
notes for affected Magento versions.
1133
versions: 2.2.8, 2.2.x, 2.3.0, 2.3.1, 2.3.x, 2.x

_includes/install/sampledata/sample-data-composer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you encounter errors, such as `Could not find package...` or `...no matching
1313

1414
You can use Composer to install sample data either before or after installing Magento; however, there might be [additional tasks]({{ page.baseurl }}/install-gde/install/sample-data.html).
1515

16-
If you're a contributing developer, refer to [Install by cloning repositories]({{install-gde/install/sample-data-after-clone.html}}).
16+
If you're a contributing developer, refer to [Install by cloning repositories]({{ page.baseurl }}/install-gde/install/sample-data-after-clone.html).
1717

1818
{:.bs-callout .bs-callout-warning}
1919
Do not install sample data if your Magento application is set for [production mode]({{ page.baseurl }}/config-guide/bootstrap/magento-modes.html#production-mode). Switch to [developer mode]({{ page.baseurl }}/config-guide/bootstrap/magento-modes.html#developer-mode) first. Installing sample data in production mode [fails]({{ page.baseurl }}/install-gde/trouble/tshoot_sample-data.html#trouble-samp-prod).

_includes/note.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Available note types: "info", "warning", "tip" -->
22

3-
<div class="bs-callout bs-callout-{{include.type}}" id="{{include.type}}" markdown="1">
3+
<div class="bs-callout-{{include.type}}" markdown="1">
44
{{include.content}}
55
</div>
30.5 KB
Loading
7.09 KB
Loading
9.91 KB
Loading

0 commit comments

Comments
 (0)