Skip to content

Commit 5a8bd90

Browse files
bcoeJustinBeckwith
authored andcommitted
fix(docs): link to reference docs section on googleapis.dev (#128)
* fix(docs): reference docs should link to section of googleapis.dev with API reference * fix(docs): make anchors work in jsdoc
1 parent dd50fdc commit 5a8bd90

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.jsdoc.js

+3
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ module.exports = {
4141
sourceFiles: false,
4242
systemName: '@google-cloud/promisify',
4343
theme: 'lumen'
44+
},
45+
markdown: {
46+
idInHeadings: true
4447
}
4548
};

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@ Apache Version 2.0
118118

119119
See [LICENSE](https://github.com/googleapis/nodejs-promisify/blob/master/LICENSE)
120120

121-
[client-docs]: https://googleapis.dev/nodejs/promisify/latest
121+
[client-docs]: https://googleapis.dev/nodejs/promisify/latest#reference
122122

123123
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
124124
[projects]: https://console.cloud.google.com/project
125125
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
126126

127-
[auth]: https://cloud.google.com/docs/authentication/getting-started
127+
[auth]: https://cloud.google.com/docs/authentication/getting-started
128+
129+
<a name="reference"></a>

0 commit comments

Comments
 (0)