We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c41b3 commit 55f447dCopy full SHA for 55f447d
example/jsdoc-docstrap.js
@@ -0,0 +1,6 @@
1
+const config = Object.assign({}, require('./jsdoc'));
2
+
3
+config.opts.destination = 'docs-docstrap';
4
+config.opts.template = './node_modules/ink-docstrap/template';
5
6
+module.exports = config;
example/package.json
@@ -1,9 +1,9 @@
{
"scripts": {
"docs": "jsdoc -d docs -c jsdoc.js",
- "docs:docstrap": "jsdoc -d docs-docstrap -c jsdoc.js -t ./node_modules/ink-docstrap/template",
"docs:minami": "jsdoc -d docs-minami -c jsdoc.js -t ./node_modules/minami",
"docs:tui": "jsdoc -d docs-tui -c jsdoc.js -t ./node_modules/tui-jsdoc-template"
+ "docs:docstrap": "jsdoc -c jsdoc-docstrap.js",
7
},
8
"dependencies": {
9
"ink-docstrap": "^1.3.2",
0 commit comments