build(aio): add file-not-found doc

This commit is contained in:
Peter Bacon Darwin 2017-03-01 19:16:40 +00:00 committed by Igor Minar
parent 38bb744008
commit 4626ca2bff
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
@title Document not found
@description
<h3>Document not found</h3>

View File

@ -92,6 +92,11 @@ module.exports =
include: CONTENTS_PATH + '/{cookbook,guide,tutorial}/**/*.md',
fileReader: 'contentFileReader'
},
{
basePath: CONTENTS_PATH,
include: CONTENTS_PATH + '/file-not-found.md',
fileReader: 'contentFileReader'
},
{basePath: CONTENTS_PATH, include: CONTENTS_PATH + '/cheatsheet/*.md'},
{
basePath: API_SOURCE_PATH,