-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[docs] add banner indicating v2 vs v3 toggle #1375
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
[docs] add banner indicating v2 vs v3 toggle #1375
Conversation
|
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.
No issues found across 53 files
Greptile OverviewGreptile SummaryAdded a discoverable banner component to all v3 documentation pages to help users find the Python/v2 version of Stagehand. The banner includes a clear call-to-action link to switch to v2 docs.
The banner uses a clean, non-intrusive design with dark theme styling that matches the docs UI. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant User
participant V3Docs as v3 Documentation Page
participant Banner as V3Banner Component
participant V2Docs as v2 Documentation
User->>V3Docs: Views any v3 docs page
V3Docs->>Banner: Imports and renders V3Banner
Banner->>User: Displays Python/v2 discovery banner
User->>Banner: Clicks "Switch to v2 →"
Banner->>V2Docs: Navigates to /v2/first-steps/introduction
V2Docs->>User: Shows Python documentation
|
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.
53 files reviewed, no comments
why
Users don't know about the v2/v3 version toggle in the docs navigation.
what changed
Added a banner at the top of the v3 docs pages to help users easily discover Stagehand Python (v2).
test plan
n/a
Summary by cubic
Added a reusable banner to the top of all v3 docs pages to highlight the Stagehand Python (v2) option. Improves discoverability of the v2/v3 toggle and reduces confusion.
Written for commit 515a13d. Summary will update automatically on new commits.