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

Commit 14ada6b

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 4b526b2 commit 14ada6b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.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/recaptcha-enterprise',
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
@@ -125,10 +125,12 @@ Apache Version 2.0
125125

126126
See [LICENSE](https://github.com/googleapis/nodejs-recaptcha-enterprise/blob/master/LICENSE)
127127

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

0 commit comments

Comments
 (0)