Manage documentation deployments#6291
Conversation
- Updated deploy/deployments.mdx - Created images/CleanShot-2026-06-05-at-11.43.41@2x.png Mintlify-Source: dashboard-editor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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 77f3f34. Configure here.
|  | ||
| </Frame> | ||
|
|
||
| <Counter /> |
There was a problem hiding this comment.
Demo counter in deployment docs
Medium Severity
The deployments page imports and renders the interactive Counter snippet from snippets/counter.mdx, which is a React demo (+/− widget) used elsewhere for component examples. Readers following deployment instructions see an unrelated control with no connection to triggering or managing deployments.
Reviewed by Cursor Bugbot for commit 77f3f34. Configure here.


Summary
This update improves the documentation for managing deployments in the Mintlify dashboard. It clarifies how to manually trigger a deployment and provides detailed steps for deleting a deployment.
Changes
deploy/deployments.mdxwith new sections and images.Note
Low Risk
Documentation-only edits to a single MDX page; no runtime, auth, or data-handling impact.
Overview
Updates
deploy/deployments.mdxfor the manual deployment flow by adding two new<Frame>screenshots above the existing<Steps>block, and embedding the sharedCountersnippet viaimport Counter from '/snippets/counter.mdx'.The light/dark manual-update button images inside the “Manually trigger a deployment” step are unchanged in content but reformatted to multi-line
<img>markup. The closing paragraph about post-deletion redirects is unchanged aside from a minor EOF newline tweak.Reviewed by Cursor Bugbot for commit 77f3f34. Bugbot is set up for automated code reviews on this repo. Configure here.