Skip to content

Latest commit

 

History

History

apps

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.

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

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.