Skip to content

Commit 42a4f9e

Browse files
JustinBeckwithAVaksman
authored andcommitted
docs: use the jsdoc-fresh theme (#129)
1 parent 45f43aa commit 42a4f9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"eslint-plugin-prettier": "^3.0.0",
5151
"intelli-espower-loader": "^1.0.1",
5252
"jsdoc": "^3.6.2",
53-
"jsdoc-baseline": "^0.1.0",
53+
"jsdoc-fresh": "^1.0.1",
5454
"linkinator": "^1.5.0",
5555
"mocha": "^6.0.0",
5656
"nyc": "^14.0.0",

0 commit comments

Comments
 (0)