Thanks to visit codestin.com
Credit goes to github.com

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

Commit fa2fb3f

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

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/vision',
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
@@ -120,10 +120,12 @@ Apache Version 2.0
120120

121121
See [LICENSE](https://github.com/googleapis/nodejs-vision/blob/master/LICENSE)
122122

123-
[client-docs]: https://googleapis.dev/nodejs/vision/latest
123+
[client-docs]: https://googleapis.dev/nodejs/vision/latest#reference
124124
[product-docs]: https://cloud.google.com/vision
125125
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
126126
[projects]: https://console.cloud.google.com/project
127127
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
128128
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=vision.googleapis.com
129-
[auth]: https://cloud.google.com/docs/authentication/getting-started
129+
[auth]: https://cloud.google.com/docs/authentication/getting-started
130+
131+
<a name="reference"></a>

0 commit comments

Comments
 (0)