feat(aio): include guide and tutorial in the doc generation

This commit is contained in:
Peter Bacon Darwin 2017-02-21 13:31:12 +00:00 committed by Igor Minar
parent b92f52649b
commit 5e9474d24c
1 changed files with 1 additions and 1 deletions

View File

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