Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
},
"settings/global",
"settings/navigation",
"migration"
"migration",
"snippets/welcome"
]
},
{
Expand Down
11 changes: 11 additions & 0 deletions snippets/welcome.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
👋 Welcome! We're excited to help you get started with our documentation.

<Note>
Here are a few helpful tips to get started:
- Use the navigation menu on the left to browse topics
- Try the search bar at the top to find specific information
- Click the arrows next to sections to expand them for more detail
- Look for example code snippets in the right panel when available
</Note>

If you need any help, don't hesitate to [contact our support team](mailto:[email protected]) or [join our community](https://mintlify.com/community).
Loading