TypeDoc might be a bit more popular than Slate API Docs Generator. We know about 15 links to it since March 2021 and only 13 links to Slate API Docs Generator. 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: over 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: over 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 / over 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: over 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
Documentation generation from your compiled .d.ts with typedoc. - Source: dev.to / about 1 year ago
JavaScript (TypeScript) ecosystem has various types of API docs generators. Maybe the most popular one is TypeDoc. While generating API docs itself is easy, hosting API docs is pretty hard. Publishing generated HTML to static hosting service like GitHub Pages is the method I adopted previously, but it's not an ideal solution because we can't view docs for older versions. - Source: dev.to / over 1 year ago
Finally, JSDoc can be used to generate documentation for your code using tools like JSDoc itself and TypeDoc. These tools generate HTML or Markdown documentation based on your JSDoc annotations, making it easier for others to understand how your code works and how to use it. - Source: dev.to / over 2 years ago
Since you're using TypeScript, use TypeDoc. Source: over 2 years ago
I was thinking of using something like https://typedoc.org to do it, do you have experience with this sort of tools? Source: over 2 years ago
Doxygen - Generate documentation from source code
Compodoc - The missing documentation tool for your Angular application
GitBook - Modern Publishing, Simply taking your books from ideas to finished, polished books.
swagger.io - Swagger is an open source RESTapi Documentation Tool.
Docusaurus - Easy to maintain open source documentation websites
OpenAPI Generator - OpenAPI Generator enables you to generate documentation, clients, and servers from OpenAPI 2.0/3.x documents without hassle.