Skip to content

Commit 257475b

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix(docs): link to reference docs section on googleapis.dev (#188)
* fix(docs): reference docs should link to section of googleapis.dev with API reference * fix(docs): make anchors work in jsdoc
1 parent 87965f5 commit 257475b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/google-cloud-redis/.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/redis',
4343
theme: 'lumen'
44+
},
45+
markdown: {
46+
idInHeadings: true
4447
}
4548
};

packages/google-cloud-redis/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@ Apache Version 2.0
116116

117117
See [LICENSE](https://github.com/googleapis/nodejs-redis/blob/master/LICENSE)
118118

119-
[client-docs]: https://googleapis.dev/nodejs/redis/latest
119+
[client-docs]: https://googleapis.dev/nodejs/redis/latest#reference
120120
[product-docs]: https://cloud.google.com/memorystore/docs/redis/
121121
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
122122
[projects]: https://console.cloud.google.com/project
123123
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
124124
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=redis.googleapis.com
125-
[auth]: https://cloud.google.com/docs/authentication/getting-started
125+
[auth]: https://cloud.google.com/docs/authentication/getting-started
126+
127+
<a name="reference"></a>

0 commit comments

Comments
 (0)