Skip to content

Commit

Permalink
fix(docs): link to reference docs section on googleapis.dev (#229)
Browse files Browse the repository at this point in the history
* fix(docs): reference docs should link to section of googleapis.dev with API reference

* fix(docs): make anchors work in jsdoc
  • Loading branch information
bcoe authored and sofisl committed Oct 13, 2022
1 parent 45466cb commit 02fb8b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/google-cloud-bigquery-datatransfer/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@ module.exports = {
sourceFiles: false,
systemName: '@google-cloud/bigquery-data-transfer',
theme: 'lumen'
},
markdown: {
idInHeadings: true
}
};
6 changes: 4 additions & 2 deletions packages/google-cloud-bigquery-datatransfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,12 @@ Apache Version 2.0

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

[client-docs]: https://googleapis.dev/nodejs/bigquery-data-transfer/latest
[client-docs]: https://googleapis.dev/nodejs/bigquery-data-transfer/latest#reference
[product-docs]: https://cloud.google.com/bigquery/transfer/
[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=bigquerydatatransfer.googleapis.com
[auth]: https://cloud.google.com/docs/authentication/getting-started
[auth]: https://cloud.google.com/docs/authentication/getting-started

<a name="reference"></a>

0 comments on commit 02fb8b9

Please sign in to comment.