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

Updated What's New for documentation updates since Aug 9, 2019 #5212

Merged
merged 6 commits into from
Aug 20, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 57 additions & 1 deletion _data/whats-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,64 @@ description: |
We exclude from this list proofreading, spelling checks, and all minor updates.
link: /whats-new.html
thread: /whatsnew-feed.xml
updated: Fri Aug 9 23:29:50 2019
updated: Mon Aug 19 16:06:34 2019
entries:
- description: Added a tutorial about how to create a [grouped product using the REST
API](https://devdocs.magento.com/guides/v2.3/rest/tutorials/grouped-product/create-and-manage-grouped-products.html).
versions: 2.3.x
type: New topic
date: August 19, 2019
link: https://github.com/magento/devdocs/pull/5155`1
- description: Updated the [Set up multiple website or stores](https://devdocs.magento.com/guides/v2.3/cloud/project/project-multi-sites.html)
topic in the Cloud guide. Now, this topic differentiates between sites with a
shared domain and sites with unique domains.
versions: 2.x
type: Major update
date: August 15, 2019
link: https://github.com/magento/devdocs/pull/5123
- description: Added the [Change increment ID for a database entity on particular
store](http://devdocs.magento.com/guides/v2.2/config-guide/multi-site/change-increment-id.html)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not critical, but the link should point to the topic from latest version.

topic to the Configuration Guide.
versions: 2.2.x, 2.3.x
type: New topic
date: August 15, 2019
link: https://github.com/magento/devdocs/pull/5129
- description: Added a code sample and updated the API reference in the [QuickSearch
Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_quickSearch.html)
topic.
versions: 2.2.x, 2.3.x
type: Major update
date: August 14, 2019
link: https://github.com/magento/devdocs/pull/5182
- description: Provided details about what happens when you run the [Data Migration
Tool](https://devdocs.magento.com/guides/v2.2/migration/migration-migrate-data.html).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not critical, but the link should point to the topic from latest version.

versions: 2.2.x, 2.3.x
type: Major update
date: August 14, 2019
link: https://github.com/magento/devdocs/pull/5167
- description: Updated the Javascript resources topic with instructions for [including
third-party JavaScript libraries](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/javascript/js-resources.html#including-third-party-javascript-libraries).
versions: 2.2.x, 2.3.x
type: Major update
date: August 13, 2019
link: https://github.com/magento/devdocs/pull/5161
- description: Added documentation for the [TrimInput widget](https://devdocs.magento.com//guides/v2.3/javascript-dev-guide/widgets/widget_trim-input.html)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link https://devdocs.magento.com//guides causes double slash failure when I generate a preview with rake.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link is redirected to home page. There is no such file guides/v2.3/javascript-dev-guide/widgets/widget_trim-input.md.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dshevtsov Did you refresh? I don't have the *.md file in the files that I generated. Nor do I have a double slash.

Copy link
Collaborator

@dshevtsov dshevtsov Aug 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't mean you have .md files in links.
The link points to the HTML page, but the page does not exist, because there is no corresponding .md file in the source.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for clarifying.

topic.
versions: 2.2.x, 2.3.x
type: New topic
date: August 13, 2019
link: https://github.com/magento/devdocs/pull/5135
- description: Added an optional step to the [Cloud Docker]( https://devdocs.magento.com/guides/v2.3/cloud/docker/docker-config.html)
Copy link
Collaborator

@dshevtsov dshevtsov Aug 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the link starts from a space

Copy link
Contributor Author

@meker12 meker12 Aug 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dshevtsov The space is added when the entry is generated from the What's New script. I don't see why because the comment in the PR looks fine.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you open the PR description in raw format, you'll see the issue.
GitHub UI resolves the issue with spaces, but our tool uses GitHub API and gets raw Markdown.

topic to restart services.
versions: 2.x
type: Technical changes
date: August 12, 2019
link: https://github.com/magento/devdocs/pull/5157
- description: Added documentation for the [Popup Window widget](https://devdocs.magento.com//guides/v2.3/javascript-dev-guide/widgets/widget-popup-window.html).
versions: 2.2.x, 2.3.x
type: New topic
date: August 12, 2019
link: https://github.com/magento/devdocs/pull/5171
- 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).
versions: 2.2.x, 2.3.x
type: New topic
Expand Down