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 3d341ca commit 3745cb6Copy full SHA for 3745cb6
example/jsdoc-tui.js
@@ -0,0 +1,6 @@
1
+const config = Object.assign({}, require('./jsdoc'));
2
+
3
+config.opts.destination = 'docs-tui';
4
+config.opts.template = './node_modules/tui-jsdoc-template';
5
6
+module.exports = config;
example/package.json
@@ -1,9 +1,9 @@
{
"scripts": {
"docs": "jsdoc -d docs -c jsdoc.js",
- "docs:tui": "jsdoc -d docs-tui -c jsdoc.js -t ./node_modules/tui-jsdoc-template"
"docs:docstrap": "jsdoc -c jsdoc-docstrap.js",
"docs:minami": "jsdoc -c jsdoc-minami.js",
+ "docs:tui": "jsdoc -c jsdoc-tui.js"
7
},
8
"dependencies": {
9
"ink-docstrap": "^1.3.2",
0 commit comments