Based on our record, Slate API Docs Generator should be more popular than APIdoc. It has been mentiond 13 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Https://github.com/slatedocs/slate this ! Big company use it ( stripe etc ). Source: about 2 years ago
The second most common question being "What framework does Stripe use to build their documentation?" and the answer has unfortunately always been "They use a custom setup they built themselves and isn't available." - so then Slate gets brought up as a suitable replacement. Source: almost 3 years ago
DocuAPI is a multilingual API documentation theme for Hugo created and maintained by Bjørn Erik Pedersen, the lead maintainer and co-creator of Hugo itself. It’s built on top of the Slate API docs generator, which itself was inspired by Stripe’s and PayPal’s API docs. The JavaScript section of DocuAPI has been rewritten from Jquery to AlpineJS.. - Source: dev.to / almost 3 years ago
I've used Slate to document APIs which similarly will produce a local website. You can host that privately or there's built in support to push to github pages if you're hosting it in a github repo. The documentation itself is all written in markdown and managed separate from your API code. Source: about 3 years ago
We used to use Slate - https://github.com/slatedocs/slate for our APIs in my previous job. That was pretty neat. - Source: Hacker News / over 3 years ago
Compared to the first three tools, apiDoc takes a different approach towards generating documentation. Rather than rely on an API definition file like OAS, apiDoc is a package that allows you to add documentation directly into your source code through annotations. While there are third-party libraries that can create OAS files based on code annotations, having this built-in makes apiDoc slightly better if you want... - Source: dev.to / about 2 years ago
You can find it here : https://apidocjs.com/. - Source: dev.to / over 3 years ago
Doxygen - Generate documentation from source code
swagger.io - Swagger is an open source RESTapi Documentation Tool.
GitBook - Modern Publishing, Simply taking your books from ideas to finished, polished books.
Compodoc - The missing documentation tool for your Angular application
TypeDoc - A documentation generator for TypeScript projects
JSDoc - An API documentation generator for JavaScript.