aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Guth <mail@perguth.de>2015-08-06 12:42:43 +0000
committerPer Guth <mail@perguth.de>2015-08-06 12:42:43 +0000
commitb5deb463bff96765ca95ce72f9d2b18f0fe650db (patch)
tree512817ab72be0812dfef84f547d6a8c5c1bb6e01
parentadd link to countly source (diff)
downloadawesome-selfhosted-b5deb463bff96765ca95ce72f9d2b18f0fe650db.tar.gz
awesome-selfhosted-b5deb463bff96765ca95ce72f9d2b18f0fe650db.zip
New section `Documentation generator` + entry
+ TOC entry, + the new section itself, + new entry `flatdoc`
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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)