Ask HN: What are examples of good dev docs?

3 points by ibn-python ↗ HN
Have an opportunity to provide input on my company's api documentation. What are some of your favorite examples of docs done well?

5 comments

[ 3.0 ms ] story [ 24.3 ms ] thread
Tensorflow. Also the MSDN, specifically for .NET. I think having relevant examples explaining the impact of the arguments is more important than a dry explanation of the function itself.
What sort of API is it? Web-based (as in REST or GraphQL)? Or software libraries? Curious the language, in that case...