diff --git a/.jsdoc.js b/.jsdoc.js index 8a3eef2f..f5870020 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -41,5 +41,8 @@ module.exports = { sourceFiles: false, systemName: '@google-cloud/asset', theme: 'lumen' + }, + markdown: { + idInHeadings: true } }; diff --git a/README.md b/README.md index 6a4da737..5517dd1a 100644 --- a/README.md +++ b/README.md @@ -129,10 +129,12 @@ Apache Version 2.0 See [LICENSE](https://github.com/googleapis/nodejs-asset/blob/master/LICENSE) -[client-docs]: https://googleapis.dev/nodejs/asset/latest +[client-docs]: https://googleapis.dev/nodejs/asset/latest#reference [product-docs]: https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview [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=cloudasset.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 + +