aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs.config.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-03-07 11:18:55 +0000
committerPeter Bacon Darwin2014-03-07 11:19:17 +0000
commit5af8d2963b429f5737b054048c9b639e2e56f79e (patch)
tree437260f1ee1e8458e1de57d9d1e0886c8469bea6 /docs/docs.config.js
parent0b4a41af58fbc75122e18146a890a0a7c8dbd947 (diff)
downloadangular.js-5af8d2963b429f5737b054048c9b639e2e56f79e.tar.bz2
chore(doc-gen): add contentFolder config property
Diffstat (limited to 'docs/docs.config.js')
-rw-r--r--docs/docs.config.js1
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');