Remove remaining Deprecated_Header macros - #45376
Conversation
|
Preview URLs (3 pages)
External URLs (2)URL: |
| sidebar: addonsidebar | ||
| --- | ||
|
|
||
| {{Deprecated_header}} |
There was a problem hiding this comment.
@OnkarRuikar why are we removing this and not replacing it with anything? It's still marked as deprecated in the Chrome docs (https://developer.chrome.com/docs/extensions/reference/api/runtime#event-onBrowserUpdateAvailable). If we remove the macro, we need to replace it with something.
There was a problem hiding this comment.
We are not changing the status of the feature. Only removing the Deprecated_header macro because of https://github.com/orgs/mdn/discussions/911 .
Now the header banner will be inferred from the front-matter property status: deprecated(in this file the line 6).
|
Marking the PR as draft till the rari implements the following requirement:
|
Related threads
Description
This is follow up of #45345 . The files that have been pulled here are the once should be updated only after the following requirement is implemented in the backend mdn/rari:
If we remove the Deprecated_header macro now, then the deprecated banner won't be shown till the rari implements the requirement.
Motivation
Let us wait till rari implements inferring the deprecated banner from front-matter.
Additional details