readme templates

This commit is contained in:
perry
2017-02-09 11:40:55 -06:00
parent 82d6efac76
commit e965d654c5
124 changed files with 3899 additions and 1 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ module.exports = function(currentVersion) {
templateFinder.templatePatterns = [
'${ doc.template }',
'${ doc.docType }.template.md',
'common.template.html'
'readme.template.md'
];
});