diff --git a/.jsdoc.js b/.jsdoc.js index efd4418b0..981d64326 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -41,5 +41,8 @@ module.exports = { sourceFiles: false, systemName: '@google-cloud/firestore', theme: 'lumen' + }, + markdown: { + idInHeadings: true } }; diff --git a/README.md b/README.md index d71188ab0..a7c4f87d2 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,12 @@ Apache Version 2.0 See [LICENSE](https://github.com/googleapis/nodejs-firestore/blob/master/LICENSE) -[client-docs]: https://googleapis.dev/nodejs/firestore/latest +[client-docs]: https://googleapis.dev/nodejs/firestore/latest#reference [product-docs]: https://cloud.google.com/firestore [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=firestore.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 + +