Skip to content

Commit f02a6c0

Browse files
bcoeJustinBeckwith
authored andcommitted
fix(docs): link to reference docs section on googleapis.dev (#279)
* fix(docs): reference docs should link to section of googleapis.dev with API reference * fix(docs): make anchors work in jsdoc
1 parent dd88adf commit f02a6c0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

packages/google-cloud-dns/README.md

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

116116
See [LICENSE](https://github.com/googleapis/nodejs-dns/blob/master/LICENSE)
117117

118-
[client-docs]: https://googleapis.dev/nodejs/dns/latest
118+
[client-docs]: https://googleapis.dev/nodejs/dns/latest#reference
119119
[product-docs]: https://cloud.google.com/dns
120120
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
121121
[projects]: https://console.cloud.google.com/project
122122
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
123123
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=dns.googleapis.com
124-
[auth]: https://cloud.google.com/docs/authentication/getting-started
124+
[auth]: https://cloud.google.com/docs/authentication/getting-started
125+
126+
<a name="reference"></a>

0 commit comments

Comments
 (0)