aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');