Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit c5b01ba

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

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.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/web-risk',
4343
theme: 'lumen'
44+
},
45+
markdown: {
46+
idInHeadings: true
4447
}
4548
};

README.md

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

127127
See [LICENSE](https://github.com/googleapis/nodejs-web-risk/blob/master/LICENSE)
128128

129-
[client-docs]: https://googleapis.dev/nodejs/web-risk/latest
129+
[client-docs]: https://googleapis.dev/nodejs/web-risk/latest#reference
130130
[product-docs]: https://cloud.google.com/web-risk/docs/
131131
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
132132
[projects]: https://console.cloud.google.com/project
133133
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
134134
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=webrisk.googleapis.com
135-
[auth]: https://cloud.google.com/docs/authentication/getting-started
135+
[auth]: https://cloud.google.com/docs/authentication/getting-started
136+
137+
<a name="reference"></a>

0 commit comments

Comments
 (0)