build(aio): add file-not-found doc
This commit is contained in:
parent
38bb744008
commit
4626ca2bff
3
aio/content/file-not-found.md
Normal file
3
aio/content/file-not-found.md
Normal file
@ -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',
|
include: CONTENTS_PATH + '/{cookbook,guide,tutorial}/**/*.md',
|
||||||
fileReader: 'contentFileReader'
|
fileReader: 'contentFileReader'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
basePath: CONTENTS_PATH,
|
||||||
|
include: CONTENTS_PATH + '/file-not-found.md',
|
||||||
|
fileReader: 'contentFileReader'
|
||||||
|
},
|
||||||
{basePath: CONTENTS_PATH, include: CONTENTS_PATH + '/cheatsheet/*.md'},
|
{basePath: CONTENTS_PATH, include: CONTENTS_PATH + '/cheatsheet/*.md'},
|
||||||
{
|
{
|
||||||
basePath: API_SOURCE_PATH,
|
basePath: API_SOURCE_PATH,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user