update page status emojis in versioned docs#4787
Conversation
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
That was fast! :) Is there any precedent for the use of ❌ to indicate a removed API? Could we just use 🗑️ instead and cross the name of the API in the title to indicate it's already been deleted instead? |
|
Removed pages are no longer listed in any sidebar, and only serve the purpose for legacy 3rd party content and aims to help users to find alternate solution guiding them to a given package on React Native Directory. The idea behind ❌ emoji is to differentiate them from deprecated parts, which still have the code in the core. We recently decided to drop the content fully from those pages, but the changes have not been backported to versioned docs, can work on this in separate PR, if you want, to improve the clarity/purpose of those pages. An example in unversioned docs: Also, I'm not sure if Docusaurus supports decorations or MD formatting elements in the page titles, would need to check this out. |
Why
Follow up to the recent unversioned docs changes:
How
Replace "🚧" emojis with "🗑️" and "❌" based on the component/API status for the versioned pages.