diff options
| author | Peter Bacon Darwin | 2014-03-07 11:18:55 +0000 | 
|---|---|---|
| committer | Brian Ford | 2014-03-07 15:09:06 -0800 | 
| commit | dec5eb6e837e41a33787852dde8feae545987fb2 (patch) | |
| tree | b705fbaa911e5ed5efdbb4d16ea8e229923ad022 | |
| parent | 2eff3267819737d1cc457800fd86a846acbf1b1e (diff) | |
| download | angular.js-dec5eb6e837e41a33787852dde8feae545987fb2.tar.bz2 | |
chore(doc-gen): add contentFolder config property
| -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 62fd6066..2e163254 100644 --- a/docs/docs.config.js +++ b/docs/docs.config.js @@ -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'); | 
