Static Site Generators
Astro
- GitHub - withastro/astro: Build faster websites with Astro's next-gen island architecture
- Astro UI Framework [Full Book]
Gatsby (React) and Gridsome (Vue)
HUGO
The world's fastest framework for building websites.
Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, ease of use, and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website.
https://github.com/gohugoio/hugo
jekyll
Transform your plain text into static websites and blogs
- https://jekyllrb.com
- https://jamstackthemes.dev/ssg/jekyll
- https://jekyllthemes.io
- https://github.com/topics/jekyll-theme
Other Static Site Generators / Documentation Generators
- Backstage
- https://www.mkdocs.org
- https://docsify.js.org
- https://docusaurus.io
- https://github.com/doczjs/docz
- Mintlify - Beautiful documentation that converts users
- GitHub - requarks/wiki: Wiki.js | A modern and powerful wiki app built on Node.js
- Maintaining engineering documentation is injurious to mental health | Metz.sh
- DocUtils
- reStructuredText (rST)
- Sphinx
- doxygen
- Others - Company Knowledge Base - obsidian
Software documentation
- Product documentation
- System documentation
- User documentation
- Process documentation