Skip to content

Commit 4a87453

Browse files
Update quickstart.mdx
1 parent 46ad8e3 commit 4a87453

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

quickstart.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ This quickstart guide shows you how to set up and deploy your documentation site
88

99
After completing this guide, you will have a live documentation site ready to customize and expand.
1010

11+
## Quick example
12+
13+
Here's a simple example of what you can create with Mintlify:
14+
15+
```mdx hello.mdx
16+
---
17+
title: "My First Page"
18+
description: "Welcome to my documentation"
19+
---
20+
21+
# Hello World
22+
23+
This is my first documentation page with Mintlify!
24+
25+
<Tip>
26+
You can add interactive components like this tip box.
27+
</Tip>
28+
29+
```bash
30+
npm install your-package
31+
```
32+
33+
That's it! Your page is now live and beautiful.
34+
```
35+
1136
<Info>
1237

1338
**Prerequisites**: Before you begin, [create an account](https://mintlify.com/start) and complete onboarding.

0 commit comments

Comments
 (0)