-
-
Notifications
You must be signed in to change notification settings - Fork 974
docs: strikethrough deprecated methods on api index #2067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: strikethrough deprecated methods on api index #2067
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2067 +/- ##
=======================================
Coverage 99.61% 99.61%
=======================================
Files 2535 2535
Lines 242202 242202
Branches 1292 1295 +3
=======================================
+ Hits 241258 241268 +10
+ Misses 917 907 -10
Partials 27 27 |
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.
I somewhat like it, but I'm not sure whether the user easily understands that the methods there are deprecated/what the strike-through should mean.
Also I'm not sure whether this adds any kind of benefit. If you notice a method doing what you search for then you click on it. If it happens to be deprecated, you will read the deprecation hint pointing to the right method.
The idea is if you are skimming looking for the right method you can focus on the ones that are non-deprecated. |
Team Decision
|
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 to me.
Co-authored-by: ST-DDT <[email protected]>
4907c71
Strikes through deprecated methods on API index page so its easier to see the non-deprecated methods
Example:
