build(aio): generate marketing docs JSON files
This commit is contained in:
parent
62eafa4eec
commit
207298cd3a
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue