-
Notifications
You must be signed in to change notification settings - Fork 214
Add Fire.jpeg image to quickstart page #2922
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 |
|---|---|---|
|
|
@@ -16,7 +16,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"> | ||
|
|
@@ -46,6 +46,13 @@ | |
| /> | ||
| </Frame> | ||
|
|
||
| <Frame> | ||
| <img | ||
| src="/images/quickstart/Fire.jpeg" | ||
|
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. Image name suggests test file accidentally committedMedium Severity The image name |
||
| alt="Example of a deployed documentation site" | ||
| /> | ||
| </Frame> | ||
|
|
||
| <Tip> | ||
| Your site is ready to view immediately. Use this URL for testing and sharing with your team. Before sharing with your users, you may want to add a [custom domain](/customize/custom-domain). | ||
| </Tip> | ||
|
|
@@ -56,7 +63,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> | ||
|
|
||
|
|
@@ -136,7 +143,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#additional-commands"> | ||
| Find broken links, check accessibility, validate OpenAPI specs, and more. | ||
|
|
||
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.
This will render as a broken image on merge unless
/images/quickstart/Fire.jpegis committed alongside this change. Also consider using a lowercase filename to avoid case-sensitive filesystem surprises.