diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
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'); |
