-
Notifications
You must be signed in to change notification settings - Fork 457
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(structure): update archived and published docs in release links #8925
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
No changes to documentation |
⚡️ Editor Performance ReportUpdated Mon, 17 Mar 2025 10:54:11 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
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.
LGTM! These are great improvements, thank you!
Description
This PR updates how the links on published and archived releases work:
Published releases
Now when clicking on a document as part of a published release, instead of opening the document in the detailed view for that release it will open the published view with the history having selected that release:
Screen.Recording.2025-03-13.at.18.26.56.mov
Archived releases
Clicking a document as part of releases that are archived we cannot show the document from the published view, we instead open the document "faking" that the release exists, and it will show the badge in the document for that release, but the badge will be disabled.
Screen.Recording.2025-03-13.at.18.27.17.mov
This PR also fixes an issue with the open release links from the document events, now releases will open when clicking the menu item. (as expected)

What it doesn't solve:
View of documents unpublished by a release, it is not possible do it just now because content lake is generating the incorrect events for it, once the events are solved we will look back into solving this.
What to review
Everything works as expected.
Testing
Notes for release
Update archived and published docs in release links.