Skip to content

Commit 2f0ae0c

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

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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

handwritten/logging-winston/README.md

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

297297
See [LICENSE](https://github.com/googleapis/nodejs-logging-winston/blob/master/LICENSE)
298298

299-
[client-docs]: https://googleapis.dev/nodejs/logging-winston/latest
299+
[client-docs]: https://googleapis.dev/nodejs/logging-winston/latest#reference
300300
[product-docs]: https://cloud.google.com/logging
301301
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
302302
[projects]: https://console.cloud.google.com/project
303303
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
304304
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=logging.googleapis.com
305-
[auth]: https://cloud.google.com/docs/authentication/getting-started
305+
[auth]: https://cloud.google.com/docs/authentication/getting-started
306+
307+
<a name="reference"></a>

0 commit comments

Comments
 (0)