feat(aio): include guide and tutorial in the doc generation
This commit is contained in:
parent
b92f52649b
commit
5e9474d24c
|
@ -89,7 +89,7 @@ module.exports =
|
|||
readFilesProcessor.sourceFiles = [
|
||||
{
|
||||
basePath: CONTENTS_PATH,
|
||||
include: CONTENTS_PATH + '/cookbook/**/*.md',
|
||||
include: CONTENTS_PATH + '/{cookbook,guide,tutorial}/**/*.md',
|
||||
fileReader: 'contentFileReader'
|
||||
},
|
||||
{basePath: CONTENTS_PATH, include: CONTENTS_PATH + '/cheatsheet/*.md'},
|
||||
|
|
Loading…
Reference in New Issue