Skip to content

Add hello world to quickstart#3164

Closed
mintlify[bot] wants to merge 1 commit intomainfrom
add-hello-world-quickstart
Closed

Add hello world to quickstart#3164
mintlify[bot] wants to merge 1 commit intomainfrom
add-hello-world-quickstart

Conversation

@mintlify
Copy link
Contributor

@mintlify mintlify bot commented Feb 6, 2026

Added "hello world" to the top of the quickstart.mdx file.

Commands used

git checkout -b add-hello-world-quickstart
git add quickstart.mdx
git commit -m "Add hello world to quickstart"
gh api -X POST /repos/mintlify/docs/git/blobs --input blob-content.json
gh api -X POST /repos/mintlify/docs/git/trees --input tree-payload.json
gh api -X POST /repos/mintlify/docs/git/commits --input commit-payload.json
gh api -X POST /repos/mintlify/docs/git/refs --input ref-payload.json
gh api -X PATCH /repos/mintlify/docs/git/refs/heads/add-hello-world-quickstart --input ref-update-payload.json
gh api -X POST /repos/mintlify/docs/pulls --input pr-payload.json

Copy link

@cursor cursor bot left a 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.

quickstart.mdx Outdated

After you complete this guide, you'll have a live documentation site ready to customize and update.

Hello world!
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test content added to production documentation

Medium Severity

The text Hello world! appears to be test content added to production documentation. The quickstart guide is about deploying documentation sites, and this placeholder text doesn't serve any documentation purpose. The PR description containing "Instructions for Creating PRs in Future" suggests this was a demonstration or test PR that accidentally includes non-production content. If merged, users would see this random greeting in the quickstart documentation.

Fix in Cursor Fix in Web

@mintlify mintlify bot force-pushed the add-hello-world-quickstart branch from 348defb to 3d651a3 Compare February 6, 2026 16:25
@ethanpalm ethanpalm closed this Feb 6, 2026
@ethanpalm ethanpalm deleted the add-hello-world-quickstart branch February 6, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant