mirror of
https://github.com/bpatrik/pigallery2.git
synced 2026-06-20 00:15:49 +02:00
Update man page doc
This commit is contained in:
File diff suppressed because one or more lines are too long
+3
-3
@@ -390,9 +390,9 @@ gulp.task('generate-man', async (cb): Promise<void> => {
|
||||
'```\n' +
|
||||
ConfigClassBuilder.attachPrivateInterface(defCFG).__printMan() +
|
||||
'```';
|
||||
txt += '\n\n ### `config.json` sample:\n';
|
||||
txt += '```json\n' + JSON.stringify(defCFG, null, 4) + '```';
|
||||
await fsp.writeFile('MANPAGE.md', txt);
|
||||
txt += '\n\n ### `config.json` sample:\n\n';
|
||||
txt += '```json\n' + JSON.stringify(defCFG, null, 4) + '\n```\n';
|
||||
await fsp.writeFile(path.join(__dirname, 'docs', 'user-guide', 'configuration.md'), txt);
|
||||
cb();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user