Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit d7d8440

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

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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

README.md

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

134134
See [LICENSE](https://github.com/googleapis/nodejs-language/blob/master/LICENSE)
135135

136-
[client-docs]: https://googleapis.dev/nodejs/language/latest
136+
[client-docs]: https://googleapis.dev/nodejs/language/latest#reference
137137
[product-docs]: https://cloud.google.com/natural-language/docs/
138138
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
139139
[projects]: https://console.cloud.google.com/project
140140
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
141141
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=language.googleapis.com
142-
[auth]: https://cloud.google.com/docs/authentication/getting-started
142+
[auth]: https://cloud.google.com/docs/authentication/getting-started
143+
144+
<a name="reference"></a>

0 commit comments

Comments
 (0)