From 5a8bd900b20a91d8600d72c7fec58f2a18d4602e Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 25 Jun 2019 16:42:33 -0700 Subject: [PATCH] fix(docs): link to reference docs section on googleapis.dev (#128) * 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 5dbe39b..f84cc59 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -41,5 +41,8 @@ module.exports = { sourceFiles: false, systemName: '@google-cloud/promisify', theme: 'lumen' + }, + markdown: { + idInHeadings: true } }; diff --git a/README.md b/README.md index 3e3984e..f85f487 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,12 @@ Apache Version 2.0 See [LICENSE](https://github.com/googleapis/nodejs-promisify/blob/master/LICENSE) -[client-docs]: https://googleapis.dev/nodejs/promisify/latest +[client-docs]: https://googleapis.dev/nodejs/promisify/latest#reference [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 -[auth]: https://cloud.google.com/docs/authentication/getting-started \ No newline at end of file +[auth]: https://cloud.google.com/docs/authentication/getting-started + +