Skip to content

Commit f133600

Browse files
Update quickstart.mdx
1 parent a3fc551 commit f133600

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

quickstart.mdx

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
---
22
title: Quickstart
3-
description: Get started with Mintlify in minutes
3+
description: Create beautiful documentation in under 5 minutes
44
---
55

6-
Run `npx create-mintlify-app@latest` to get started.
6+
## Get started instantly
7+
8+
<Steps>
9+
<Step title="Initialize your docs">
10+
```bash
11+
npx create-mintlify-app@latest my-docs
12+
cd my-docs
13+
```
14+
</Step>
15+
16+
<Step title="Start the development server">
17+
```bash
18+
mintlify dev
19+
```
20+
</Step>
21+
22+
<Step title="Edit your first page">
23+
Open `introduction.mdx` and start writing your documentation.
24+
</Step>
25+
</Steps>
26+
27+
Your documentation site is now running at `localhost:3000`.
28+
29+
<Card title="What's next?" icon="arrow-right">
30+
Deploy your docs to production with `mintlify deploy` or connect your GitHub repository for automatic deployments.
31+
</Card>

0 commit comments

Comments
 (0)