Skip to content

Commit 8ab73c1

Browse files
authored
chore(docs): Remove automated section on MJML migration (#1775)
1 parent 9dcacc4 commit 8ab73c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/docs/getting-started/migrating-to-react-email.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ import NextSteps from '../snippets/next-steps.mdx';
1010

1111
## From MJML
1212

13-
### Manual
14-
1513
1. Remove the `mjml` npm package and install `react-email` and `@react-email/components`
1614
2. Find all MJML templates ending with the `.mjml` extension and convert these to React components with the `.tsx` or `.jsx` extension.
1715
3. Replace MJML standard component tags with React Email component tags where possible, including `<Text>`, `<Img>`, `<Button>` etc.
1816
4. Convert custom MJML components with the `.js` extension to React components with the `.tsx` or `.jsx` extension.
1917

20-
### Automated
21-
22-
If you have a lot of MJML files to convert, this migration can be quite tedious! You can also automate this process with Second's [MJML → React Email](https://www.second.dev) migration module. Just connect Second to your GitHub repo, run the module, and get a pull request.
23-
2418
<NextSteps/>

0 commit comments

Comments
 (0)