Update from code changes: automations configure page - #7131
Open
mintlify[bot] wants to merge 2 commits into
Open
Update from code changes: automations configure page#7131mintlify[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
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
Automation configuration in the dashboard moved from a settings flyout to a dedicated configure page. Each automation now opens its own page with an enable/disable toggle, a Save button, trigger cards, an "After automation runs" section for choosing merge or review behavior, and a run button for manual runs. Custom automations are created from the new "New automation" button and saved from the same page. See https://github.com/mintlify/mint/pull/10420
Changes
automations/manage.mdxto reference the configure page, and removed the outdated flyout screenshot.automations/manage.mdxandguides/use-automations.mdx.automations/create.mdxfor the New automation button and Save.automations/reference.mdxand pointedapi/automations/trigger.mdxatmint automations listfor finding the automation ID.Note
Low Risk
Documentation-only changes with no product code, auth, or data-handling impact.
Overview
Updates automation documentation (and es, fr, zh mirrors) to match the dashboard shift from a settings flyout to a per-automation configure page.
Workflow steps now open configuration via the settings control on each automation card, use Save instead of Turn on automation / Create automation, and use Delete automation on that page. Custom automations are created with New automation. The outdated flyout screenshot block in
manage.mdxis removed.Update mode is documented under After automation runs with the UI labels Update and merge changes and Modify and wait for review (including
guides/use-automations.mdx). Manual runs are described as opening the configure page and using Test run or Run now, with notes on schedule-trigger requirements and Translate content always being runnable.The trigger API page now tells readers to get automation IDs from
mint automations listinstead of the dashboard settings panel.Reviewed by Cursor Bugbot for commit 694ee6c. Bugbot is set up for automated code reviews on this repo. Configure here.