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',
|
include: CONTENTS_PATH + '/{cookbook,guide,tutorial}/**/*.md',
|
||||||
fileReader: 'contentFileReader'
|
fileReader: 'contentFileReader'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
basePath: CONTENTS_PATH + '/marketing',
|
||||||
|
include: CONTENTS_PATH + '/marketing/**/*.html',
|
||||||
|
fileReader: 'contentFileReader'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
basePath: CONTENTS_PATH,
|
basePath: CONTENTS_PATH,
|
||||||
include: CONTENTS_PATH + '/file-not-found.md',
|
include: CONTENTS_PATH + '/file-not-found.md',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user