docs: fix Contributors TOC anchor in v0.21.0 release notes#10776
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request resolves an issue where the Table of Contents entry for the Contributors section in the v0.21.0 release notes did not correctly navigate to its target when viewed on GitHub. By updating the internal anchor to match GitHub's rendering convention, the documentation now functions as expected, improving user experience for those reviewing the release notes. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
The TOC link for the Contributors section pointed to `#contributors`, but GitHub generates the anchor for `# Contributors (Alphabetical Order)` as `#contributors-alphabetical-order`, leaving the link broken when the rendered file is viewed on GitHub. Update the TOC to use the working anchor (matching the form already used in release-notes-0.18.0.md).
4b94407 to
c0b417c
Compare
PR Severity: LOW -- Auto-classified | 1 file | 2 lines changed -- docs/release-notes/release-notes-0.21.0.md - release notes doc update. LOW severity: only a markdown release notes file changed, no source code. No bump: 1 file (threshold >20), 2 lines (threshold >500). To override add severity-override-{critical,high,medium,low} label. <!-- pr-severity-bot --> |
|
Successfully created backport PR for |
…21.x-branch [v0.21.x-branch] Backport #10776: docs: fix Contributors TOC anchor in v0.21.0 release notes
Summary
The TOC link for the Contributors section in
docs/release-notes/release-notes-0.21.0.mdpointed to#contributors,but GitHub generates the anchor for
# Contributors (Alphabetical Order)as#contributors-alphabetical-order, leaving the link brokenwhen the rendered file is viewed on GitHub.
This updates the TOC to use the working anchor, matching the form
already used in
release-notes-0.18.0.md.Test plan