Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[changed] switched to [docdash](https://www.npmjs.com/package/docdash)…
Browse files Browse the repository at this point in the history
… as the new default documentation template
  • Loading branch information
thealjey committed Jan 15, 2017
1 parent 68102e0 commit 8d12a47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions config/jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"plugins": ["jsdocPlugin", "plugins/markdown"],
"templates": {
"includeDate": false,
"linenums": true,
"outputSourceFiles": true,
"theme": "sandstone",
"inverseNav": true,
"syntaxTheme": "dark"
"default": {
"includeDate": false
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
"eslint-plugin-flowtype": "^2.15.0",
"eslint-plugin-lodash": "^1.10.3",
"eslint-plugin-react": "^6.2.0",
"docdash": "^0.4.0",
"fb-watchman": "^1.9.0",
"ink-docstrap": "^1.3.0",
"js-yaml": "^3.6.1",
"jsdoc": "^3.4.0",
"jsdom": "^9.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Documentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const npm = new NativeProcess('npm'),
inputDir: join(cwd, 'src'),
outputDir: join(cwd, 'docs'),
readMe: join(cwd, 'README.md'),
template: join(cwd, 'node_modules', 'ink-docstrap', 'template'),
template: join(cwd, 'node_modules', 'docdash'),
jsdocConfig: join(__dirname, '..', 'config', 'jsdoc.json')
};

Expand Down

0 comments on commit 8d12a47

Please sign in to comment.