Skip to content

Commit 5af8d29

Browse files
chore(doc-gen): add contentFolder config property
1 parent 0b4a41a commit 5af8d29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = function(config) {
3030
config.set('processing.errors.minerrInfoPath', path.resolve(basePath, '../build/errors.json'));
3131

3232
config.set('rendering.outputFolder', '../build/docs');
33+
config.set('rendering.contentsFolder', 'partials');
3334

3435
config.set('logging.level', 'info');
3536

0 commit comments

Comments
 (0)