From 7981e13b0ec82ddf98eb9c62a01a78cd7a7ac9e8 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Date: Thu, 30 Jan 2014 11:25:02 -0800 Subject: [PATCH] Adding Flatdoc to the Generating Docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f06063..cc0826f 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,5 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [ApiGen](http://apigen.org/) - Creates clean API documentation from PHP source code (contributed by [bryceadams](http://bryce.se/)) * [docgenerator](https://github.com/Ralt/docgenerator/blob/master/README.md) - Organize your documentation in Markdown files. (contributed by [Florian Margaine](http://margaine.com)) * [dexy](http://www.dexy.it/) - Extensible documentation/report generator supporting multiple programming languages and serveral input and output formats. (contributed by [troytop](http://github.com/troytop)) -* [Slate](https://github.com/tripit/slate) - Static API documentation creation tool from the team at Tripit. +* [Slate](https://github.com/tripit/slate) - Static API documentation creation tool from the team at Tripit. +* [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)