File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,31 @@ This quickstart guide shows you how to set up and deploy your documentation site
88
99After 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.
You can’t perform that action at this time.
0 commit comments