Skip to content

Commit 0a98a4d

Browse files
JustinBeckwithAVaksman
authored andcommitted
docs: use the jsdoc-fresh theme (#275)
1 parent 94e9f3b commit 0a98a4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-videointelligence/.jsdoc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
opts: {
2121
readme: './README.md',
2222
package: './package.json',
23-
template: './node_modules/jsdoc-baseline',
23+
template: './node_modules/jsdoc-fresh',
2424
recurse: true,
2525
verbose: true,
2626
destination: './docs/'

packages/google-cloud-videointelligence/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-prettier": "^3.1.0",
5353
"intelli-espower-loader": "^1.0.1",
5454
"jsdoc": "^3.6.2",
55-
"jsdoc-baseline": "^0.1.0",
55+
"jsdoc-fresh": "^1.0.1",
5656
"linkinator": "^1.5.0",
5757
"mocha": "^6.1.4",
5858
"nyc": "^14.1.1",

0 commit comments

Comments
 (0)