From 14ada6bd3d1eb8e40451cdc86ccb822816c0a789 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 25 Jun 2019 16:42:34 -0700 Subject: [PATCH] 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 --- .jsdoc.js | 3 +++ README.md | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.jsdoc.js b/.jsdoc.js index 6589a5d..38b393d 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -41,5 +41,8 @@ module.exports = { sourceFiles: false, systemName: '@google-cloud/recaptcha-enterprise', theme: 'lumen' + }, + markdown: { + idInHeadings: true } }; diff --git a/README.md b/README.md index 440ddb7..bf9fdf1 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,12 @@ Apache Version 2.0 See [LICENSE](https://github.com/googleapis/nodejs-recaptcha-enterprise/blob/master/LICENSE) -[client-docs]: https://googleapis.dev/nodejs/recaptcha-enterprise/latest +[client-docs]: https://googleapis.dev/nodejs/recaptcha-enterprise/latest#reference [product-docs]: https://cloud.google.com/recaptcha-enterprise/docs/ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png [projects]: https://console.cloud.google.com/project [billing]: https://support.google.com/cloud/answer/6293499#enable-billing [enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=recaptchaenterprise.googleapis.com -[auth]: https://cloud.google.com/docs/authentication/getting-started \ No newline at end of file +[auth]: https://cloud.google.com/docs/authentication/getting-started + +