Skip to content

Commit ef84716

Browse files
committed
update manual steps
1 parent ffad795 commit ef84716

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

guides/migration.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,14 @@ To migrate your content to Mintlify, you will need:
153153
- An `MDX` file for each page of your documentation. See [Pages](/pages) for more information.
154154
- (Optional) An OpenAPI specification for your API endpoint pages. See [OpenAPI setup](/api-playground/openapi-setup) for more information.
155155

156+
1. If your content is already in `MDX` format, copy the pages to your Mintlify project. Otherwise, convert your content to `MDX` format.
157+
2. Create your `docs.json` referencing the paths to your `MDX` pages.
158+
3. If you have OpenAPI specifications, add them to your `docs.json` and configure the API playground.
159+
156160
### Asset migration
157161

158-
1. **Copy assets** to your repository's `images/` directory.
159-
2. **Update references** in your MDX files:
162+
1. Copy assets to your repository's `images/` directory.
163+
2. Update references in your `MDX` files:
160164
```mdx
161165
![Alt text](/images/screenshot.png)
162166
```

0 commit comments

Comments
 (0)