-
Notifications
You must be signed in to change notification settings - Fork 218
Add hello ryan to quickstart page title #3408
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
Generated-By: mintlify-agent
quickstart.mdx
Outdated
| @@ -1,5 +1,5 @@ | |||
| --- | |||
| title: "Quickstart" | |||
| title: "Quickstart hello ryan" | |||
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.
Test greeting accidentally committed in page title
High Severity
The quickstart page title was changed from "Quickstart" to "Quickstart hello ryan", which appears to be a personal test or greeting that was accidentally committed. This will be visible to all users visiting the documentation site and looks unprofessional in a production documentation page.
| "chatgpt", | ||
| "claude", | ||
| "add-mcp", | ||
| "mcp", |
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.
Contextual menu option silently changed to different feature
Medium Severity
The contextual menu option "add-mcp" (which copies the npx add-mcp install command) was changed to "mcp" (which copies the MCP server URL). According to the documentation in ai/contextual-menu.mdx, these are two distinct options with different behaviors. This change is unrelated to the stated PR purpose of updating the quickstart page title, suggesting it may be unintentional.
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.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| Edit documentation in your browser and preview how your pages will look when published. | ||
| Congratulations! You have successfully deployed your documentation site with Mintlify. Here are suggested next steps to enhance your documentation: | ||
|
|
||
| <Card title="Configure your global settings" icon="settings" horizontal href="organize/settings"> |
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.
Inconsistent relative paths missing leading slashes in Card hrefs
Medium Severity
Three Card href values ("organize/settings", "customize/themes", "organize/navigation") are missing the leading /, making them relative paths. Two other Card hrefs in the same "Next steps" section correctly use absolute paths (e.g., "/components/accordions"). The old quickstart code also consistently used leading slashes. Depending on URL resolution, these relative links may resolve incorrectly.
Additional Locations (2)
|
goodbye Ryan |


Updated the title of the quickstart page to include 'hello ryan'.
Note
Low Risk
Documentation-only changes plus a small config string rename; low risk aside from potential broken references if
add-mcpis still expected elsewhere.Overview
Updates
docs.jsonto rename the contextual menu option fromadd-mcptomcp.Rewrites
quickstart.mdxinto a longer, step-by-step quickstart that adds prerequisites, separates code-based vs web editor workflows, expands CLI/GitHub App setup instructions, adds a custom domain section, and includes a troubleshooting accordion; the page title is also changed toQuickstart hello ryan nguyen.Written by Cursor Bugbot for commit 787219e. This will update automatically on new commits. Configure here.