build(aio): add file-not-found doc
This commit is contained in:
parent
38bb744008
commit
4626ca2bff
|
@ -0,0 +1,3 @@
|
|||
@title Document not found
|
||||
@description
|
||||
<h3>Document not found</h3>
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue