diff --git a/aio/content/file-not-found.md b/aio/content/file-not-found.md
new file mode 100644
index 0000000000..719a135b6c
--- /dev/null
+++ b/aio/content/file-not-found.md
@@ -0,0 +1,3 @@
+@title Document not found
+@description
+
Document not found
\ No newline at end of file
diff --git a/aio/transforms/angular.io-package/index.js b/aio/transforms/angular.io-package/index.js
index f3eb4a219d..e0fe9a7724 100644
--- a/aio/transforms/angular.io-package/index.js
+++ b/aio/transforms/angular.io-package/index.js
@@ -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,