Skip to content

fix(sitemap): remove stale documents/signed-urls entry from generator - #2475

Merged
BigSimmo merged 2 commits into
mainfrom
fix/remove-stale-sitemap-entry
Aug 31, 2026
Merged

fix(sitemap): remove stale documents/signed-urls entry from generator#2475
BigSimmo merged 2 commits into
mainfrom
fix/remove-stale-sitemap-entry

Conversation

@BigSimmo

@BigSimmo BigSimmo commented Aug 31, 2026

Copy link
Copy Markdown
Owner

Summary

Follows up PR #2444 which deleted src/app/api/documents/signed-urls/route.ts but missed the stale entry in the sitemap generator's manual route description map.

docs/site-map.md was 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-urls description from scripts/generate-site-map.ts so the sitemap generator matches the app after that bulk document signed-URL route was deleted (e.g. in #2444).

docs/site-map.md was already updated; this keeps the generator source in sync so npm run sitemap:update / docs:update will not reintroduce the removed API line.

Reviewed by Cursor Bugbot for commit 8f95336. Configure here.

@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: bae3004a-2391-440c-98ae-c6123bec1e4d


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@supabase

supabase Bot commented Aug 31, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T02:50:40.577493Z 8f95336 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@cursor

cursor Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bugbot couldn't run - usage limit reached

Bugbot 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)

@BigSimmo
BigSimmo merged commit 76a55ec into main Aug 31, 2026
27 checks passed
@BigSimmo
BigSimmo deleted the fix/remove-stale-sitemap-entry branch August 31, 2026 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant