build(aio): generate marketing docs JSON files

This commit is contained in:
Peter Bacon Darwin 2017-03-01 22:54:21 +00:00 committed by Igor Minar
parent 62eafa4eec
commit 207298cd3a
5 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ module.exports =
include: CONTENTS_PATH + '/{cookbook,guide,tutorial}/**/*.md',
fileReader: 'contentFileReader'
},
{
basePath: CONTENTS_PATH + '/marketing',
include: CONTENTS_PATH + '/marketing/**/*.html',
fileReader: 'contentFileReader'
},
{
basePath: CONTENTS_PATH,
include: CONTENTS_PATH + '/file-not-found.md',