Skip to content

Commit c3d7f1c

Browse files
JustinBeckwithAVaksman
authored andcommitted
docs: use the jsdoc-fresh theme (#18)
1 parent ee04258 commit c3d7f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-node": "^9.0.1",
3636
"eslint-plugin-prettier": "^3.0.1",
3737
"jsdoc": "^3.6.2",
38-
"jsdoc-baseline": "^0.1.0",
38+
"jsdoc-fresh": "^1.0.1",
3939
"linkinator": "^1.4.0",
4040
"mocha": "^6.1.4",
4141
"prettier": "^1.17.0"

0 commit comments

Comments
 (0)