feat(aio): include guide and tutorial in the doc generation
This commit is contained in:

committed by
Igor Minar

parent
b92f52649b
commit
5e9474d24c
@ -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'},
|
||||||
|
Reference in New Issue
Block a user