File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 
162166 ```
You can’t perform that action at this time.
0 commit comments