From 5e9474d24cf6031632ef2be436a5aff610cef142 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 21 Feb 2017 13:31:12 +0000 Subject: [PATCH] feat(aio): include guide and tutorial in the doc generation --- aio/transforms/angular.io-package/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/transforms/angular.io-package/index.js b/aio/transforms/angular.io-package/index.js index 7dbbc23b7e..49aa4fd3e7 100644 --- a/aio/transforms/angular.io-package/index.js +++ b/aio/transforms/angular.io-package/index.js @@ -89,7 +89,7 @@ module.exports = readFilesProcessor.sourceFiles = [ { basePath: CONTENTS_PATH, - include: CONTENTS_PATH + '/cookbook/**/*.md', + include: CONTENTS_PATH + '/{cookbook,guide,tutorial}/**/*.md', fileReader: 'contentFileReader' }, {basePath: CONTENTS_PATH, include: CONTENTS_PATH + '/cheatsheet/*.md'},