build(aio): include top level docs in content

This commit is contained in:
Peter Bacon Darwin 2017-03-27 16:09:30 +01:00 committed by Pete Bacon Darwin
parent 09b548db75
commit cda887896a
1 changed files with 2 additions and 1 deletions

View File

@ -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'
},
{