MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file. Start by reading the introductory tutorial, then check the User Guide for more information.
No Slate API Docs Generator videos yet. You could help us improve this page by suggesting one.
Based on our record, Slate API Docs Generator should be more popular than MkDocs. 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: 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
I'm a software engineer, and before getting my rM2, I kept all of my notes in Markdown format. They're under source control (git), and I use mkdocs to build them into a static website. I have a CI pipeline set up so that whenever I push changes to my notes to GitHub/Gitlab/Sourcehut, they are automatically built and published to my site. Source: about 2 years ago
Starlette is a web framework developed by the author of Django REST Framework (DRF), Tom Christie. DRF is such a solid project. Sharing the same creator bolstered my confidence that Starlette will be a well designed piece of software. - Source: dev.to / about 4 years ago
Doxygen - Generate documentation from source code
GitBook - Modern Publishing, Simply taking your books from ideas to finished, polished books.
swagger.io - Swagger is an open source RESTapi Documentation Tool.
TypeDoc - A documentation generator for TypeScript projects
Docusaurus - Easy to maintain open source documentation websites
Docsify.js - A magical documentation site generator.