Skip to content

Commit 02cca5d

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

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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

core/packages/nodejs-proto-files/README.md

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

114114
See [LICENSE](https://github.com/googleapis/nodejs-proto-files/blob/master/LICENSE)
115115

116-
[client-docs]: https://googleapis.dev/nodejs/nodejs-proto-files/latest
116+
[client-docs]: https://googleapis.dev/nodejs/nodejs-proto-files/latest#reference
117117

118118
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
119119
[projects]: https://console.cloud.google.com/project
120120
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
121121

122-
[auth]: https://cloud.google.com/docs/authentication/getting-started
122+
[auth]: https://cloud.google.com/docs/authentication/getting-started
123+
124+
<a name="reference"></a>

0 commit comments

Comments
 (0)