Fix broken links: sync translated automations/manage image references - #6825
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
mint broken-linksflagged 12 broken image references in the Spanish, French, and Chinese versions ofautomations/manage.mdxthat pointed to workflow images deleted by #6822.Changes
es/automations/manage.mdx,fr/automations/manage.mdx,zh/automations/manage.mdx:<Frame>referencing the deleted/images/workflows/turn-on-slack-notifications-{light,dark}.png; updated the click target from "Turn on Slack notifications" to "Configure Slack" and reworded step 3 to match the English source.<Frame>referencing the deleted/images/workflows/workflow-runs-{light,dark}.png; updated the dashboard link to include?tab=runs; updated the run status list to the new statuses (Review needed, Running, Accepted, Closed, Failed, No action needed) to match the English source.Context
PR #6822 removed those four images and rewrote the same sections in the English
automations/manage.mdx, but did not propagate the change to the translated copies, leaving them pointing at files no longer in the repo.mint validateandmint broken-linksboth pass on the branch.Note
Low Risk
Documentation-only i18n sync with no product, auth, or code behavior changes.
Overview
Aligns Spanish, French, and Chinese
automations/manage.mdxwith the English page after workflow screenshots were removed in #6822, fixing broken image links flagged bymint broken-links.Slack notifications: Drops
<Frame>blocks that referenced deletedturn-on-slack-notificationsimages; steps now point users to Configure Slack (not “Turn on Slack notifications”) and updated channel-selection wording.Run history: Removes
<Frame>blocks for deletedworkflow-runsimages; the dashboard link now uses?tab=runson Automations; run statuses are updated to Review needed, Running, Accepted, Closed, Failed, and No action needed (replacing Queued / In progress / Succeeded / No changes).Reviewed by Cursor Bugbot for commit e7c76cb. Bugbot is set up for automated code reviews on this repo. Configure here.