Skip to content

Commit 4975c43

Browse files
bcoeJustinBeckwith
authored andcommitted
fix(docs): link to reference docs section on googleapis.dev (#183)
* fix(docs): reference docs should link to section of googleapis.dev with API reference * fix(docs): make anchors work in jsdoc
1 parent 79a0197 commit 4975c43

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/google-cloud-kms/.jsdoc.js

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

packages/google-cloud-kms/README.md

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

148148
See [LICENSE](https://github.com/googleapis/nodejs-kms/blob/master/LICENSE)
149149

150-
[client-docs]: https://googleapis.dev/nodejs/kms/latest
150+
[client-docs]: https://googleapis.dev/nodejs/kms/latest#reference
151151
[product-docs]: https://cloud.google.com/kms
152152
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
153153
[projects]: https://console.cloud.google.com/project
154154
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
155155
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=kms.googleapis.com
156-
[auth]: https://cloud.google.com/docs/authentication/getting-started
156+
[auth]: https://cloud.google.com/docs/authentication/getting-started
157+
158+
<a name="reference"></a>

0 commit comments

Comments
 (0)