Agent skill sync with docs: emoji icons and MDX client-side eval - #7353
Open
mintlify[bot] wants to merge 2 commits into
Open
Agent skill sync with docs: emoji icons and MDX client-side eval#7353mintlify[bot] wants to merge 2 commits into
mintlify[bot] wants to merge 2 commits into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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 two authoritative documentation changes: emoji as a supported icon option, and a new note that MDX expressions are evaluated client-side.
Changes
SKILL.md,reference/configuration.md: frontmattericonfield now lists emoji alongside Lucide/Font Awesome/Tabler/URL/file path.reference/configuration.mdIcons section: same emoji option added to the per-icon override note undericons.library.reference/components.md:<Icon>iconprop lists library names, emoji, URL, file path;colorprop notes it does not apply to emoji icons.reference/configuration.mdReusable snippets: new paragraph explaining that MDX expressions (imported variables, inline{...}) are evaluated client-side and absent from initial HTML and offline exports.Context
Upstream authoritative changes in the review window (2026-09-11 → 2026-09-12):
components/icons.mdx,components/tabs.mdx,components/view.mdx,organize/pages.mdx,organize/settings-reference.mdx,snippets/icons-*.mdx— added emoji as an icon option and notedcolordoes not apply to emoji.create/reusable-snippets.mdx— added the client-side MDX expression evaluation note.Other commits in the window were skipped as they did not change skill facts: BYOK credit copy (#7335), changelog entry (#7339),
mint formatguidance-only Tip (#7234), external MCP help-center article (#7343, no new fields/endpoints), reverse-proxy prose (#7350), and a prior in-skill terminology sync (#7340).Validation
npm test,npm run check, andnpm run buildinsideagent-context/could not run in this environment becausenode_modules(includingajv) is not installed and package installation is disabled in the sandbox.git diff --checkpassed and the diff was inspected — only intended lines changed. The existing sync workflow will distribute the canonical skill to Codex, Cursor, and Claude plugin repos after merge.Note
Low Risk
Documentation-only changes to agent skill reference files; no runtime code, auth, or data handling.
Overview
Updates the canonical Mintlify agent skill to match upstream docs: emoji is now documented as a valid icon value (frontmatter,
docs.jsonicons overrides, and the<Icon>component), and the<Icon>colorprop is noted as not applying to emoji.Also adds guidance in the reusable snippets section that MDX expressions (imported variables and inline
{...}) run client-side, so their output is missing from initial HTML, offline exports, and non-JS consumers—authors should use plain text when crawlers or LLMs must see the value.Reviewed by Cursor Bugbot for commit 1d7b345. Bugbot is set up for automated code reviews on this repo. Configure here.