Fix code quality REST sidebar label#44437
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the REST docs page frontmatter for the code quality section to use a clearer, user-facing title while preserving the ability for the title to differ from the filename.
Changes:
- Replaced the generic
titlewith a more descriptive page title. - Added
shortTitlefor navigation/UI contexts. - Removed an extra trailing blank line in the frontmatter block.
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
Why:
Closes: #44436
What's being changed (if available, include any code snippets, screenshots, or gifs):
In the REST API docs, the left sidebar/navigation table of contents displays
code-qualityinstead ofCode quality, likeCode scanning. This is due to a missingshortTitlein the YAML front-matter for that entry. I have added the appropriateshortTitleand adjusted thetitleto match the otherindex.mdentries in sibling directories.BEFORE:
and:
AFTER:
Check off the following: