-
Notifications
You must be signed in to change notification settings - Fork 944
Fix documentation links for function overloads and improve readability of function headings #7864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix documentation links for function overloads and improve readability of function headings #7864
Conversation
|
Size Report 1Affected Products
Test Logs |
repo-scripts/api-documenter/src/documenters/MarkdownDocumenterHelpers.ts
Outdated
Show resolved
Hide resolved
Size Analysis Report 1Affected Products
Test Logs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Links LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG, thanks for doing this! One question about the hash but I think it's fine, good solution to not having easy access to the order (I think that's why).
repo-scripts/api-documenter/src/documenters/MarkdownDocumenterHelpers.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually forgot one important thing. This is a published package that is also consumed by firebase-admin-node and firebase-functions, and it's excluded from being covered by changesets, so we have to update the version and CHANGELOG.md manually. I would give this a minor bump?
…s' of github.com:firebase/firebase-js-sdk into markduckworth/documentation-links-for-function-overloads
I'm okay with a minor version bump. I updated the version and readme. I also merged in #7869 to this PR so we only make one version bump for the api-documenter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for figuring this out!
Fix documentation links for function overloads.
Uses this DevSite feature for custom header IDs.
Fixes: #7667
Fixes: b/316190402