Skip to content

Commit

Permalink
docs: use the jsdoc-fresh theme (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and AVaksman committed Jul 31, 2019
1 parent f65390e commit f3aeaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
opts: {
readme: './README.md',
package: './package.json',
template: './node_modules/jsdoc-baseline',
template: './node_modules/jsdoc-fresh',
recurse: true,
verbose: true,
destination: './docs/'
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-prettier": "^3.1.0",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.6.2",
"jsdoc-baseline": "^0.1.0",
"jsdoc-fresh": "^1.0.1",
"linkinator": "^1.5.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
Expand Down

0 comments on commit f3aeaef

Please sign in to comment.