Agent skill sync with docs: className, MDX code, CLI flags - #7314
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
approved these changes
Sep 9, 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
Sync the canonical Mintlify agent skill with authoritative English documentation changes from 2026-09-08/09.
Changes
reference/components.md: add "Styling with className" section (all built-in components except Banner, MDX, and Visibility acceptclassName; Tailwind arbitrary values work; class names must be written in full; TabclassNametargets the content panel), note inline Markdown support intitleprops, and document code behavior inside<MDX>fragments.reference/configuration.md: replace the outdated claim that Tailwind arbitrary values are unsupported and that inlinestyleshould be used instead; now documents arbitrary values, variants,classNamesupport, and advises against thestyleprop.reference/cli.md:--groupsis space-separated (not comma-separated) onmint dev/validate/export; telemetry is no longer described as anonymous (logged-in events include the account email); note the npm package ismint, not the legacymintlifypackage.Context
Driven by docs commits: 6c53a28 (className and Tailwind arbitrary value support), 8774f9e (code inside MDX fragments), eed7384 (
--groupsflag fix), 2d3252c (CLI telemetry email attribution), a55aea9 (mint npm package clarification).Validation:
npm test,npm run check,npm run build, andgit diff --checkall passed. The existing sync workflow will distribute the canonical skill to plugin repositories after merge.Note
Low Risk
Documentation-only updates to agent skill reference files; no application or runtime behavior changes.
Overview
Updates the canonical Mintlify agent skill reference docs to match recent English product documentation.
Components & styling: Adds guidance on
className(Tailwind v3, arbitrary values, full literal class names, Tab panel vs label), inline Markdown in componenttitleprops, and how code fences/escaping work inside<MDX>fragments.Configuration: Replaces outdated styling guidance—Tailwind arbitrary values and variants are supported, components accept
className, and inlinestyleis discouraged—so agents no longer recommend the wrong approach.CLI: Documents space-separated
--groupsondev/validate/export, clarifies telemetry (not blanket “anonymous”; logged-in usage can include account email), and states the npm package ismint, not legacymintlify.Reviewed by Cursor Bugbot for commit f9ec1d9. Bugbot is set up for automated code reviews on this repo. Configure here.