From b5deb463bff96765ca95ce72f9d2b18f0fe650db Mon Sep 17 00:00:00 2001
From: Per Guth <mail@perguth.de>
Date: Thu, 6 Aug 2015 14:42:43 +0200
Subject: [PATCH] New section `Documentation generator` + entry

+ TOC entry,
+ the new section itself,
+ new entry `flatdoc`
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index de4a62bf..1d7891f0 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ Table of Contents
   - [IDE/Tools](#idetools)
   - [Continuous Integration](#continuous-integration)
   - [Bug and Task Trackers](#bug-and-task-trackers)
+  - [Documentation generator](#documentation-generator)
 - [Static site generators](#static-site-generators)
 - [URL Shorteners](#url-shorteners)
 - [Wikis](#wikis)
@@ -504,6 +505,11 @@ CMS are a practical way to setup a website with many features. CMS often come wi
   * [Tinyissue](https://github.com/mikelbring/tinyissue) - Simple Issue Tracking for Teams `MIT`
   * [Tracks](http://getontracks.org/) -  a web-based application to help you implement David Allen’s [Getting Things Done™](http://wikipedia.org/wiki/Getting_Things_Done) methodology. - `GPLV2`
 
+### Documentation generator
+
+  * [Flatdoc](http://ricostacruz.com/flatdoc/) - a small JavaScript file that fetches Markdown files and renders them as full pages `MIT`
+
+
 ## Static site generators
 
 See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen.com](https://www.staticgen.com)