diff options
author | Per Guth <mail@perguth.de> | 2015-08-06 12:42:43 +0000 |
---|---|---|
committer | Per Guth <mail@perguth.de> | 2015-08-06 12:42:43 +0000 |
commit | b5deb463bff96765ca95ce72f9d2b18f0fe650db (patch) | |
tree | 512817ab72be0812dfef84f547d6a8c5c1bb6e01 | |
parent | add link to countly source (diff) | |
download | awesome-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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |