Agent skill sync with docs: GitHub component, OpenAPI file uploads, playground JS - #6955
Merged
Conversation
…nd playground JS API
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. |
andrew-mintlify-cs
requested review from
andrew-mintlify-cs
and removed request for
andrew-mintlify-cs
August 11, 2026 17:47
ethanpalm
approved these changes
Aug 11, 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 skill with behavior additions from authoritative English docs between 2026-08-10 and 2026-08-11.
Changes
reference/components.md: document the new<GitHub.Repo>component with itsrepo,variant(inset|flat), andclassNameprops.reference/api-docs.md: add an OpenAPI 3.1 file-upload section (binarycontentMediaType,contentEncodingrules, legacyformatsupport) and a runtime server variables section forwindow.mintlify.api.playground.setServerVariables/clearServerVariables.Context
Driven by authoritative doc changes in the window:
components/github.mdx(Update from code changes: document GitHub repository card #6923, add new badges for widget and github repo component #6940) — new<GitHub.Repo>component.api-playground/openapi-setup.mdx(Update from code changes: document OpenAPI file uploads #6863) — OpenAPI 3.1 file upload behavior.customize/custom-scripts.mdx(Update from code changes: document API Playground variables #6882) —window.mintlify.api.playground.setServerVariables/clearServerVariablesJS APIs.Other in-window changes were reviewed but did not affect facts the skill already teaches:
sourceRefinmenu(Update from code changes: sourceRef in tab menu arrays #6901), static export.htmlURLs (Update from code changes: document static export URLs #6875), Pylon/Zendesk support automation (Update from code changes: support Pylon and Zendesk feedback #6917), user flow / analytics restructure (Update from code changes: document user flows #6855, Split analytics page into a group #6944, #3b78dd9d),download-specauth warning (Warn that download-spec on authed sites bypasses auth groups #6939), editor comments/suggestions (Editor comments & suggestions #6924), task-list / private-page editor updates (Add task lists and moving private pages to editor docs #6932), local workflow deprecation, translation-only PRs, brand-tone / SEO polish.Validation
npm test,npm run check,npm run build, andgit diff --checkall passed. The existing agent-context sync workflow will distribute the canonical skill to the Codex, Cursor, and Claude plugin repositories after merge.Note
Low Risk
Documentation-only changes to agent skill markdown; no product code or configuration behavior is modified in this PR.
Overview
Updates the canonical Mintlify agent skill reference so it matches recent product docs—no runtime code changes.
reference/components.mdadds documentation for<GitHub.Repo>: a public-repo card that loads description, stars, and forks via the GitHub API, withrepo,variant(inset|flat), andclassNameprops.reference/api-docs.mdadds an OpenAPI 3.1 file uploads section (binarycontentMediaTypeinmultipart/form-data,contentEncodingbehavior, legacyformat: binary/base64) and a runtime server variables section forwindow.mintlify.api.playground.setServerVariables/clearServerVariables(session-scoped prefills after load, not for secrets).Reviewed by Cursor Bugbot for commit 19f81e8. Bugbot is set up for automated code reviews on this repo. Configure here.