I often find myself browsing Ember API website, just to learn something new or to deepen my knowledge, but what I really miss there is the option to see which classes have been deprecated and which are private - before I enter the class’s page.
Those of you find this info useful, are more than welcome to install the user script I created in OpenUserJS, which runs on tools like Tampermonkey or Greasemonkey, which basically reformats Ember API sidebar and provides hints about the status of each class:
- Grey entry - private class
- Strikethrough entry - deprecated class
Enjoy!