You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the mint analytics CLI command from the docs since the command and its backing API have been deleted.
Changes
Deleted cli/analytics pages (en, es, fr, zh) and removed them from navigation.
Removed the mint analytics section and all subcommands (stats, search, feedback, conversation list/view, conversation buckets list/view) from the CLI commands reference in all locales.
Removed dateFrom and dateTo from the mint config keys table and updated subdomain's "Used by" column.
Removed the "Analyze your documentation" callout, link, and analytics keyword from the CLI index pages.
Updated cli/preview and optimize/analytics pages to drop mint analytics references.
Unlinked the historical changelog mentions of mint analytics (text retained).
Added redirects from /cli/analytics (and locale equivalents) to /cli/commands.
Context
Source PRs:
mintlify/mint#8496 — delete analytics command in CLI
Low Risk
Documentation-only changes with a redirect for the removed analytics page; no application code or auth paths affected.
Overview Removes mint analytics from the docs now that the CLI command and API are gone. Dedicated cli/analytics pages are deleted in English and es/fr/zh, and those routes are removed from docs.json navigation.
The mint analytics reference block (stats, search, feedback, conversation subcommands) is cut from cli/commands in every locale. mint config docs no longer list dateFrom / dateTo; subdomain is documented as used only by mint workflow. CLI index, preview, and optimize/analytics pages no longer promote terminal analytics or link to the removed guide.
April 2026 changelog entries still describe mint analytics but without linking to the deleted page. redirects.json adds /cli/analytics → /cli/commands and updates a few unrelated legacy redirect targets (editor publishing, assistant, broken-links, autopilot/suggestions).
Reviewed by Cursor Bugbot for commit a5530af. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the
mint analyticsCLI command from the docs since the command and its backing API have been deleted.Changes
cli/analyticspages (en, es, fr, zh) and removed them from navigation.mint analyticssection and all subcommands (stats,search,feedback,conversation list/view,conversation buckets list/view) from the CLI commands reference in all locales.dateFromanddateTofrom themint configkeys table and updatedsubdomain's "Used by" column.analyticskeyword from the CLI index pages.cli/previewandoptimize/analyticspages to dropmint analyticsreferences.mint analytics(text retained)./cli/analytics(and locale equivalents) to/cli/commands.Context
Source PRs:
Note
Low Risk
Documentation-only changes with a redirect for the removed analytics page; no application code or auth paths affected.
Overview
Removes
mint analyticsfrom the docs now that the CLI command and API are gone. Dedicatedcli/analyticspages are deleted in English and es/fr/zh, and those routes are removed fromdocs.jsonnavigation.The
mint analyticsreference block (stats, search, feedback, conversation subcommands) is cut fromcli/commandsin every locale.mint configdocs no longer listdateFrom/dateTo;subdomainis documented as used only bymint workflow. CLI index, preview, and optimize/analytics pages no longer promote terminal analytics or link to the removed guide.April 2026 changelog entries still describe
mint analyticsbut without linking to the deleted page.redirects.jsonadds/cli/analytics→/cli/commandsand updates a few unrelated legacy redirect targets (editor publishing, assistant, broken-links, autopilot/suggestions).Reviewed by Cursor Bugbot for commit a5530af. Bugbot is set up for automated code reviews on this repo. Configure here.