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'},