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.
To preview your changes locally, you can use the mintlify cli to run a development server.
Install the cli globally:
yarn global add mintlify
Navigate to this directory (where you can find mint.json
):
cd apps/docs
Start the development server:
mintlify dev
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.