* docs: sync Mintlify skill with new component, OpenAPI file uploads, and playground JS API
* docs: split long sentence in runtime server variables section
---------
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
* 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>