diff options
Diffstat (limited to 'docs/docs.config.js')
| -rw-r--r-- | docs/docs.config.js | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/docs/docs.config.js b/docs/docs.config.js index 536728fb..afe982fd 100644 --- a/docs/docs.config.js +++ b/docs/docs.config.js @@ -31,6 +31,9 @@ module.exports = function(config) {    });    config.set('processing.examples.dependencyPath', '../../..'); + +  config.set('processing.errors.minerrInfoPath', path.resolve(basePath, '../build/errors.json')); +    config.set('rendering.outputFolder', '../build/docs');    config.set('logging.level', 'info'); | 
