chore(doc-gen): add contentFolder config property

This commit is contained in:
Peter Bacon Darwin
2014-03-07 11:18:55 +00:00
committed by Brian Ford
parent 2eff326781
commit dec5eb6e83

View File

@@ -30,6 +30,7 @@ module.exports = function(config) {
config.set('processing.errors.minerrInfoPath', path.resolve(basePath, '../build/errors.json'));
config.set('rendering.outputFolder', '../build/docs');
config.set('rendering.contentsFolder', 'partials');
config.set('logging.level', 'info');