From ef22968810d555f78d3bbf7b5428757690c8cc70 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Thu, 6 Jun 2013 01:28:50 -0400 Subject: feat(ngdocs): support popover, foldouts and foldover annotations --- docs/src/gen-docs.js | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/src/gen-docs.js') diff --git a/docs/src/gen-docs.js b/docs/src/gen-docs.js index 4fd3d4f2..52d1f629 100755 --- a/docs/src/gen-docs.js +++ b/docs/src/gen-docs.js @@ -44,6 +44,7 @@ writer.makeDir('build/docs/', true).then(function() { function writeTheRest(writesFuture) { var metadata = ngdoc.metadata(docs); + writesFuture.push(writer.symlink('../../docs/content/notes', 'build/docs/notes', 'dir')); writesFuture.push(writer.symlinkTemplate('css', 'dir')); writesFuture.push(writer.symlink('../../docs/img', 'build/docs/img', 'dir')); writesFuture.push(writer.symlinkTemplate('js', 'dir')); -- cgit v1.2.3