diff --git a/mint.json b/mint.json index 65c9d33d9..f2fa466ce 100644 --- a/mint.json +++ b/mint.json @@ -70,7 +70,8 @@ }, "settings/global", "settings/navigation", - "migration" + "migration", + "snippets/welcome" ] }, { diff --git a/snippets/welcome.mdx b/snippets/welcome.mdx new file mode 100644 index 000000000..88100be81 --- /dev/null +++ b/snippets/welcome.mdx @@ -0,0 +1,11 @@ +👋 Welcome! We're excited to help you get started with our documentation. + + + 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 + + +If you need any help, don't hesitate to [contact our support team](mailto:support@mintlify.com) or [join our community](https://mintlify.com/community). \ No newline at end of file