Docsify.js might be a bit more popular than Slate API Docs Generator. We know about 18 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.
I built a fast, responsive, and lightweight static documentation site powered by Docsify, hosted on AWS S3 with a CloudFront CDN for global distribution. The entire infrastructure is managed using Pulumi YAML, allowing me to declaratively define and deploy resources without writing any imperative code. - Source: dev.to / 29 days ago
Okay new plan, does anyone know how to do this docsify on github? I obviously am a noob on github and recently on reddit. I'd like to help where I can but my knowlegde seems to be my handycap. I could provide you a trash-mail, if you need one, but I need a PO (product owner) to manage the git... I have no clue about this yet (pages and functions and stuff). Source: almost 2 years ago
Good idea. Instead of bookstack, I recommend something like Docsify The content is all in Markdown and can be managed in a git repo. Easy to deploy the whole website to any simple static HTTP server - or even Github pages. This way you can review contributions and have good version control. Source: almost 2 years ago
The tools to author it aren't that important, frankly. Ask your audience what they're most comfortable using and try to meet them there. If the stakeholders are technical, you have more options. If they aren't, I hope you like Google Docs or Word, because if you give them anything other than that or a PDF, they'll probably complain. At worst, yeah, write it in a long Markdown text file and use tools like pandoc to... - Source: Hacker News / about 2 years ago
Big fan of https://docsify.js.org since theres no need to compile your static site. A small amount of js just renders markdown. - Source: Hacker News / over 2 years ago
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: almost 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 / about 3 years ago
GitBook - Modern Publishing, Simply taking your books from ideas to finished, polished books.
Doxygen - Generate documentation from source code
swagger.io - Swagger is an open source RESTapi Documentation Tool.
Docusaurus - Easy to maintain open source documentation websites
TypeDoc - A documentation generator for TypeScript projects
DocFX - A documentation generation tool for API reference and Markdown files!