Skip to content

Commit 90a009f

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix(docs): link to reference docs section on googleapis.dev (#119)
* fix(docs): reference docs should link to section of googleapis.dev with API reference * fix(docs): make anchors work in jsdoc
1 parent 0c91819 commit 90a009f

File tree

2 files changed

+6
-1
lines changed

2 files changed

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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ See [LICENSE](https://github.com/googleapis/nodejs-projectify/blob/master/LICENS
103103
[projects]: https://console.cloud.google.com/project
104104
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
105105

106-
[auth]: https://cloud.google.com/docs/authentication/getting-started
106+
[auth]: https://cloud.google.com/docs/authentication/getting-started
107+
108+
<a name="reference"></a>

0 commit comments

Comments
 (0)