Translate content: decouple search and assistant endpoints#6702
Merged
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. |
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
Mirror the English changes from #6700 (decoupling search/page-content from the assistant endpoints) into the es, fr, and zh locales.
Changes
es.json,fr.json,zh.json: split the Assistant nav group into Assistant + Search; update API reference icon tofile-braces.{es,fr,zh}/api/introduction.mdx: split the "Custom integrations" use case into "Assistant integrations" and "Documentation retrieval"; update the credits note to clarify that search and page content requests do not consume credits.{es,fr,zh}/discovery-openapi.json: note that Search and Get page content requests do not consume credits; fixpage→pathfield reference.Note
Low Risk
Documentation and navigation JSON/MDX/OpenAPI copy only; no runtime or API behavior changes in this PR.
Overview
Brings es, fr, and zh in line with the English API docs update that separates assistant chat from search/page retrieval.
In each locale’s API reference nav (
es.json,fr.json,zh.json), Search is its own group (search + get page content); Assistant keeps only create-assistant-message. The API reference root icon changes fromfile-jsontofile-braces.api/introduction.mdxsplits the old combined “custom integrations” bullet into assistant integrations vs documentation retrieval, and the Assistant API key note now states that Search and Get page content do not use credits while Create assistant message does.Localized
discovery-openapi.jsonadds the same no-credit wording on search and page endpoints and corrects Get page content docs to reference the search response fieldpathinstead ofpage.Reviewed by Cursor Bugbot for commit 0001143. Bugbot is set up for automated code reviews on this repo. Configure here.