-
Notifications
You must be signed in to change notification settings - Fork 217
[Test] Add sup fella to quickstart #3379
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,8 @@ | |
| keywords: ["quickstart","deploy","get started","first steps","tutorial","setup","onboarding"] | ||
| --- | ||
|
|
||
| sup fella | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Test text accidentally added to documentation pageHigh Severity The text |
||
|
|
||
| After you complete this guide, you'll have a live documentation site ready to customize and update. | ||
|
|
||
| ## Before you begin | ||
|
|
@@ -24,7 +26,7 @@ | |
|
|
||
| Go to [mintlify.com/start](https://mintlify.com/start) and complete the onboarding process. During onboarding, you'll connect your GitHub account, create or select a repository for your documentation, and install the GitHub App to enable automatic deployments. | ||
|
|
||
| After onboarding, your documentation site is deployed and accessible at your `.mintlify.app` URL. | ||
|
|
||
| <AccordionGroup> | ||
| <Accordion title="Optional: Skip connecting GitHub during onboarding"> | ||
|
|
@@ -64,7 +66,7 @@ | |
| <Tab title="CLI"> | ||
| <Steps> | ||
| <Step title="Install the CLI"> | ||
| The CLI requires [Node.js](https://nodejs.org/en) v20.17.0 or higher. Use an LTS version for stability. | ||
|
|
||
| <CodeGroup> | ||
|
|
||
|
|
@@ -151,7 +153,7 @@ | |
| ## Next steps | ||
|
|
||
| <Card title="Use the web editor" icon="mouse-pointer-2" horizontal href="/editor/index"> | ||
| Edit documentation in your browser and preview how your pages will look when published. | ||
| </Card> | ||
|
|
||
| <Card title="Explore CLI commands" icon="terminal" horizontal href="/installation"> | ||
|
|
||


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 text "hello world" added to index page
High Severity
The text
hello worldwas added to the top ofindex.mdx(the Introduction page), but the PR description only mentions adding "sup fella" to the quickstart page. This appears to be accidentally committed test content that would be visible to users on the documentation landing page.