rallly/apps/docs
Luke Vella c22b3abc4d
⬆️ v3.0.0 (#704)
2023-06-19 17:17:00 +01:00
..
administrators ✏️ Fix typo 2023-05-23 08:11:14 +01:00
contact 📝 Add FAQ 2023-05-11 11:02:15 +01:00
contribute 📝 Reorganize docs + add contributing guide (#687) 2023-05-03 10:08:04 +00:00
images ⬆️ v3.0.0 (#704) 2023-06-19 17:17:00 +01:00
logo 📝 Update docs 2023-04-18 16:49:17 +01:00
participants 📝 Reorganize docs + add contributing guide (#687) 2023-05-03 10:08:04 +00:00
self-hosting 🤝 Add cloudron as a sponsor 2023-06-02 17:27:50 +01:00
faq.mdx 📝 Add FAQ 2023-05-11 11:02:15 +01:00
favicon.png 📝 Updated docs 2023-04-21 17:35:39 +01:00
introduction.mdx 🔗 Fix broken link 2023-05-03 11:17:54 +01:00
mint.json 📝 Add FAQ 2023-05-11 11:02:15 +01:00
package.json 📝 Reorganize docs + add contributing guide (#687) 2023-05-03 10:08:04 +00:00
README.md 📝 Reorganize docs + add contributing guide (#687) 2023-05-03 10:08:04 +00:00

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.