docs: translate workflows updates to es and fr#6034
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.
Reviewed by Cursor Bugbot for commit 14c3bc4. Configure here.
| "pages": [ | ||
| "es/guides/assistant-embed", | ||
| "es/guides/configure-automerge", | ||
| "es/guides/use-workflows", |
There was a problem hiding this comment.
Workflow pages missing from locale navigation configs
High Severity
This PR creates four workflow pages per locale (es/workflows/index.mdx, reference.mdx, manage.mdx, create.mdx and the same for fr/) but never adds a corresponding Workflows navigation group to es.json or fr.json. The English docs.json has a dedicated Workflows group with all four pages, so these locale pages are orphaned — unreachable from the sidebar. Internal links throughout the new content (e.g. /es/workflows/reference, /es/workflows/create) land on pages with no navigation context. The Agent group in both locale configs also still lists agent/workflows instead of agent/use-cases as in the English structure.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 14c3bc4. Configure here.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|


Summary
Mirrors the workflows restructure from PR #6023 into the Spanish and French locales.
Changes
es/workflows/index.mdx,reference.mdx,create.mdxand translatedmanage.mdx; deletedes/workflows/enable.mdx. Same forfr/.es/guides/use-workflows.mdxandfr/guides/use-workflows.mdx; linked from each locale'sguides/index.mdx.es/changelog.mdx,fr/changelog.mdx,es/agent/use-cases.mdx, andfr/agent/use-cases.mdxto match the new English wording and routes.es/guides/use-workflowsandfr/guides/use-workflowsentries toes.jsonandfr.jsonto mirror thedocs.jsonnavigation change.Note
Low Risk
Documentation-only translation and navigation parity; no application or security behavior changes.
Overview
Spanish and French locales now follow the same workflows documentation split as English: new overview (
index), predefined reference (reference), and custom create (create) pages;enableis removed and its enable/configure content is folded into an expandedmanagepage (triggers, context repos, run history links).A new
guides/use-workflowsguide is added in both locales and wired intoes.json/fr.jsonnavigation and each locale’s guides index.Changelog and agent use-cases links are updated to locale paths and renamed workflow anchors (e.g. draft improvements from feedback/assistant conversations →
/workflows/reference#...).Reviewed by Cursor Bugbot for commit 14c3bc4. Bugbot is set up for automated code reviews on this repo. Configure here.