-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[docs] add link to Discord #1416
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
Conversation
|
Greptile OverviewGreptile SummaryAdded Discord community links to the documentation navigation and footer, improving community accessibility.
Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Config as docs.json
participant Mintlify as Mintlify Docs Platform
participant User as Documentation User
Dev->>Config: Update configuration
Note over Config: Add Discord links to:<br/>1. Global anchors<br/>2. Navbar<br/>3. Footer socials
Dev->>Config: Remove redundant anchor
Note over Config: Remove "Stagehand by Browserbase"<br/>link from global anchors
Config->>Mintlify: Deploy updated config
Mintlify->>User: Render Discord links
Note over User: Discord link visible in:<br/>- Header anchors<br/>- Navigation bar<br/>- Footer social icons
|
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.
1 file 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 1 file
why
We didn't have a link to our Discord
what changed
test plan
n/a
Summary by cubic
Added a Discord link across the docs (global anchors, navbar, footer) so users can quickly join the community. Also added a GitHub anchor and removed the outdated “Stagehand by Browserbase” link.
Written for commit fb5d591. Summary will update automatically on new commits.