docs(locadex): update translations on main#3911
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
|
|
||
| <Card title="Agent" icon="pen-line" href="/es/agent/quickstart"> | ||
| Utiliza el agente en tu dashboard para crear actualizaciones de la documentación. | ||
| </Card> |
There was a problem hiding this comment.
Navigation config references deleted translation files
High Severity
This PR deletes es/agent/quickstart.mdx, es/agent/suggestions.mdx, fr/agent/quickstart.mdx, fr/agent/suggestions.mdx, zh/agent/quickstart.mdx, and zh/agent/suggestions.mdx, but docs.json still references all six files in the sidebar navigation (lines 442, 444, 798, 800, 1154, 1156). The English navigation was already updated to remove these entries, but the translated navigation groups were not. This will produce broken links in the sidebar for all three translated language sites.


Summary
This PR translates the changes from
bec6c0donmain.What this PR does
This automated PR from Locadex processes your content changes and generates translations:
Changes
Translation files updated (27)
es/agent/index.mdx: Updated translation filees/agent/quickstart.mdx: Updated translation filees/agent/suggestions.mdx: Updated translation filees/agent/workflows.mdx: Updated translation filees/ai-native.mdx: Updated translation filees/ai/model-context-protocol.mdx: Updated translation filees/changelog.mdx: Updated translation filees/dashboard/audit-logs.mdx: Updated translation filees/guides/knowledge-base.mdx: Updated translation filefr/agent/index.mdx: Updated translation filefr/agent/quickstart.mdx: Updated translation filefr/agent/suggestions.mdx: Updated translation filefr/agent/workflows.mdx: Updated translation filefr/ai-native.mdx: Updated translation filefr/ai/model-context-protocol.mdx: Updated translation filefr/changelog.mdx: Updated translation filefr/dashboard/audit-logs.mdx: Updated translation filefr/guides/knowledge-base.mdx: Updated translation filezh/agent/index.mdx: Updated translation filezh/agent/quickstart.mdx: Updated translation filezh/agent/suggestions.mdx: Updated translation filezh/agent/workflows.mdx: Updated translation filezh/ai-native.mdx: Updated translation filezh/ai/model-context-protocol.mdx: Updated translation filezh/changelog.mdx: Updated translation filezh/dashboard/audit-logs.mdx: Updated translation filezh/guides/knowledge-base.mdx: Updated translation fileConfiguration files updated (1)
gt-lock.json: Updated the translation lockfile to add the latest changesNext steps
Automated PR created by Locadex in 63s
General Translation | Configure Locadex for Docs
Note
Medium Risk
Medium risk because it deletes localized pages (
agent/quickstart,agent/suggestions), which can break existing links/navigation if anything still references them. Changes are documentation-only and largely copy/link updates otherwise.Overview
Spanish and French agent docs are reorganized around
Workflows. Theagent/index.mdxpages now include GitHub account and repo-connection sections, and the previous “quickstart” entry point is removed.Removes
quickstartandsuggestionspages ines/agent/*andfr/agent/*and retargets references. Cross-links and UI copy are updated to point toagent/index/agent/workflows, includingai-native.mdx, audit log category labels, and changelog links;workflows.mdxcopy is also tweaked/normalized (incl. some escaping/encoding fixes in French MCP docs).Written by Cursor Bugbot for commit ac76965. This will update automatically on new commits. Configure here.