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

Commit 1e1fb10

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

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.jsdoc.js

+3
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@ module.exports = {
4141
sourceFiles: false,
4242
systemName: '@google-cloud/containeranalysis',
4343
theme: 'lumen'
44+
},
45+
markdown: {
46+
idInHeadings: true
4447
}
4548
};

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,12 @@ Apache Version 2.0
157157

158158
See [LICENSE](https://github.com/googleapis/nodejs-containeranalysis/blob/master/LICENSE)
159159

160-
[client-docs]: https://googleapis.dev/nodejs/containeranalysis/latest
160+
[client-docs]: https://googleapis.dev/nodejs/containeranalysis/latest#reference
161161
[product-docs]: https://cloud.google.com/container-registry/docs/container-analysis
162162
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
163163
[projects]: https://console.cloud.google.com/project
164164
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
165165
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=containeranalysis.googleapis.com
166-
[auth]: https://cloud.google.com/docs/authentication/getting-started
166+
[auth]: https://cloud.google.com/docs/authentication/getting-started
167+
168+
<a name="reference"></a>

0 commit comments

Comments
 (0)