mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-03 04:06:06 +02:00
1,007 B
1,007 B
Support Docs
Live site: https://support.rallly.co
Our docs are written in MDX which is mostly Markdown with the ability to use components inside.
This site is kindly built with and hosted by Mintlify.
How to Run Locally
To preview your changes locally, you can use the mintlify cli to run a development server.
Navigate to this directory (where you can find mint.json
):
cd apps/docs
Start the development server:
npx mintlify dev
Components
Mintlify provides a number of useful built-in components such as Accordion, Tabs and Callouts. Check out their documentation to see the full list of components with examples.