Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix(docs): link to reference docs section on googleapis.dev (#184)
Browse files Browse the repository at this point in the history
* fix(docs): reference docs should link to section of googleapis.dev with API reference

* fix(docs): make anchors work in jsdoc
  • Loading branch information
bcoe authored and JustinBeckwith committed Jun 25, 2019
1 parent 073ade9 commit a08353b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ module.exports = {
sourceFiles: false,
systemName: 'google-p12-pem',
theme: 'lumen'
},
markdown: {
idInHeadings: true
}
};
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@ See [LICENSE](https://github.com/googleapis/google-p12-pem/blob/master/LICENSE)
[projects]: https://console.cloud.google.com/project
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing

[auth]: https://cloud.google.com/docs/authentication/getting-started
[auth]: https://cloud.google.com/docs/authentication/getting-started

<a name="reference"></a>

0 comments on commit a08353b

Please sign in to comment.