Skip to content

Commit f1013ff

Browse files
authored
build: check broken links in generated docs (#202)
* build: check dead links on Kokoro * recursive crawl local links
1 parent d69c9d3 commit f1013ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-dns/.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/ink-docstrap/template',
23+
template: './node_modules/jsdoc-baseline',
2424
recurse: true,
2525
verbose: true,
2626
destination: './docs/'

packages/google-cloud-dns/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-plugin-node": "^8.0.0",
7070
"eslint-plugin-prettier": "^3.0.0",
7171
"gts": "^0.9.0",
72-
"ink-docstrap": "^1.3.2",
72+
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
7373
"intelli-espower-loader": "^1.0.1",
7474
"jsdoc": "^3.5.5",
7575
"mocha": "^5.2.0",

0 commit comments

Comments
 (0)