Update from code changes: document mint analytics CLI command - #7067
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
ethanpalm
approved these changes
Aug 24, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Documents the restored
mint analyticsCLI command for querying documentation traffic, search, feedback, and assistant conversation data from the terminal.Changes
mint analyticssection tocli/commands.mdxcovering shared flags and thestats,search,feedback, andconversation(list, view, buckets list, buckets view) subcommands, with examples.es/,fr/, andzh/translations ofcli/commands.mdx.Context
Triggered by https://github.com/mintlify/mint/pull/10332, which reintroduces
mint analyticsafter its earlier deprecation.Note
Low Risk
Documentation-only changes across English and translated CLI command pages; no runtime or security impact.
Overview
Adds CLI reference documentation for the restored
mint analyticscommand so users can query docs traffic, search, feedback, and assistant conversations from the terminal (requiresmint login).The new section in
cli/commands.mdxcovers shared flags (--subdomain,--from,--to,--formatwithtable/plain/json/graph) and subcommandsstats,search,feedback, andconversation(list,view,buckets list,buckets view), plus usage examples. The same content is mirrored ines/,fr/, andzh/cli/commands.mdx(localized text and anchordivIDs where those locales use them).Reviewed by Cursor Bugbot for commit 446cd67. Bugbot is set up for automated code reviews on this repo. Configure here.