-
Notifications
You must be signed in to change notification settings - Fork 586
refactor(website): Enhance API shortlinks to support staged renames #28151
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
Merged
Joshua Smithrud (Josmithr)
merged 12 commits into
microsoft:main
from
Josmithr:website/staged-api-links
Sep 8, 2026
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
2830625
docs: Add design doc
Josmithr be0e862
feat(website): Add staged / renamed API support in shortlinks
Josmithr b0fb2da
refactor(website): Simpler rename pattern
Josmithr 5ff98d0
refactor(website): Remove deprecated `headingId` support
Josmithr 0b240d8
remove: Design doc
Josmithr 121ca33
Merge branch 'main' into website/staged-api-links
Josmithr b99f42f
docs: Update document to leverage new functionality
Josmithr 927ff2e
improvement: Fallback logging
Josmithr d25d8d2
docs: Remove invalid link
Josmithr 9b4c866
docs: Simplify notes
Josmithr 83e23b5
docs: Simplify notes
Josmithr d725116
docs: Remove unnecessary notes
Josmithr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Note for reviewers: this is an example of one of the classes of problems this PR is aimed at addressing. We added docs for a new property that hadn't yet been released and initially tried to link to it, which caused the website build to fail. We can now "stage" the link, which will go live as soon as the API has been released.