Live data from Hacker News

Ask HN: Which are your favorite developer docs?

news.ycombinator.com

1–10 of 24 posts

Ask HN: Which are your favorite developer docs?

#1
I'm currently working on documenting a product for developers, I'm used to read lots of public dev docs, but it's my first time writing them.

I'd like to get some inspiration, could be favorite developer docs, but also resources on how to make them great.

Examples:

Stripe (https://stripe.com/docs): probably the canonical example for dev docs, well written, well structured, sweet spot between code examples and explanatory text (e.g. https://stripe.com/docs/billing/quickstart).

Tailscale (https://tailscale.com/kb/): well written, well structured, lots of how-to guides.

Docusaurus showcase (https://docusaurus.io/showcase): aggregation of docs, some of them are great, some are not. All of them are open source so it's a useful resource for inspiration.

Also, not a doc itself but a great tool to build docs: https://codehike.org/

Re: Ask HN: Which are your favorite developer docs?

#6
Is it just me or are the Stripe docs not the paragon of usefulness they once were? Still head and shoulders above many but last time I started a new project I found duplicated, outdated, confusing docs all over the place. Managing the complex payments state machine seems to get harder and harder as Stripe matures.

Re: Ask HN: Which are your favorite developer docs?

#10

Is it just me or are the Stripe docs not the paragon of usefulness they once were? Still head and shoulders above many but last time I started a new project I found duplicated, outdated, confusing docs all over the place. Managing the complex payments state machine seems to get harder and harder as Stripe matures.

I had the same impression the last time I had to look at them.

Basic payment processing feature are still well documented, but once you get into their Connect or subscription stuff, it gets a little messy.

Post reply on HN