-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Hide "CSS Critical Path" mentioned in documentation pages as it is not port of stable Magento version yet (nor 2.2 or 2.3) #5392
Conversation
An admin must run tests on this PR before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need the following file guides/v2.3/frontend-dev-guide/css-topics/css-critical-path.md
?
I believe it should be removed as well. Even if we don't have links to this topic, it might be still indexable by search crawlers.
I can confirm that the mentioned functionality is not present in the latest release yet. We do have the same documentation in the develop branch so it won't be missing. |
Hi @rogyar ,
But after it's confirmed that changes are present in the Thank you! |
8bb84e7
to
d62f82a
Compare
… of stable Magento version yet (nor 2.2 or 2.3) Removed "CSS Critital Path" documentation from v2.3
d62f82a
to
16e004f
Compare
running tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good guys! Thank you for correcting this.
@rogyar @vasilii-b I'm just now seeing this PR. Since the PR affects the Frontend Development Guide, I probably ignored the thread. Since the contributor of #4726 is an Adobe employee, I think the functionality being documented will be in the 2.3.4 release. I think the content that was removed in this PR should be added back, but in the |
@keharper: the functionality is definitely part of Magento 2.3.3 So this content should be restored in |
Thanks for confirming, @hostep. If at all possible, the info should be restored to the I became aware of this PR because @jfrontain asked me about the deleted file, which was to be referenced in the release notes. It'd be nice to include the reference without having to update the release notes later on. |
I created the PR myself. #5586 |
Purpose of this pull request
Hide "CSS Critical Path" page from documentation and mentions in other pages as this feature is only present in 2.3-develop branch:

Magento 2.2
Magento 2.3
This feature is not available in 2.2 version.
Note: Original PR #4726 was merged to
master
when he had to be merged todevelop
, most probably. Also, it was not pointing to the Magento source code.This is confusing for Front-End developers, as they are provided a feature that can't be used actually.
Affected DevDocs pages
Links to Magento source code