Skip to content

Commit

Permalink
docs: use the jsdoc-fresh theme (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and AVaksman committed Jul 31, 2019
1 parent ee04258 commit c3d7f1c
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-datacatalog/.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-datacatalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-prettier": "^3.0.1",
"jsdoc": "^3.6.2",
"jsdoc-baseline": "^0.1.0",
"jsdoc-fresh": "^1.0.1",
"linkinator": "^1.4.0",
"mocha": "^6.1.4",
"prettier": "^1.17.0"
Expand Down

0 comments on commit c3d7f1c

Please sign in to comment.