rallly/apps/docs
2024-10-13 17:39:33 +01:00
..
administrators 📝 Update Documentation (#881) 2023-09-21 09:46:17 +00:00
contact 📝 Update support docs 2023-10-27 14:40:29 +01:00
contribute 💬 Improvements 2024-09-21 09:59:42 +01:00
guide 📝 Reorganize image files (#963) 2023-12-15 08:58:19 +07:00
images 📝 Update docs 2024-02-25 18:12:27 +08:00
logo 📝 Update docs 2023-04-18 16:49:17 +01:00
self-hosting chore: Deploy to Elestio button updated (#1264) 2024-08-21 18:21:48 +01:00
workflow 📝 Update docs 2024-02-25 18:12:27 +08:00
faq.mdx 📝 Add answer to FAQ 2024-02-03 18:25:25 +07:00
favicon.png 📝 Updated docs 2023-04-21 17:35:39 +01:00
introduction.mdx 📝 Update introduction (#1024) 2024-02-08 13:24:37 +00:00
mint.json 📝 Update navigation 2024-06-30 11:59:31 +01:00
package.json 🧑‍💻 Switch to pnpm 2024-10-12 14:26:05 +01:00
README.md Remove yarn references 2024-10-13 17:39:33 +01: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.

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.