From 36a75eade85cd8a6af478a280ae9dc1899b90d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Mon, 2 Jun 2014 12:58:02 +0200 Subject: [PATCH] Add gitbook to list of tools to generate docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a604919..874778c 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [codo](https://github.com/coffeedoc/codo) - CoffeeScript API documentation generator, similar to YARD. (contributed by [Logan Koester](http://github.com/logankoester)) * [Flatdoc](http://ricostacruz.com/flatdoc/) - Create well designed open source documentation from Github repository README files or simple Markdown files. (contributed by [@moore](http://twitter.com/moore)) * [DocumentUp](http://documentup.com/) - A documentation site generator for Github projects. (contributed by [Jerome Gravel-Niquet](https://github.com/jeromegn)) +* [GitBook](https://github.com/GitbookIO/gitbook) - Utility for generating documentation, books and exercises using GitHub/Git and Markdown. (contributed by [Samy Pessé](https://github.com/SamyPesse))