Skip to content

Commit

Permalink
build: check broken links in generated docs (#132)
Browse files Browse the repository at this point in the history
* build: check dead links on Kokoro

* recursive crawl local links

* add missing jsdoc namespace
  • Loading branch information
jkwlui authored Jan 15, 2019
1 parent 49b7faa commit a9562c5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/.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/ink-docstrap/template',
template: './node_modules/jsdoc-baseline',
recurse: true,
verbose: true,
destination: './docs/'
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-config-prettier": "^3.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"ink-docstrap": "^1.3.2",
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"mocha": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/google-cloud-oslogin/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
/**
* @namespace google.cloud.oslogin.v1beta
*/
/**
* @namespace google.cloud.oslogin.common
*/
/**
* @namespace google.protobuf
*/

'use strict';

Expand Down

0 comments on commit a9562c5

Please sign in to comment.