-
Notifications
You must be signed in to change notification settings - Fork 1.3k
adding template links to docs #1317
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
adding template links to docs #1317
Conversation
|
Greptile OverviewGreptile SummaryUpdated documentation links across v2 and v3 docs to point to Browserbase templates instead of GitHub examples, improving discoverability of production-ready templates.
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Docs as Documentation Files
participant Users as Documentation Users
Dev->>Docs: Update link text "View Examples" → "View Templates"
Dev->>Docs: Change GitHub links to Browserbase templates
Dev->>Docs: Add callouts with template category links
Users->>Docs: Access documentation
Docs->>Users: Display updated template links
Users->>Users: Navigate to Browserbase templates
|
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.
5 files reviewed, no comments
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 5 files
# why Updating links on stagehand docs to link to templates. # what changed Links # test plan N/A <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Adds template links across Stagehand docs so readers can quickly try and run examples on Browserbase. Replaces “Examples” with “Templates” and adds callouts on relevant pages. # Why: - Make examples easier to discover and run via Browserbase templates. - Addresses GRO-716 by adding direct template links in docs. # What: - v2/v3 “Introduction”: change “View Examples” card to “View Templates” → https://www.browserbase.com/templates. - v2/v3 “Computer Use” pages: add callout linking to Computer Use Agents templates. - v2 “Agent” page: add callout linking to the Gemini CUA template. # Test Plan: - Build docs and open updated pages: - v2: basics/agent, best-practices/computer-use, first-steps/introduction - v3: best-practices/computer-use, first-steps/introduction - Confirm callouts render and all links resolve to the correct Browserbase template pages. <sup>Written for commit 41e953b. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. -->
why
Updating links on stagehand docs to link to templates.
what changed
Links
test plan
N/A
Summary by cubic
Adds template links across Stagehand docs so readers can quickly try and run examples on Browserbase. Replaces “Examples” with “Templates” and adds callouts on relevant pages.
Why:
What:
Test Plan:
Written for commit 41e953b. Summary will update automatically on new commits.