Skip to content

Commit 683c5ee

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix(docs): link to reference docs section on googleapis.dev (#229)
* fix(docs): reference docs should link to section of googleapis.dev with API reference * fix(docs): make anchors work in jsdoc
1 parent 348ae74 commit 683c5ee

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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

packages/google-cloud-bigquery-datatransfer/README.md

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

137137
See [LICENSE](https://github.com/googleapis/nodejs-bigquery-data-transfer/blob/master/LICENSE)
138138

139-
[client-docs]: https://googleapis.dev/nodejs/bigquery-data-transfer/latest
139+
[client-docs]: https://googleapis.dev/nodejs/bigquery-data-transfer/latest#reference
140140
[product-docs]: https://cloud.google.com/bigquery/transfer/
141141
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
142142
[projects]: https://console.cloud.google.com/project
143143
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
144144
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=bigquerydatatransfer.googleapis.com
145-
[auth]: https://cloud.google.com/docs/authentication/getting-started
145+
[auth]: https://cloud.google.com/docs/authentication/getting-started
146+
147+
<a name="reference"></a>

0 commit comments

Comments
 (0)