Hacker News new | ask | show | jobs
by branko_d 408 days ago
Summary:

1. Write some docs in a text editor.

2. Using git, send your new docs to GitHub.

3. Follow some steps on GitHub to finish adding your new docs to the site.

4. A process runs which takes your changes, builds everything into a website (using the static site generator), and deploys it to a server.

2 comments

> builds everything into a website

No!

This is not about websites. It's about building manuals.

The result could be a book, an ePub, a PDF, or -- almost incidentally -- a website.

The above was copy-pasted from the article.
The post is for non-devs. :)