From 683c5ee82cb102da50aae1716a73d8b0e9e51ff5 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 25 Jun 2019 16:42:21 -0700 Subject: [PATCH] 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 --- packages/google-cloud-bigquery-datatransfer/.jsdoc.js | 3 +++ packages/google-cloud-bigquery-datatransfer/README.md | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-bigquery-datatransfer/.jsdoc.js b/packages/google-cloud-bigquery-datatransfer/.jsdoc.js index 52af4a2e2f7..5ab3d11deaa 100644 --- a/packages/google-cloud-bigquery-datatransfer/.jsdoc.js +++ b/packages/google-cloud-bigquery-datatransfer/.jsdoc.js @@ -41,5 +41,8 @@ module.exports = { sourceFiles: false, systemName: '@google-cloud/bigquery-data-transfer', theme: 'lumen' + }, + markdown: { + idInHeadings: true } }; diff --git a/packages/google-cloud-bigquery-datatransfer/README.md b/packages/google-cloud-bigquery-datatransfer/README.md index b6d7a63eec5..5fe71cfd516 100644 --- a/packages/google-cloud-bigquery-datatransfer/README.md +++ b/packages/google-cloud-bigquery-datatransfer/README.md @@ -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 \ No newline at end of file +[auth]: https://cloud.google.com/docs/authentication/getting-started + +