Update from code changes: shareable changelog filter URLs#6696
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
dks333
approved these changes
Jul 22, 2026
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Changelog tag filters now sync with a
?tags=URL parameter, so users can share deep links to filtered changelog views. Opening a link like/changelog?tags=Spearmint,Peppermintactivates the matching sidebar filters on load, and toggling filters keeps the URL in sync. Documents this behavior in the existing tag filters section of the changelogs guide.Triggered by https://github.com/mintlify/mint/pull/9404
Changes
create/changelogs.mdx: note that selected tags are reflected in the URL, that deep links activate filters on load, and that multiple tags are comma-separated.Note
Low Risk
Documentation-only edits with no runtime or application code changes.
Overview
Documents changelog tag filter URL sync in the Tag filters section of the changelogs guide (English plus
es,fr, andzh).The new copy explains that selected tags appear in the URL as
?tags=, that deep links restore sidebar filters on load, that toggling filters keeps the URL in sync, and that multiple tags are comma-separated (with locale-appropriate example paths).Reviewed by Cursor Bugbot for commit 8f26441. Bugbot is set up for automated code reviews on this repo. Configure here.