Skip to content

Commit 8b4a93e

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix(docs): link to reference docs section on googleapis.dev (#502)
* fix(docs): reference docs should link to section of googleapis.dev with API reference * fix(docs): make anchors work in jsdoc
1 parent a413cb9 commit 8b4a93e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

README.md

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

130130
See [LICENSE](https://github.com/googleapis/nodejs-bigtable/blob/master/LICENSE)
131131

132-
[client-docs]: https://googleapis.dev/nodejs/bigtable/latest
132+
[client-docs]: https://googleapis.dev/nodejs/bigtable/latest#reference
133133
[product-docs]: https://cloud.google.com/bigtable
134134
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
135135
[projects]: https://console.cloud.google.com/project
136136
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
137137
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=bigtable.googleapis.com
138-
[auth]: https://cloud.google.com/docs/authentication/getting-started
138+
[auth]: https://cloud.google.com/docs/authentication/getting-started
139+
140+
<a name="reference"></a>

0 commit comments

Comments
 (0)