Back to React Email

Writing docs

apps/docs/contributing/development-workflow/5-writing-docs.mdx

0.0.15660 B
Original Source

We use Mintlify for our documentation.

To preview the docs, you just need to run:

sh
pnpm dev

Check out Mintlify's development guide for a few more interesting development tools.

Components

Mintlify uses mdx to allow us to write docs in a composable ways. Because of mdx, we can build our own components but it's always best to use the components Mintlify already provides us. Before writing down a new component, check their full list of components.