From e3205ae3bbcebe4904271d6cd6687fbbdf988de5 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:05:22 +0000 Subject: [PATCH] Add --force flag for mint rename and update mint scrape syntax Generated-By: mintlify-agent --- installation.mdx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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:**