Skip to content

Commit ed0cc10

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix(docs): link to reference docs section on googleapis.dev (#273)
* fix(docs): reference docs should link to section of googleapis.dev with API reference * fix(docs): make anchors work in jsdoc
1 parent acb5537 commit ed0cc10

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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

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

packages/google-cloud-monitoring/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,12 @@ Apache Version 2.0
157157

158158
See [LICENSE](https://github.com/googleapis/nodejs-monitoring/blob/master/LICENSE)
159159

160-
[client-docs]: https://googleapis.dev/nodejs/monitoring/latest
160+
[client-docs]: https://googleapis.dev/nodejs/monitoring/latest#reference
161161
[product-docs]: https://cloud.google.com/monitoring/docs
162162
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
163163
[projects]: https://console.cloud.google.com/project
164164
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
165165
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=monitoring.googleapis.com
166-
[auth]: https://cloud.google.com/docs/authentication/getting-started
166+
[auth]: https://cloud.google.com/docs/authentication/getting-started
167+
168+
<a name="reference"></a>

0 commit comments

Comments
 (0)