Documentation quality check: contextual menu query type and Speakeasy verify#6752
Open
mintlify[bot] wants to merge 2 commits into
Open
Documentation quality check: contextual menu query type and Speakeasy verify#6752mintlify[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.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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. |
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
Fixes two gaps found during a quality review of English MDX files updated between 2026-07-24 and 2026-07-25.
Changes
ai/contextual-menu.mdxqueryfield underhrefwas documented astype="object"and markedrequired, but the schema and the example both use an optional array of{key, value}objects. Readers could not tell whetherqueryshould be an object or an array.object[]and removed therequiredflag so the docs match the validation schema and the accompanying example.integrations/sdks/speakeasy.mdxContext
Other pages reviewed in scope either had no clear gaps or had gaps that required plan/pricing, timeline, or provider-specific information that could not be safely written without domain confirmation, so they were left unchanged.
Note
Low Risk
Documentation-only corrections with no runtime, auth, or data-handling changes.
Overview
Aligns contextual menu custom
hrefdocs with the schema and examples:queryis documented as an optionalobject[](array of{key, value}params) instead of a required singleobject, in English plus es, fr, and zh locales.Adds a Verify the integration section to the Speakeasy SDK guide (same locales) so readers can confirm playground snippets after redeploy, understand that languages follow Speakeasy SDK targets, and troubleshoot missing snippets (combined
*-with-code-samplesURL, public reachability, automated code sample URL).Reviewed by Cursor Bugbot for commit 05546e8. Bugbot is set up for automated code reviews on this repo. Configure here.