Skip to content

Commit

Permalink
chore(doc-gen): add contentFolder config property
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Mar 7, 2014
1 parent 0b4a41a commit 5af8d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 5af8d29

Please sign in to comment.