rallly/apps/docs
Luke Vella d845573b0c
📝 Fix typo
2024-01-08 11:32:12 +07: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 📝 Fix typo 2024-01-08 11:32:12 +07:00
guide 📝 Reorganize image files (#963) 2023-12-15 08:58:19 +07:00
images 📝 Reorganize image files (#963) 2023-12-15 08:58:19 +07:00
logo 📝 Update docs 2023-04-18 16:49:17 +01:00
self-hosting 📝 Replace md images with html img (#951) 2023-12-04 11:59:41 +07:00
workflow 📝 Reorganize image files (#963) 2023-12-15 08:58:19 +07:00
.eslintrc.js ♻️ Switch to app router (#922) 2023-11-06 09:15:49 +00:00
faq.mdx 📝 Update docs 2023-11-09 20:47:11 +00:00
favicon.png 📝 Updated docs 2023-04-21 17:35:39 +01:00
introduction.mdx 📝 Replace md images with html img (#951) 2023-12-04 11:59:41 +07:00
mint.json 📝 Update SSO docs 2023-11-26 16:50:31 +07:00
package.json ♻️ Switch to app router (#922) 2023-11-06 09:15:49 +00:00
README.md 📝 Reorganize docs + add contributing guide (#687) 2023-05-03 10:08:04 +00:00
tsconfig.json ♻️ Switch to app router (#922) 2023-11-06 09:15:49 +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.