Revert "docs: add agent feedback documentation"#5352
Conversation
This reverts commit 8a95371.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Localized agent feedback references not removed in revert
- I removed the
fr/es/zhagent/feedbackentries fromdocs.jsonand deleted the corresponding localized feedback MDX files to complete the revert consistently across languages.
- I removed the
Or push these changes by commenting:
@cursor push 69be790518
This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7ddeb2e. Configure here.
| "agent/linear", | ||
| "agent/notion", | ||
| "agent/workflows", | ||
| "agent/feedback", |
There was a problem hiding this comment.
Localized agent feedback references not removed in revert
Medium Severity
The revert removed agent/feedback from the English navigation in docs.json and deleted agent/feedback.mdx, but the localized navigation entries for fr/agent/feedback, es/agent/feedback, and zh/agent/feedback still remain in docs.json. The corresponding localized .mdx files also still exist on disk. This is an incomplete revert that leaves the feedback page visible in the French, Spanish, and Chinese versions of the docs while removed from English.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 7ddeb2e. Configure here.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|



Reverts #5337
Note
Low Risk
Low risk doc-only change that removes a single page from navigation; main impact is potential broken inbound links to the removed URL.
Overview
Reverts the previously added Agent feedback documentation by deleting
agent/feedback.mdx.Updates
docs.jsonnavigation to remove theagent/feedbackentry from the Agent section, so the page is no longer linked in the docs site.Reviewed by Cursor Bugbot for commit 7ddeb2e. Bugbot is set up for automated code reviews on this repo. Configure here.