From 4626ca2bffe92f58bade9451a0928384fcebcf92 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 1 Mar 2017 19:16:40 +0000 Subject: [PATCH] build(aio): add file-not-found doc --- aio/content/file-not-found.md | 3 +++ aio/transforms/angular.io-package/index.js | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 aio/content/file-not-found.md 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,