From 8bffcea7483c875cff5ff84ad7af25524302a5dd Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 17:21:57 +0000 Subject: [PATCH] Updated mintlify pages - Updated cli/index.mdx Mintlify-Source: dashboard-editor --- cli/index.mdx | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/cli/index.mdx b/cli/index.mdx index 4666da9ad..dba0ebdc1 100644 --- a/cli/index.mdx +++ b/cli/index.mdx @@ -7,14 +7,14 @@ keywords: ["CLI", "mint", "local development", "preview"] import SkillMcpPrompt from "/snippets/skill-mcp-prompt.mdx"; Decorative graphic representing the CLI. Decorative graphic representing the CLI. ## About the CLI @@ -23,22 +23,32 @@ Use the [CLI](https://www.npmjs.com/package/mint) to preview your documentation The CLI runs on your machine and connects to your Mintlify deployment when you need live data. +### Make an account + +Run `mint signup` to signup for a new mintlify account + ### Preview locally + Run `mint dev` to preview your documentation at `localhost:3000`. As you write and update your content, changes appear in real time without deploying. Log in to enable search and the AI assistant in your local preview. ### Run quality checks + Run `mint broken-links` to find broken links, `mint a11y` to check accessibility, and `mint validate` to validate your documentation build before it reaches production. ### Check agent readiness + Run `mint score` to evaluate how well agents can navigate a documentation site. With no arguments, the command scores your configured subdomain. Pass a URL to score any other site. The command displays an overall readiness score and individual check results. ### Detect AI-sounding prose + Run `mint deslop` to check pages for AI-generated prose and get human-style rewrite suggestions. With no arguments, the command checks the pages you have changed. It flags the specific passages that read as AI-generated so you can revise them. ### Format MDX files + Run `mint format` to rewrite the MDX files in your project to Mintlify's canonical style. The command walks every subdirectory and reformats files in place. ### Manage configuration + Run `mint config` to set persistent defaults like your documentation subdomain. @@ -51,4 +61,4 @@ Run `mint config` to set persistent defaults like your documentation subdomain. - [Install the CLI](/cli/install): Get the CLI installed and ready to use. - [Preview locally](/cli/preview): Run a local development server with search and assistant support. -- [Commands](/cli/commands): Complete reference for all commands and flags. +- [Commands](/cli/commands): Complete reference for all commands and flags. \ No newline at end of file