Live data from Hacker News

Ask HN: Framework/Platform for API Documentation

news.ycombinator.com

1–3 of 3 posts

Ask HN: Framework/Platform for API Documentation

#1
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!

Re: Ask HN: Framework/Platform for API Documentation

#3
post #2

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!