fix(sitemap): remove stale documents/signed-urls entry from generator - #2475
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_d4c37cc7-cf76-4360-8515-54d4ddeb31d2) |
Summary
Follows up PR #2444 which deleted
src/app/api/documents/signed-urls/route.tsbut missed the stale entry in the sitemap generator's manual route description map.docs/site-map.mdwas cleaned in #2444; this fixes the generator source (scripts/generate-site-map.ts) to match, so regenerating the sitemap won't re-add the deleted route.Change
Remove one line from the description map in
scripts/generate-site-map.ts:- "/api/documents/signed-urls": "Bulk private document signed URLs.",No runtime, test, or build impact — this is a documentation generator only.
Note
Low Risk
Documentation-only change to the sitemap generator; no runtime, API, or test behavior.
Overview
Removes the manual
/api/documents/signed-urlsdescription fromscripts/generate-site-map.tsso the sitemap generator matches the app after that bulk document signed-URL route was deleted (e.g. in #2444).docs/site-map.mdwas already updated; this keeps the generator source in sync sonpm run sitemap:update/docs:updatewill not reintroduce the removed API line.Reviewed by Cursor Bugbot for commit 8f95336. Configure here.