Hacker News new | ask | show | jobs
Ask HN: Framework/Platform for API Documentation
1 points by alexzender 1950 days ago
Do you know or have experience with a framework, that allows building such docs with code samples on the right as, for example Stripe does - https://stripe.com/docs/checkout/integration-builder

or React Router - https://reactrouter.com/web/guides/quick-start

Many thanks for your feedback!

1 comments

You might want to look at https://github.com/slatedocs/slate - there is also a Node.js port https://github.com/mermade/reslate and tools (see the slate wiki) to convert from formats such as OpenAPI
that's exactly what I was looking for, many thanks!