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

View File

@ -89,7 +89,7 @@ module.exports =
readFilesProcessor.sourceFiles = [ readFilesProcessor.sourceFiles = [
{ {
basePath: CONTENTS_PATH, basePath: CONTENTS_PATH,
include: CONTENTS_PATH + '/cookbook/**/*.md', include: CONTENTS_PATH + '/{cookbook,guide,tutorial}/**/*.md',
fileReader: 'contentFileReader' fileReader: 'contentFileReader'
}, },
{basePath: CONTENTS_PATH, include: CONTENTS_PATH + '/cheatsheet/*.md'}, {basePath: CONTENTS_PATH, include: CONTENTS_PATH + '/cheatsheet/*.md'},