Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@

## Commands

- `mintlify-scrape section [url]` - Scrapes multiple pages in a site.
- `mintlify-scrape page [url]` - Scrapes a single page in a site.
- `mint-scrape section [url]` - Scrapes multiple pages in a site.
- `mint-scrape page [url]` - Scrapes a single page in a site.

The commands will automatically detect the framework.

Expand Down Expand Up @@ -141,7 +141,7 @@

</CodeGroup>

Provide the relative path or URL to the OpenAPI file to generate frontmatter files for each endpoint.

Check warning on line 144 in guides/migration.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

guides/migration.mdx#L144

Did you really mean 'frontmatter'?

```
mintlify-scrape openapi-file [openApiFilename]
Expand Down
2 changes: 1 addition & 1 deletion installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,6 @@ If you use JetBrains, we recommend the [MDX IntelliJ IDEA plugin](https://plugin
3. Reinstall the mint CLI: `npm install -g mint`
</Accordion>
<Accordion title="Issue: Encountering an unknown error">
Solution: Go to the root of your device and delete the ~/.mintlify folder. Afterwards, run `mint dev` again.
Solution: Go to the root of your device and delete the ~/.mint folder. Afterwards, run `mint dev` again.
</Accordion>
</AccordionGroup>