From 1b04524a530e36596452eee09c5108666e092835 Mon Sep 17 00:00:00 2001 From: manishsaraan Date: Sat, 29 Sep 2018 12:57:30 +0530 Subject: [PATCH] apiDoc added in list --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 02eb1f75..d5b17fa4 100644 --- a/README.markdown +++ b/README.markdown @@ -154,6 +154,7 @@ Handlebars in the Wild * [promised-handlebars](https://github.com/nknapp/promised-handlebars) is a wrapper for Handlebars that allows helpers to return Promises. * [just-handlebars-helpers](https://github.com/leapfrogtechnology/just-handlebars-helpers) A fully tested lightweight package with common Handlebars helpers. * [incremental-bars](https://github.com/atomictag/incremental-bars) adds support for [incremental-dom](https://github.com/google/incremental-dom) as template target to Handlebars. +* [apiDoc](https://github.com/apidoc/apidoc) apiDoc uses handlebars as parsing engine for api documentation view generation. External Resources ------------------