From e0b8f4e95065b63e3d24becf8dcbe0b8d77a53b0 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 24 Jun 2019 16:57:50 -0700 Subject: [PATCH 1/2] fix(docs): reference docs should link to section of googleapis.dev with API reference --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce7900b..d03d6ba 100644 --- a/README.md +++ b/README.md @@ -103,4 +103,6 @@ See [LICENSE](https://github.com/googleapis/nodejs-projectify/blob/master/LICENS [projects]: https://console.cloud.google.com/project [billing]: https://support.google.com/cloud/answer/6293499#enable-billing -[auth]: https://cloud.google.com/docs/authentication/getting-started \ No newline at end of file +[auth]: https://cloud.google.com/docs/authentication/getting-started + + From 24e1d60f2b16ce2afc409f2920316cedfcd5e459 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Tue, 25 Jun 2019 12:22:31 -0700 Subject: [PATCH 2/2] fix(docs): make anchors work in jsdoc --- .jsdoc.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.jsdoc.js b/.jsdoc.js index a504f1c..84af252 100644 --- a/.jsdoc.js +++ b/.jsdoc.js @@ -41,5 +41,8 @@ module.exports = { sourceFiles: false, systemName: '@google-cloud/projectify', theme: 'lumen' + }, + markdown: { + idInHeadings: true } };