From 24a87d90f2152758d2c96ef3dd2a27a577932705 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 13 Feb 2014 22:26:22 +0000 Subject: chore(doc-gen): provide example dependencyPath in config --- docs/docs.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/docs.config.js') diff --git a/docs/docs.config.js b/docs/docs.config.js index 4c6d07d2..4c9b96f6 100644 --- a/docs/docs.config.js +++ b/docs/docs.config.js @@ -16,6 +16,7 @@ module.exports = function(config) { scripts: [ '../../../angular.js' ], stylesheets: [] }); + config.set('processing.examples.dependencyPath', '../../..'); config.set('rendering.outputFolder', '../build/docs'); -- cgit v1.2.3