mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
646741de83
* docs: fix ParamField signature and fence nesting in components skill ParamField examples used a dot-prefixed path prop (path="query.limit") that contradicts the documented signature, where the prop name is the parameter location and its value is the parameter name. CodeGroup, RequestExample/ResponseExample, and View examples nested fenced code inside a 3-backtick outer fence, which CommonMark closes early; switch to 4-backtick outer fences like the existing Mermaid example. Fixes #6897 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> * docs: fix CodeGroup fence in Mintlify skill * docs: refresh contextual menu identifiers in Mintlify skill * docs: correct page mode theme support in Mintlify skill * docs: refresh CLI coverage in Mintlify skill * docs: complete API language list in Mintlify skill * docs: document SDK reference navigation in Mintlify skill --------- Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>