docs(cli): Share disambiguation banner across CLI pages#18673
Merged
Conversation
The "Looking for the Sentry CLI?" info banner only appeared on the CLI index page. Extract it into a shared include and add it to all CLI subpages so readers land on the right tool docs. Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
sergical
approved these changes
Jul 8, 2026
sergical
left a comment
Member
There was a problem hiding this comment.
thanks! small comment but unblocking here
Match the banner title with the body copy that links to the new interactive Sentry CLI at cli.sentry.dev. Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Cursor <cursoragent@cursor.com>
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.
DESCRIBE YOUR PR
The "Looking for the Sentry CLI?" info banner on
/cli/only appeared on the index page. CLI subpages like Installation and Configuration had no equivalent notice, so readers could land onsentry-clidocs when they meant the interactive developer CLI at cli.sentry.dev.This extracts the banner into
includes/cli-looking-for-sentry-cli.mdxand adds<Include name="cli-looking-for-sentry-cli" />to all 10 CLI pages. Page-specific alerts (crons deprecation, snapshots beta, etc.) stay below the shared banner.IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST
Test plan
/cli/and confirm the info banner still renders/cli/installation/and/cli/crons/— shared banner at top, page-specific alerts below on cronsMade with Cursor