diff --git a/installation.mdx b/installation.mdx index 83932cd5c..8d949139e 100644 --- a/installation.mdx +++ b/installation.mdx @@ -266,6 +266,12 @@ Rename and update all references to files with the following command: mint rename ``` +Use `--force` to rename files and skip errors: + +```bash +mint rename --force +``` + ### Migrate MDX endpoint pages Migrate MDX endpoint pages to autogenerated pages from your OpenAPI specification with the following command: @@ -293,13 +299,13 @@ Scrape content from an external documentation site or OpenAPI specification usin **Import an entire site:** ```bash -mint scrape site +mint scrape ``` Use the `--filter` (or `-f`) flag to limit scraping to URLs matching a specific path prefix: ```bash -mint scrape site --filter= +mint scrape --filter= ``` **Import a single page:**