Skip to content

Commit 406f061

Browse files
JustinBeckwithAVaksman
authored andcommitted
docs: use the jsdoc-fresh theme (#214)
1 parent 24a7f73 commit 406f061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-automl/.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-automl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-prettier": "^3.0.0",
4949
"intelli-espower-loader": "^1.0.1",
5050
"jsdoc": "^3.5.5",
51-
"jsdoc-baseline": "^0.1.0",
51+
"jsdoc-fresh": "^1.0.1",
5252
"linkinator": "^1.5.0",
5353
"mocha": "^6.0.0",
5454
"nyc": "^14.0.0",

0 commit comments

Comments
 (0)