build(aio): include top level docs in content
This commit is contained in:
parent
09b548db75
commit
cda887896a
|
@ -107,7 +107,8 @@ module.exports =
|
|||
},
|
||||
{
|
||||
basePath: CONTENTS_PATH,
|
||||
include: CONTENTS_PATH + '/file-not-found.md',
|
||||
include: CONTENTS_PATH + '/*.md',
|
||||
exclude: [CONTENTS_PATH + '/index.md'],
|
||||
fileReader: 'contentFileReader'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue